From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10075 invoked by alias); 14 Nov 2007 06:29:45 -0000 Received: (qmail 10066 invoked by uid 22791); 14 Nov 2007 06:29:45 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 06:29:43 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IsBkn-0003NM-En for gdb-patches@sources.redhat.com; Wed, 14 Nov 2007 06:29:37 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 06:29:37 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Nov 2007 06:29:37 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [8/9] multiple locations Date: Wed, 14 Nov 2007 06:29:00 -0000 Message-ID: References: <18233.20228.172834.464875@kahikatea.snap.net.nz> <200711131105.10906.vladimir@codesourcery.com> <20071113224704.GB27266@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.4 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: 2007-11/txt/msg00261.txt.bz2 Joel Brobecker wrote: >> Nevertheless, it's well known that Emacs does that since time >> immemoriam, so we should avoid breaking at least Emacs, IMO. > > I agree that we should avoid breaking existing tools as much as we can. > This request in particular seems reasonable, we just have to find the > right syntax (Daniel's suggestion looks good to me). As I say in another email, I might be able to implement using as address in all cases. But generally, trying to keeping CLI back compatible have to stop at some time -- if we keep this "don't break CLI clients even if CLI clients were deprecated from some time" attitude, it will result in new features being available via MI only. - Volodya