From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3207 invoked by alias); 17 Jan 2002 19:23:34 -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 3168 invoked from network); 17 Jan 2002 19:23:33 -0000 Received: from unknown (HELO spider.gnu.org) (199.232.76.163) by sources.redhat.com with SMTP; 17 Jan 2002 19:23:33 -0000 Received: from 3diff by spider.gnu.org with local (Exim 3.22 #1 (Debian)) id 16RI8K-0001wR-00 for ; Thu, 17 Jan 2002 14:23:32 -0500 From: Brian Youmans <3diff@gnu.org> To: gdb-patches@sources.redhat.com Subject: rluser.texinfo diff Message-Id: Date: Thu, 17 Jan 2002 11:23:00 -0000 X-SW-Source: 2002-01/txt/msg00486.txt.bz2 I think this is the last diff I'm going to submit on the 5.1.0.1 manual. This diff fixes an "Overfull /hbox" problem with the readline doc. I'm not sure whether you want to bother with this, but it does eliminate one error when running dvips. I have also sent the readline maintainer fixes for the current (4.2a) readline manual release. - Brian Youmans, FSF ---------------------------------------------------------- *** rluser.texinfo~ Mon Jan 14 16:53:10 2002 --- rluser.texinfo Mon Jan 14 16:54:59 2002 *************** *** 761,771 **** $if Bash # edit the path "\C-xp": "PATH=$@{PATH@}\e\C-e\C-a\ef\C-f" ! # prepare to type a quoted word -- insert open and close double ! # quotes and move to just after the open quote "\C-x\"": "\"\"\C-b" ! # insert a backslash (testing backslash escapes in sequences and ! # macros) "\C-x\\": "\\" # Quote the current or previous word "\C-xq": "\eb\"\ef\"" --- 761,771 ---- $if Bash # edit the path "\C-xp": "PATH=$@{PATH@}\e\C-e\C-a\ef\C-f" ! # prepare to type a quoted word -- insert open and close ! # double quotes and move to just after the open quote "\C-x\"": "\"\"\C-b" ! # insert a backslash (testing backslash escapes in sequences ! # and macros) "\C-x\\": "\\" # Quote the current or previous word "\C-xq": "\eb\"\ef\""