From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22118 invoked by alias); 3 Jan 2010 10:34:13 -0000 Received: (qmail 22110 invoked by uid 22791); 3 Jan 2010 10:34:12 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Jan 2010 10:34:07 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NRNme-0007sz-3q; Sun, 03 Jan 2010 05:34:04 -0500 From: Eli Zaretskii To: Joel Brobecker CC: boost@cyberfiber.org, gdb-patches@sourceware.org In-reply-to: <20100103031638.GY2788@adacore.com> (message from Joel Brobecker on Sun, 3 Jan 2010 07:16:38 +0400) Subject: Re: coding conventions Reply-to: Eli Zaretskii References: <4B3FB999.6010005@cyberfiber.org> <20100103031638.GY2788@adacore.com> Message-Id: Date: Sun, 03 Jan 2010 10:34:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00040.txt.bz2 > Date: Sun, 3 Jan 2010 07:16:38 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > We also replace blocks of 8 spaces at the beginning of a line by > tabs. Not only at the beginning of a line, IMO: side comments can also be indented with a mixture of TABs and spaces. At least that's what Emacs does by default.