From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13047 invoked by alias); 13 Sep 2002 01:26:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13039 invoked from network); 13 Sep 2002 01:26:44 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 13 Sep 2002 01:26:44 -0000 Received: from fleche.redhat.com (tq0100.peakpeak.com [207.174.177.100]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id TAA04481; Thu, 12 Sep 2002 19:26:40 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 329F04F8214; Thu, 12 Sep 2002 19:25:27 -0600 (MDT) To: Michael Snyder Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: usage of tab in the indentation... References: <20020912190625.GB1105@gnat.com> <3D80E9D5.5AACB552@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: The FALAFEL SANDWICH lands on my HEAD and I become a VEGETARIAN... Date: Thu, 12 Sep 2002 18:26:00 -0000 In-Reply-To: <3D80E9D5.5AACB552@redhat.com> Message-ID: <87vg5afzp5.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00241.txt.bz2 >>>>> "Michael" == Michael Snyder writes: Michael> And emacs uses tabs. It would be a nuisance for me to have Michael> to change. Emacs, as always, is capable of anything: (setq indent-tabs-mode nil) Tom