From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6314 invoked by alias); 29 Nov 2011 04:43:26 -0000 Received: (qmail 6303 invoked by uid 22791); 29 Nov 2011 04:43:25 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Nov 2011 04:43:06 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LVE00I00NL2MP00@a-mtaout20.012.net.il> for gdb@sourceware.org; Tue, 29 Nov 2011 06:42:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.122.78]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LVE00ITWNQ144B0@a-mtaout20.012.net.il>; Tue, 29 Nov 2011 06:42:02 +0200 (IST) Date: Tue, 29 Nov 2011 04:43:00 -0000 From: Eli Zaretskii Subject: Re: Two quick questions In-reply-to: To: Andrey Smirnov Cc: stanshebs@earthlink.net, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r50r5ylb.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <87wrak63cd.fsf@gmail.com> <20111128153809.GB17887@adacore.com> <4ED45AF9.9000009@earthlink.net> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00128.txt.bz2 > Date: Tue, 29 Nov 2011 10:34:17 +0600 > From: Andrey Smirnov > Cc: gdb@sourceware.org > > > 99+% of the code has been indented with Emacs using its old standard > > of 8-space tabs.  So if you use that setting, the surprises will be > > fewest in number. :-) > > So, what you're saying is > > (setq tab-width 8) > (setq indent-tabs-mode t) > > is the way of fewer surprises. Got it. :-) Yes. But these are the defaults, so you could simply not change them.