From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4529 invoked by alias); 22 Sep 2003 05:14:09 -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 4521 invoked from network); 22 Sep 2003 05:14:08 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 22 Sep 2003 05:14:08 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.22) id 1A1IzO-0001fg-PB; Mon, 22 Sep 2003 01:11:59 -0400 Date: Mon, 22 Sep 2003 05:14:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sources.redhat.com In-reply-to: <20030921214323.GE15984@gnat.com> (message from Joel Brobecker on Sun, 21 Sep 2003 14:43:23 -0700) Subject: Re: [RFC] Word break characters are language dependent Reply-to: Eli Zaretskii References: <20030918191641.GY15984@gnat.com> <1438-Sun21Sep2003152844+0300-eliz@elta.co.il> <20030921214323.GE15984@gnat.com> X-SW-Source: 2003-09/txt/msg00454.txt.bz2 > Date: Sun, 21 Sep 2003 14:43:23 -0700 > From: Joel Brobecker > > > > Did you actually try to replace the hard-coded string with a different > > one that is good for Ada, and see if that solves your problem? > > Yes :). Okay, that's good to know. 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.)