From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16600 invoked by alias); 30 Aug 2005 22:46:53 -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 16591 invoked by uid 22791); 30 Aug 2005 22:46:49 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 30 Aug 2005 22:46:49 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j7UMkgFO013476; Wed, 31 Aug 2005 00:46:42 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j7UMkfot031698; Wed, 31 Aug 2005 00:46:41 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j7UMkfwX015591; Wed, 31 Aug 2005 00:46:41 +0200 (CEST) Date: Tue, 30 Aug 2005 23:36:00 -0000 Message-Id: <200508302246.j7UMkfwX015591@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: jimb@redhat.com CC: pgilliam@us.ibm.com, gdb-patches@sources.redhat.com In-reply-to: (message from Jim Blandy on Tue, 30 Aug 2005 15:22:51 -0700) Subject: Re: fix "too much information" bug w/ "info vector" on PowerPC References: <200508301459.57189.pgilliam@us.ibm.com> <20050830214629.GA16018@nevyn.them.org> X-SW-Source: 2005-08/txt/msg00260.txt.bz2 > From: Jim Blandy > Date: Tue, 30 Aug 2005 15:22:51 -0700 > > Daniel Jacobowitz writes: > > On Tue, Aug 30, 2005 at 02:42:31PM -0700, Jim Blandy wrote: > >> - I'm not sure why the indentation in your patch is weird, but in any > >> case, there seems to be a preference for using spaces in new code, > >> not tabs. > > > > Er, really? GNU convention is tabs, as far as I know. > > I don't see anything in the coding standards, but maybe I've missed > something. Well, emacs generates tabs by default. Mark