From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyPaM-0007hV-J0 for qemu-devel@nongnu.org; Tue, 20 May 2008 07:00:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyPaJ-0007fV-Uz for qemu-devel@nongnu.org; Tue, 20 May 2008 07:00:49 -0400 Received: from [199.232.76.173] (port=41488 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyPaJ-0007fN-PV for qemu-devel@nongnu.org; Tue, 20 May 2008 07:00:47 -0400 Received: from rv-out-0708.google.com ([209.85.198.250]:35356) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyPaJ-00080q-Bs for qemu-devel@nongnu.org; Tue, 20 May 2008 07:00:47 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1617929rvb.22 for ; Tue, 20 May 2008 04:00:45 -0700 (PDT) Message-ID: <761ea48b0805200400u24392258wa017172368af1553@mail.gmail.com> Date: Tue, 20 May 2008 13:00:45 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] Patch removing spaces In-Reply-To: <200805192200.00075.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <948556.48155.qm@web57013.mail.re3.yahoo.com> <20080519202325.GA24343@miranda.arrow> <200805192200.00075.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 5/19/08, Paul Brook wrote: > No. Qemu uses spaces, not tabs, so you'd want to highlight tab characters if > anything. I use this for emacs: (setq-default indent-tabs-mode nil) (setq-default show-trailing-whitespace t) Laurent