From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17858 invoked by alias); 14 Feb 2007 08:51:30 -0000 Received: (qmail 17848 invoked by uid 22791); 14 Feb 2007 08:51:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.math.TU-Berlin.DE (HELO mail.math.TU-Berlin.DE) (130.149.12.212) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Feb 2007 08:51:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.math.TU-Berlin.DE (8.13.7/8.13.3) with ESMTP id l1E8pBXr007728; Wed, 14 Feb 2007 09:51:11 +0100 (MET) Received: from mail.math.TU-Berlin.DE ([127.0.0.1]) by localhost (mail.math.tu-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07522-06; Wed, 14 Feb 2007 09:51:09 +0100 (MET) Received: from mersenne.math.TU-Berlin.DE (mersenne.math.TU-Berlin.DE [130.149.14.233]) by mail.math.TU-Berlin.DE (8.13.7/8.13.3) with ESMTP id l1E8p44p007723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Feb 2007 09:51:05 +0100 (MET) Received: from mersenne.math.TU-Berlin.DE (localhost [127.0.0.1]) by mersenne.math.TU-Berlin.DE (8.13.3/8.13.3/SuSE Linux 0.7) with ESMTP id l1E8p4B7003434; Wed, 14 Feb 2007 09:51:04 +0100 Received: (from thor@localhost) by mersenne.math.TU-Berlin.DE (8.13.3/8.13.3/Submit) id l1E8p490003433; Wed, 14 Feb 2007 09:51:04 +0100 From: Thomas Richter Message-Id: <200702140851.l1E8p490003433@mersenne.math.TU-Berlin.DE> Subject: Re: [BUG] Tab Expansion for C++ In-Reply-To: <20070213170827.GA16883@caradoc.them.org> To: Daniel Jacobowitz Date: Wed, 14 Feb 2007 12:08:00 -0000 CC: gdb@sourceware.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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: 2007-02/txt/msg00113.txt.bz2 Hi Daniel, > > Well, interested in a patch? It might need some tweaking to be sensitive > > to the language (i.e. to accept the :: in C++ code only). Sure enough, > > it won't fix *all* the problems, but I'm using it here daily and it is > > a big improvement. I would need some help of the gdb gurus though to integrate > > it "nicely". > > Do you have an FSF copyright assignment, or are you able / willing to > get one? Could you provide some details on this? My impression is that gdb is GPL, and as soon as I agree on this, we're ready to go? Not that I think GPL is perfect, but that's a different discussion. I'm using the gdb, so it's only fair to provide any modifications under the same licence. Thus, no problem for me. It's not a major patch - it's currently more a hack, but as said, I do not have enough insight into the design of gdb to improve it without further help. So long, Thomas