From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12798 invoked by alias); 6 Jul 2006 21:28:29 -0000 Received: (qmail 12790 invoked by uid 22791); 6 Jul 2006 21:28:29 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Jul 2006 21:28:27 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 7392148CECC; Thu, 6 Jul 2006 17:28:25 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18254-01-5; Thu, 6 Jul 2006 17:28:25 -0400 (EDT) Received: from takamaka.act-europe.fr (S0106000f3d96cb6d.vc.shawcable.net [24.84.195.170]) by nile.gnat.com (Postfix) with ESMTP id 305BB48CEA2; Thu, 6 Jul 2006 17:28:25 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 92F1C47E7F; Thu, 6 Jul 2006 14:28:24 -0700 (PDT) Date: Thu, 06 Jul 2006 21:28:00 -0000 From: Joel Brobecker To: PAUL GILLIAM , gdb-patches@sources.redhat.com Subject: Re: [RFA] New substitute-path commands Message-ID: <20060706212824.GA1311@adacore.com> References: <20060705215606.GF3580@adacore.com> <20060705230129.GA1145@nevyn.them.org> <20060706044733.GC673@adacore.com> <1152198199.6282.63.camel@dufur.beaverton.ibm.com> <20060706162952.GB24631@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060706162952.GB24631@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00045.txt.bz2 > set substitute-path FROM TO > > [We can make it use buildargv for uniform quoting of TO and FROM. > I'd recommend that.] > > unset substitute-path FROM > > show substitute-path Okidoki - This sounds very nice to me. Will try implementing this shortly. Thanks to everyone for the nice feedback - including the suggestion to use build_argv from libiberty. I was looking for that! -- Joel