From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5737 invoked by alias); 23 Jan 2003 20:09:28 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5728 invoked from network); 23 Jan 2003 20:09:25 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 172.16.49.205 with SMTP; 23 Jan 2003 20:09:25 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A90B43F3A; Thu, 23 Jan 2003 15:09:23 -0500 (EST) Message-ID: <3E304BF3.1040500@redhat.com> Date: Thu, 23 Jan 2003 20:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Ingham Cc: gdb@sources.redhat.com Subject: Re: gdb Digest 22 Jan 2003 10:11:55 -0000 Issue 1070 References: <2CEAB148-2E44-11D7-B17A-00039379E320@apple.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00407.txt.bz2 > Andrew, > > Done. I suggested: > > -interpreter-complete console all? string > > which returns > > completion="longest match" > > if all? is NO, and > > completions={"first match", "second match", ...} completions=["first match", "second match", ...] > > if all? is YES. This would do both single & double . Maybe num_completions for all? == YES might be helpful as well? An upper bound on how many compeltions returned wouldn't hurt. Leave it for the person that implements this. Andrew