From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18758 invoked by alias); 23 Nov 2005 19:19:49 -0000 Received: (qmail 18750 invoked by uid 22791); 23 Nov 2005 19:19:49 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 23 Nov 2005 19:19:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Ef09c-0005Pd-C1; Wed, 23 Nov 2005 14:19:40 -0500 Date: Thu, 24 Nov 2005 04:33:00 -0000 From: Daniel Jacobowitz To: Andrew STUBBS Cc: Eli Zaretskii , schwab@suse.de, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix 'Undefined command' error message Message-ID: <20051123191940.GA20765@nevyn.them.org> Mail-Followup-To: Andrew STUBBS , Eli Zaretskii , schwab@suse.de, gdb-patches@sources.redhat.com References: <4379EC0A.3060601@st.com> <20051116201300.GA23472@nevyn.them.org> <4382072A.1010402@st.com> <43849117.5030805@st.com> <4384BD74.1060600@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4384BD74.1060600@st.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00439.txt.bz2 On Wed, Nov 23, 2005 at 07:05:24PM +0000, Andrew STUBBS wrote: > Eli Zaretskii wrote: > >What TUI commands use these problematic characters, and how does TUI > >avoid the problems pointed out by Andreas? > > I don't know what uses '$', but the other three, '>', '<' and '+', are > commands in their own right and are used the move the source window > right, left and up through the file. '-' moves down. There may be other > commands I don't know about. > > The TUI does *not* avoid the problems pointed out by Andreas. 'u+1' must > be written 'u +1'. The latter syntax seems more correct to me in any > case - the '+' is part of the operand, not the command. That said, many > people are probably used to using the command like Andreas. I had no idea this was possible (or what it did, until I tried it)... I wouldn't cry about breaking it if there was any benefit. -- Daniel Jacobowitz CodeSourcery, LLC