This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rluser.texinfo diff


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\""


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]