From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19123 invoked by alias); 17 Feb 2002 19:10:02 -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 18998 invoked from network); 17 Feb 2002 19:09:55 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 17 Feb 2002 19:09:55 -0000 Received: from zaretsky (diup-220-113.inter.net.il [213.8.220.113]) by balder.inter.net.il (Mirapoint) with ESMTP id BFF05982; Sun, 17 Feb 2002 21:08:19 +0200 (IST) Date: Sun, 17 Feb 2002 11:10:00 -0000 From: "Eli Zaretskii" To: tromey@redhat.com Message-Id: <7048-Sun17Feb2002210634+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: fnasser@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <87u1sgj64r.fsf@creche.redhat.com> (message from Tom Tromey on 17 Feb 2002 11:49:24 -0700) Subject: Re: Patch: complete -vs- duplicates, take 2 Reply-to: Eli Zaretskii References: <87666g1nws.fsf@creche.redhat.com> <3C517C33.13B8A9D4@redhat.com> <2950-Fri25Jan2002204302+0200-eliz@is.elta.co.il> <87wuxgymst.fsf@creche.redhat.com> <200202170910.LAA24675@is.elta.co.il> <87u1sgj64r.fsf@creche.redhat.com> X-SW-Source: 2002-02/txt/msg00459.txt.bz2 > From: Tom Tromey > Date: 17 Feb 2002 11:49:24 -0700 > > Only the `complete' command calls the code in cli-cmds.c. readline > still calls line_completion_function, which still returns duplicates. > So the duplicate removal code is only run once in either case. Thanks for explaining. Fernando, I have no objections to these changes.