From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20990 invoked by alias); 16 Nov 2002 09:46:05 -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 20961 invoked from network); 16 Nov 2002 09:46:01 -0000 Received: from unknown (HELO heimdall.inter.net.il) (192.114.186.17) by sources.redhat.com with SMTP; 16 Nov 2002 09:46:01 -0000 Received: from zaretsky (adsl-ayalon-pc-128-249.inter.net.il [213.8.128.249]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BYW56043; Sat, 16 Nov 2002 11:45:24 +0200 (IST) Date: Sat, 16 Nov 2002 01:46:00 -0000 From: "Eli Zaretskii" To: carlton@math.stanford.edu Message-Id: <2950-Sat16Nov2002114552+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com, ezannoni@redhat.com In-reply-to: (message from David Carlton on 15 Nov 2002 14:25:38 -0800) Subject: Re: [rfa] linespec.c, part 5 Reply-to: Eli Zaretskii References: X-SW-Source: 2002-11/txt/msg00440.txt.bz2 > From: David Carlton > Date: 15 Nov 2002 14:25:38 -0800 > > * While preparing this patch, I noticed that the variable > gdb_completer_quote_characters is declared but not used; I got rid > of it. While making all these changes, you do make sure that completion on the names of functions, variables, classes, etc. still works, right? (That completion includes the correct handling of quoted names, btw.)