From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32370 invoked by alias); 25 Aug 2002 19:06:30 -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 32362 invoked from network); 25 Aug 2002 19:06:29 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 25 Aug 2002 19:06:29 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6F3743E10; Sun, 25 Aug 2002 15:06:24 -0400 (EDT) Message-ID: <3D692AB0.50409@ges.redhat.com> Date: Sun, 25 Aug 2002 12:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [rfa:doco] switch <- and -> in remote examples References: <3D6697A1.6010001@ges.redhat.com> <20020823202405.GA30960@nevyn.them.org> <7458-Sat24Aug2002122101+0300-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00831.txt.bz2 >> Date: Fri, 23 Aug 2002 16:24:05 -0400 >> From: Daniel Jacobowitz > >> > >> > -> Z? >> > <- OK >> > >> > (well at least for a left to right reader :-/). > >> >> (No patch, but) I agree. -> should be what the client is sending, >> since it's a client manual. > > > I'd suggest to try to use @result{} for the former, and see if it > gives better results in print. > > Otherwise, I don't mind the change. It looks better but the display ends up looking something like: => Z? <- OK (i.e., the send doesn't match the receive). I've checked this in, Andrew