From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJMTf-0005b4-Tn for qemu-devel@nongnu.org; Sat, 23 Mar 2013 07:19:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJMTe-0005zX-9B for qemu-devel@nongnu.org; Sat, 23 Mar 2013 07:19:11 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:50593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJMTe-0005zB-1e for qemu-devel@nongnu.org; Sat, 23 Mar 2013 07:19:10 -0400 Received: by mail-la0-f47.google.com with SMTP id fj20so8726794lab.20 for ; Sat, 23 Mar 2013 04:19:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <514CBD90.5080102@redhat.com> References: <1363956370-23681-1-git-send-email-pl@kamp.de> <1363956370-23681-3-git-send-email-pl@kamp.de> <514CB312.4090203@redhat.com> <514CB8FD.2040007@kamp.de> <514CBD90.5080102@redhat.com> From: Peter Maydell Date: Sat, 23 Mar 2013 11:18:48 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] indentation hints [was: [PATCHv4 2/9] cutils: add a function to find non-zero content in a buffer] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: quintela@redhat.com, Stefan Hajnoczi , Peter Lieven , qemu-devel@nongnu.org, Orit Wasserman , Paolo Bonzini On 22 March 2013 20:22, Eric Blake wrote: > Note that qemu.git already has a .exrc file that enables default vi > settings for vim users; I'm not sure if there is a counterpart > .dir-locals.el file to set up emacs settings My .emacs has the following config: https://wiki.linaro.org/PeterMaydell/QemuEmacsStyle (it doesn't get things perfect but it's pretty close.) -- PMM