From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27883 invoked by alias); 31 Jan 2002 18:52:28 -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 27812 invoked from network); 31 Jan 2002 18:52:24 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 31 Jan 2002 18:52:24 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B36EA3DDC; Thu, 31 Jan 2002 13:52:18 -0500 (EST) Message-ID: <3C599262.1000508@cygnus.com> Date: Thu, 31 Jan 2002 10:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Christopher Faylor , Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: linespec.c:cplusplus_hint()? References: <3C58C972.9060904@cygnus.com> <20020130235544.B22536@nevyn.them.org> <20020131051126.GA6203@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00812.txt.bz2 > is still needed. I'm not worried either way but if it is, I'll change >>> it and its calls a little. > >> >>My vote is to keep it. Using completion on something inside single >>quotes is not obvious to me. > > > Ditto. I think that message is what actually clued me into the fact that I could > do this. Thanks. Now that I know why my change caused 500 failures :-) I'll post a patch. Andrew