From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyCSn-0004T5-Oe for qemu-devel@nongnu.org; Mon, 19 May 2008 17:00:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyCSl-0004Rz-2f for qemu-devel@nongnu.org; Mon, 19 May 2008 17:00:09 -0400 Received: from [199.232.76.173] (port=60607 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyCSk-0004Rn-T2 for qemu-devel@nongnu.org; Mon, 19 May 2008 17:00:06 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:38702) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyCSj-0004Yj-Lh for qemu-devel@nongnu.org; Mon, 19 May 2008 17:00:05 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Patch removing spaces Date: Mon, 19 May 2008 21:59:58 +0100 References: <948556.48155.qm@web57013.mail.re3.yahoo.com> <20080519202325.GA24343@miranda.arrow> In-Reply-To: <20080519202325.GA24343@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <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 > Taken from http://www.vim.org/tips/tip.php?tip_id=1040, and modified > not to highlight leading spaces -- perhaps highlighting groups of eight > or more leading spaces would be useful, though? No. Qemu uses spaces, not tabs, so you'd want to highlight tab characters if anything. Paul