From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12672 invoked by alias); 23 Sep 2003 18:35:03 -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 12646 invoked from network); 23 Sep 2003 18:34:59 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (209.53.17.87) by sources.redhat.com with SMTP; 23 Sep 2003 18:34:59 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5F3EFD2DAF; Tue, 23 Sep 2003 11:34:58 -0700 (PDT) Date: Tue, 23 Sep 2003 18:35:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Word break characters are language dependent Message-ID: <20030923183458.GB978@gnat.com> References: <20030918191641.GY15984@gnat.com> <1438-Sun21Sep2003152844+0300-eliz@elta.co.il> <20030921214323.GE15984@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2003-09/txt/msg00497.txt.bz2 > There are two different ways into the completion code, though: one is > when you type some of the beginning characters and hit TAB, the other > one is when you type Meta-TAB (ESC-TAB on some systems, Alt-TAB on > others). Did you try both of them? (IIRC, readline does different > things depending on which of these two keys you type.) Did you mean "M-*" (which I just learnt about by reading the documention)? "M-Tab" doesn't seem to work, even on a RH's stock GDB, and I can't seem to find documentation for it. However, "M-*" worked beautifully, inserting all possible completions. -- Joel