mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 09:50:50 +02:00
commit bash-20140110 snapshot
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
.\" Chet Ramey
|
||||
.\" Information Network Services
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@ins.CWRU.Edu
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Thu Thu Jun 27 10:34:44 EDT 2013
|
||||
.\"
|
||||
.TH HISTORY 3 "2013 June 27" "GNU History 6.2"
|
||||
.TH HISTORY 3 "2013 June 27" "GNU History 6.3"
|
||||
.\"
|
||||
.\" File Name macro. This used to be `.PN', for Path Name,
|
||||
.\" but Sun doesn't seem to like that very much.
|
||||
@@ -650,7 +650,7 @@ bfox@gnu.org
|
||||
.PP
|
||||
Chet Ramey, Case Western Reserve University
|
||||
.br
|
||||
chet@ins.CWRU.Edu
|
||||
chet.ramey@case.edu
|
||||
.SH BUG REPORTS
|
||||
If you find a bug in the
|
||||
.B history
|
||||
@@ -670,4 +670,4 @@ newsgroup
|
||||
.PP
|
||||
Comments and bug reports concerning
|
||||
this manual page should be directed to
|
||||
.IR chet@ins.CWRU.Edu .
|
||||
.IR chet.ramey@case.edu .
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!-- Created on February, 8 2011 by texi2html 1.64 -->
|
||||
<!-- Created on January, 6 2014 by texi2html 1.64 -->
|
||||
<!--
|
||||
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
|
||||
Karl Berry <karl@freefriends.org>
|
||||
@@ -989,7 +989,7 @@ as with the <CODE>:p</CODE> modifier (see section <A HREF="history.html#SEC5">1.
|
||||
</DL>
|
||||
<P>
|
||||
|
||||
If an error ocurred in expansion, then <VAR>output</VAR> contains a descriptive
|
||||
If an error occurred in expansion, then <VAR>output</VAR> contains a descriptive
|
||||
error message.
|
||||
</DL>
|
||||
</P><P>
|
||||
@@ -2127,7 +2127,7 @@ to permit their use in free software.
|
||||
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="history.html#SEC_About"> ? </A>]</TD>
|
||||
</TR></TABLE>
|
||||
<H1>About this document</H1>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>February, 8 2011</I>
|
||||
This document was generated by <I>Chet Ramey</I> on <I>January, 6 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
<P></P>
|
||||
@@ -2289,7 +2289,7 @@ the following structure:
|
||||
<BR>
|
||||
<FONT SIZE="-1">
|
||||
This document was generated
|
||||
by <I>Chet Ramey</I> on <I>February, 8 2011</I>
|
||||
by <I>Chet Ramey</I> on <I>January, 6 2014</I>
|
||||
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
|
||||
"><I>texi2html</I></A>
|
||||
|
||||
|
||||
@@ -1,27 +1,18 @@
|
||||
This is history.info, produced by makeinfo version 4.13 from
|
||||
./history.texi.
|
||||
|
||||
This document describes the GNU History library (version 6.2, September
|
||||
6 2010), a programming tool that provides a consistent user interface
|
||||
for recalling lines of previously typed input.
|
||||
This document describes the GNU History library (version 6.3, 6 January
|
||||
2014), a programming tool that provides a consistent user interface for
|
||||
recalling lines of previously typed input.
|
||||
|
||||
Copyright (C) 1988-2011 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of this
|
||||
manual provided the copyright notice and this permission notice are
|
||||
preserved on all copies.
|
||||
Copyright (C) 1988-2014 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.3 or any later version published by the Free Software
|
||||
Foundation; with no Invariant Sections, with the Front-Cover texts
|
||||
being "A GNU Manual", and with the Back-Cover Texts as in (a)
|
||||
below. A copy of the license is included in the section entitled
|
||||
"GNU Free Documentation License".
|
||||
|
||||
(a) The FSF's Back-Cover Text is: You are free to copy and modify
|
||||
this GNU manual. Buying copies from GNU Press supports the FSF in
|
||||
developing GNU and promoting software freedom."
|
||||
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
||||
no Back-Cover Texts. A copy of the license is included in the
|
||||
section entitled "GNU Free Documentation License".
|
||||
|
||||
|
||||
INFO-DIR-SECTION Libraries
|
||||
@@ -596,7 +587,7 @@ These functions implement history expansion.
|
||||
if the returned line should be displayed, but not executed,
|
||||
as with the `:p' modifier (*note Modifiers::).
|
||||
|
||||
If an error ocurred in expansion, then OUTPUT contains a
|
||||
If an error occurred in expansion, then OUTPUT contains a
|
||||
descriptive error message.
|
||||
|
||||
-- Function: char * get_history_event (const char *string, int
|
||||
@@ -1375,27 +1366,27 @@ Appendix C Function and Variable Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top1270
|
||||
Node: Using History Interactively1915
|
||||
Node: History Interaction2423
|
||||
Node: Event Designators3847
|
||||
Node: Word Designators4989
|
||||
Node: Modifiers6628
|
||||
Node: Programming with GNU History7853
|
||||
Node: Introduction to History8596
|
||||
Node: History Storage10286
|
||||
Node: History Functions11421
|
||||
Node: Initializing History and State Management12410
|
||||
Node: History List Management13222
|
||||
Node: Information About the History List15254
|
||||
Node: Moving Around the History List16751
|
||||
Node: Searching the History List17752
|
||||
Node: Managing the History File19684
|
||||
Node: History Expansion21504
|
||||
Node: History Variables23412
|
||||
Node: History Programming Example26444
|
||||
Node: GNU Free Documentation License29121
|
||||
Node: Concept Index54312
|
||||
Node: Function and Variable Index55017
|
||||
Node: Top851
|
||||
Node: Using History Interactively1496
|
||||
Node: History Interaction2004
|
||||
Node: Event Designators3428
|
||||
Node: Word Designators4570
|
||||
Node: Modifiers6209
|
||||
Node: Programming with GNU History7434
|
||||
Node: Introduction to History8177
|
||||
Node: History Storage9867
|
||||
Node: History Functions11002
|
||||
Node: Initializing History and State Management11991
|
||||
Node: History List Management12803
|
||||
Node: Information About the History List14835
|
||||
Node: Moving Around the History List16332
|
||||
Node: Searching the History List17333
|
||||
Node: Managing the History File19265
|
||||
Node: History Expansion21085
|
||||
Node: History Variables22994
|
||||
Node: History Programming Example26026
|
||||
Node: GNU Free Documentation License28703
|
||||
Node: Concept Index53894
|
||||
Node: Function and Variable Index54599
|
||||
|
||||
End Tag Table
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
This is TeX, Version 3.141592 (Web2C 7.5.4) (format=tex 2008.12.11) 8 FEB 2011 11:10
|
||||
This is TeX, Version 3.1415926 (TeX Live 2011/Fink) (format=tex 2012.4.18) 6 JAN 2014 16:37
|
||||
**/usr/homes/chet/src/bash/src/lib/readline/doc/history.texi
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/history.texi (./texinfo.tex
|
||||
Loading texinfo [version 2009-01-18.17]:
|
||||
Loading texinfo [version 2013-09-11.11]:
|
||||
\bindingoffset=\dimen16
|
||||
\normaloffset=\dimen17
|
||||
\pagewidth=\dimen18
|
||||
@@ -20,24 +20,25 @@ Loading texinfo [version 2009-01-18.17]:
|
||||
\mil=\dimen25
|
||||
\exdentamount=\skip18
|
||||
\inmarginspacing=\skip19
|
||||
\centerpenalty=\count26
|
||||
pdf,
|
||||
\tempnum=\count26
|
||||
\lnkcount=\count27
|
||||
\tempnum=\count27
|
||||
\lnkcount=\count28
|
||||
\filename=\toks14
|
||||
\filenamelength=\count28
|
||||
\pgn=\count29
|
||||
\filenamelength=\count29
|
||||
\pgn=\count30
|
||||
\toksA=\toks15
|
||||
\toksB=\toks16
|
||||
\toksC=\toks17
|
||||
\toksD=\toks18
|
||||
\boxA=\box19
|
||||
\countA=\count30
|
||||
\countA=\count31
|
||||
\nopdfimagehelp=\toks19
|
||||
fonts,
|
||||
\sffam=\fam8
|
||||
\textleading=\dimen26
|
||||
markup,
|
||||
\fontdepth=\count31
|
||||
\fontdepth=\count32
|
||||
glyphs,
|
||||
\errorbox=\box20
|
||||
|
||||
@@ -53,38 +54,38 @@ page headings,
|
||||
\itemindent=\dimen28
|
||||
\itemmargin=\dimen29
|
||||
\itemmax=\dimen30
|
||||
\itemno=\count32
|
||||
\itemno=\count33
|
||||
\multitableparskip=\skip22
|
||||
\multitableparindent=\skip23
|
||||
\multitablecolspace=\dimen31
|
||||
\multitablelinespace=\skip24
|
||||
\colcount=\count33
|
||||
\colcount=\count34
|
||||
\everytab=\toks24
|
||||
conditionals,
|
||||
\doignorecount=\count34
|
||||
\doignorecount=\count35
|
||||
indexing,
|
||||
\whatsitskip=\skip25
|
||||
\whatsitpenalty=\count35
|
||||
\whatsitpenalty=\count36
|
||||
\secondaryindent=\skip26
|
||||
\partialpage=\box21
|
||||
\doublecolumnhsize=\dimen32
|
||||
sectioning,
|
||||
\unnumberedno=\count36
|
||||
\chapno=\count37
|
||||
\secno=\count38
|
||||
\subsecno=\count39
|
||||
\subsubsecno=\count40
|
||||
\appendixno=\count41
|
||||
\absseclevel=\count42
|
||||
\secbase=\count43
|
||||
\unnumberedno=\count37
|
||||
\chapno=\count38
|
||||
\secno=\count39
|
||||
\subsecno=\count40
|
||||
\subsubsecno=\count41
|
||||
\appendixno=\count42
|
||||
\absseclevel=\count43
|
||||
\secbase=\count44
|
||||
\chapheadingskip=\skip27
|
||||
\secheadingskip=\skip28
|
||||
\subsecheadingskip=\skip29
|
||||
toc,
|
||||
\tocfile=\write0
|
||||
\contentsrightmargin=\skip30
|
||||
\savepageno=\count44
|
||||
\lastnegativepageno=\count45
|
||||
\savepageno=\count45
|
||||
\lastnegativepageno=\count46
|
||||
\tocindent=\dimen33
|
||||
environments,
|
||||
\lispnarrowing=\skip31
|
||||
@@ -99,27 +100,33 @@ page headings,
|
||||
\rskip=\skip37
|
||||
\nonfillparindent=\dimen37
|
||||
\tabw=\dimen38
|
||||
\verbbox=\box22
|
||||
|
||||
defuns,
|
||||
\defbodyindent=\skip38
|
||||
\defargsindent=\skip39
|
||||
\deflastargmargin=\skip40
|
||||
\defunpenalty=\count46
|
||||
\parencount=\count47
|
||||
\brackcount=\count48
|
||||
\defunpenalty=\count47
|
||||
\parencount=\count48
|
||||
\brackcount=\count49
|
||||
macros,
|
||||
\macscribble=\write1
|
||||
\paramno=\count49
|
||||
\paramno=\count50
|
||||
\macname=\toks25
|
||||
cross references,
|
||||
\auxfile=\write2
|
||||
\savesfregister=\count50
|
||||
\savesfregister=\count51
|
||||
\toprefbox=\box23
|
||||
\printedrefnamebox=\box24
|
||||
\infofilenamebox=\box25
|
||||
\printedmanualbox=\box26
|
||||
insertions,
|
||||
\footnoteno=\count51
|
||||
\SAVEfootins=\box22
|
||||
\SAVEmargin=\box23
|
||||
\footnoteno=\count52
|
||||
\SAVEfootins=\box27
|
||||
\SAVEmargin=\box28
|
||||
|
||||
(/sw/share/texmf-dist/tex/generic/epsf/epsf.tex
|
||||
This is `epsf.tex' v2.7.4 <14 February 2011>
|
||||
\epsffilein=\read0
|
||||
\epsfframemargin=\dimen39
|
||||
\epsfframethickness=\dimen40
|
||||
@@ -129,18 +136,17 @@ defuns,
|
||||
\epsfxsize=\dimen44
|
||||
\epsfysize=\dimen45
|
||||
\pspoints=\dimen46
|
||||
\epsfnoopenhelp=\toks26
|
||||
)
|
||||
\noepsfhelp=\toks27
|
||||
\noepsfhelp=\toks26
|
||||
localization,
|
||||
\nolanghelp=\toks28
|
||||
\countUTFx=\count52
|
||||
\countUTFy=\count53
|
||||
\countUTFz=\count54
|
||||
\nolanghelp=\toks27
|
||||
\countUTFx=\count53
|
||||
\countUTFy=\count54
|
||||
\countUTFz=\count55
|
||||
formatting,
|
||||
\defaultparindent=\dimen47
|
||||
|
||||
and turning on texinfo input format.) (./history.aux)
|
||||
and turning on texinfo input format.)
|
||||
(./history.aux)
|
||||
\openout2 = `history.aux'.
|
||||
|
||||
@cpindfile=@write3
|
||||
@@ -149,6 +155,8 @@ and turning on texinfo input format.) (./history.aux)
|
||||
@tpindfile=@write6
|
||||
@kyindfile=@write7
|
||||
@pgindfile=@write8
|
||||
texinfo.tex: doing @include of version.texi
|
||||
|
||||
(./version.texi) [1
|
||||
\openout3 = `history.cp'.
|
||||
|
||||
@@ -165,8 +173,11 @@ and turning on texinfo input format.) (./history.aux)
|
||||
]
|
||||
\openout1 = `history.tmp'.
|
||||
|
||||
(./history.tmp) [2] (./history.toc)
|
||||
[-1]
|
||||
texinfo.tex: doing @include of hsuser.texi
|
||||
|
||||
(./history.tmp) [2] (./history.toc) [-1] (./hsuser.texi Chapter 1
|
||||
(./hsuser.texi Chapter 1
|
||||
\openout0 = `history.toc'.
|
||||
|
||||
@btindfile=@write9
|
||||
@@ -174,16 +185,22 @@ and turning on texinfo input format.) (./history.aux)
|
||||
\openout9 = `history.bt'.
|
||||
|
||||
] [2])
|
||||
(./hstech.texi Chapter 2 [3] [4] [5] [6] [7] [8] [9] [10]) Appendix A [11]
|
||||
(./fdl.texi [12] [13] [14] [15] [16] [17] [18]) Appendix B [19] (./history.cps)
|
||||
Appendix C [20] (./history.vrs) [21] )
|
||||
Here is how much of TeX's memory you used:
|
||||
1745 strings out of 97980
|
||||
20843 string characters out of 1221004
|
||||
66071 words of memory out of 1500000
|
||||
2572 multiletter control sequences out of 10000+50000
|
||||
32127 words of font info for 112 fonts, out of 1200000 for 2000
|
||||
51 hyphenation exceptions out of 8191
|
||||
15i,6n,14p,329b,490s stack positions out of 5000i,500n,6000p,200000b,5000s
|
||||
texinfo.tex: doing @include of hstech.texi
|
||||
|
||||
Output written on history.dvi (24 pages, 86016 bytes).
|
||||
(./hstech.texi Chapter 2 [3] [4]
|
||||
[5] [6] [7] [8] [9] [10]) Appendix A [11]
|
||||
texinfo.tex: doing @include of fdl.texi
|
||||
|
||||
(./fdl.texi [12] [13] [14] [15]
|
||||
[16] [17] [18]) Appendix B [19] (./history.cps) Appendix C [20] (./history.vrs)
|
||||
[21] )
|
||||
Here is how much of TeX's memory you used:
|
||||
1886 strings out of 497974
|
||||
22537 string characters out of 3220833
|
||||
68703 words of memory out of 3000000
|
||||
2713 multiletter control sequences out of 15000+200000
|
||||
32127 words of font info for 112 fonts, out of 3000000 for 9000
|
||||
51 hyphenation exceptions out of 8191
|
||||
15i,6n,14p,329b,575s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
|
||||
Output written on history.dvi (24 pages, 85108 bytes).
|
||||
|
||||
+5106
-2610
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ This document describes the GNU History library
|
||||
a programming tool that provides a consistent user interface for
|
||||
recalling lines of previously typed input.
|
||||
|
||||
Copyright @copyright{} 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
@@ -4,23 +4,15 @@ This document describes the GNU History library
|
||||
a programming tool that provides a consistent user interface for
|
||||
recalling lines of previously typed input.
|
||||
|
||||
Copyright @copyright{} 1988--2011 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||
any later version published by the Free Software Foundation; with no
|
||||
Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
|
||||
and with the Back-Cover Texts as in (a) below. A copy of the license is
|
||||
included in the section entitled ``GNU Free Documentation License''.
|
||||
|
||||
(a) The FSF's Back-Cover Text is: You are free to copy and modify
|
||||
this GNU manual. Buying copies from GNU Press supports the FSF in
|
||||
developing GNU and promoting software freedom.''
|
||||
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
||||
A copy of the license is included in the section entitled
|
||||
``GNU Free Documentation License''.
|
||||
|
||||
@end quotation
|
||||
@endinput
|
||||
@empty
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ignore
|
||||
This file documents the user interface to the GNU History library.
|
||||
|
||||
Copyright (C) 1988-2012 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2014 Free Software Foundation, Inc.
|
||||
Authored by Brian Fox and Chet Ramey.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of this manual
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ignore
|
||||
This file documents the user interface to the GNU History library.
|
||||
|
||||
Copyright (C) 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988--2014 Free Software Foundation, Inc.
|
||||
Authored by Brian Fox and Chet Ramey.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of this manual
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
.\" Chet Ramey
|
||||
.\" Information Network Services
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@ins.CWRU.Edu
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Thu Nov 15 21:02:20 EST 2012
|
||||
.\" Last Change: Mon Jan 6 16:34:55 EST 2014
|
||||
.\"
|
||||
.TH READLINE 3 "2012 November 15" "GNU Readline 6.2"
|
||||
.TH READLINE 3 "2014 January 6" "GNU Readline 6.3"
|
||||
.\"
|
||||
.\" File Name macro. This used to be `.PN', for Path Name,
|
||||
.\" but Sun doesn't seem to like that very much.
|
||||
@@ -821,13 +821,22 @@ as if the "!$" history expansion had been specified.
|
||||
.PP
|
||||
.PD 0
|
||||
.TP
|
||||
.B delete\-char (C\-d)
|
||||
Delete the character at point. If point is at the
|
||||
beginning of the line, there are no characters in the line, and
|
||||
the last character typed was not bound to \fBdelete\-char\fP, then return
|
||||
.B \fIend\-of\-file\fP (usually C\-d)
|
||||
The character indicating end-of-file as set, for example, by
|
||||
.if t \f(CWstty\fP.
|
||||
.if n ``stty''.
|
||||
If this character is read when there are no characters
|
||||
on the line, and point is at the beginning of the line, Readline
|
||||
interprets it as the end of input and returns
|
||||
.SM
|
||||
.BR EOF .
|
||||
.TP
|
||||
.B delete\-char (C\-d)
|
||||
Delete the character at point.
|
||||
If this function is bound to the
|
||||
same character as the tty \fBEOF\fP character, as \fBC\-d\fP
|
||||
commonly is, see above for the effects.
|
||||
.TP
|
||||
.B backward\-delete\-char (Rubout)
|
||||
Delete the character behind the cursor. When given a numeric argument,
|
||||
save the deleted text on the kill ring.
|
||||
@@ -1401,7 +1410,7 @@ bfox@gnu.org
|
||||
.PP
|
||||
Chet Ramey, Case Western Reserve University
|
||||
.br
|
||||
chet@ins.CWRU.Edu
|
||||
chet.ramey@case.edu
|
||||
.SH BUG REPORTS
|
||||
If you find a bug in
|
||||
.B readline,
|
||||
@@ -1421,7 +1430,7 @@ newsgroup
|
||||
.PP
|
||||
Comments and bug reports concerning
|
||||
this manual page should be directed to
|
||||
.IR chet@ins.CWRU.Edu .
|
||||
.IR chet.ramey@case.edu .
|
||||
.SH BUGS
|
||||
.PP
|
||||
It's too big and too slow.
|
||||
|
||||
Binary file not shown.
+1228
-912
File diff suppressed because it is too large
Load Diff
+425
-192
File diff suppressed because it is too large
Load Diff
+8872
-5870
File diff suppressed because it is too large
Load Diff
+22
-19
@@ -30,9 +30,9 @@
|
||||
@xrdef{Readline Init File Syntax-pg}{4}
|
||||
@xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
|
||||
@xrdef{Conditional Init Constructs-snt}{Section@tie 1.3.2}
|
||||
@xrdef{Conditional Init Constructs-pg}{10}
|
||||
@xrdef{Sample Init File-title}{Sample Init File}
|
||||
@xrdef{Sample Init File-snt}{Section@tie 1.3.3}
|
||||
@xrdef{Conditional Init Constructs-pg}{11}
|
||||
@xrdef{Sample Init File-pg}{11}
|
||||
@xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
|
||||
@xrdef{Bindable Readline Commands-snt}{Section@tie 1.4}
|
||||
@@ -86,68 +86,71 @@
|
||||
@xrdef{Readline Convenience Functions-snt}{Section@tie 2.4}
|
||||
@xrdef{Function Naming-title}{Naming a Function}
|
||||
@xrdef{Function Naming-snt}{Section@tie 2.4.1}
|
||||
@xrdef{Readline Convenience Functions-pg}{29}
|
||||
@xrdef{Function Naming-pg}{29}
|
||||
@xrdef{Keymaps-title}{Selecting a Keymap}
|
||||
@xrdef{Keymaps-snt}{Section@tie 2.4.2}
|
||||
@xrdef{Readline Convenience Functions-pg}{30}
|
||||
@xrdef{Function Naming-pg}{30}
|
||||
@xrdef{Keymaps-pg}{30}
|
||||
@xrdef{Binding Keys-title}{Binding Keys}
|
||||
@xrdef{Binding Keys-snt}{Section@tie 2.4.3}
|
||||
@xrdef{Keymaps-pg}{30}
|
||||
@xrdef{Binding Keys-pg}{31}
|
||||
@xrdef{Associating Function Names and Bindings-title}{Associating Function Names and Bindings}
|
||||
@xrdef{Associating Function Names and Bindings-snt}{Section@tie 2.4.4}
|
||||
@xrdef{Associating Function Names and Bindings-pg}{32}
|
||||
@xrdef{Allowing Undoing-title}{Allowing Undoing}
|
||||
@xrdef{Allowing Undoing-snt}{Section@tie 2.4.5}
|
||||
@xrdef{Associating Function Names and Bindings-pg}{33}
|
||||
@xrdef{Allowing Undoing-pg}{33}
|
||||
@xrdef{Redisplay-title}{Redisplay}
|
||||
@xrdef{Redisplay-snt}{Section@tie 2.4.6}
|
||||
@xrdef{Redisplay-pg}{34}
|
||||
@xrdef{Modifying Text-title}{Modifying Text}
|
||||
@xrdef{Modifying Text-snt}{Section@tie 2.4.7}
|
||||
@xrdef{Modifying Text-pg}{35}
|
||||
@xrdef{Character Input-title}{Character Input}
|
||||
@xrdef{Character Input-snt}{Section@tie 2.4.8}
|
||||
@xrdef{Modifying Text-pg}{36}
|
||||
@xrdef{Character Input-pg}{36}
|
||||
@xrdef{Terminal Management-title}{Terminal Management}
|
||||
@xrdef{Terminal Management-snt}{Section@tie 2.4.9}
|
||||
@xrdef{Character Input-pg}{36}
|
||||
@xrdef{Terminal Management-pg}{36}
|
||||
@xrdef{Utility Functions-title}{Utility Functions}
|
||||
@xrdef{Utility Functions-snt}{Section@tie 2.4.10}
|
||||
@xrdef{Terminal Management-pg}{37}
|
||||
@xrdef{Utility Functions-pg}{37}
|
||||
@xrdef{Miscellaneous Functions-title}{Miscellaneous Functions}
|
||||
@xrdef{Miscellaneous Functions-snt}{Section@tie 2.4.11}
|
||||
@xrdef{Miscellaneous Functions-pg}{38}
|
||||
@xrdef{Alternate Interface-title}{Alternate Interface}
|
||||
@xrdef{Alternate Interface-snt}{Section@tie 2.4.12}
|
||||
@xrdef{Miscellaneous Functions-pg}{39}
|
||||
@xrdef{Alternate Interface-pg}{39}
|
||||
@xrdef{A Readline Example-title}{A Readline Example}
|
||||
@xrdef{A Readline Example-snt}{Section@tie 2.4.13}
|
||||
@xrdef{Alternate Interface-pg}{39}
|
||||
@xrdef{A Readline Example-pg}{40}
|
||||
@xrdef{Alternate Interface Example-title}{Alternate Interface Example}
|
||||
@xrdef{Alternate Interface Example-snt}{Section@tie 2.4.14}
|
||||
@xrdef{Alternate Interface Example-pg}{41}
|
||||
@xrdef{Readline Signal Handling-title}{Readline Signal Handling}
|
||||
@xrdef{Readline Signal Handling-snt}{Section@tie 2.5}
|
||||
@xrdef{Readline Signal Handling-pg}{41}
|
||||
@xrdef{Readline Signal Handling-pg}{43}
|
||||
@xrdef{Custom Completers-title}{Custom Completers}
|
||||
@xrdef{Custom Completers-snt}{Section@tie 2.6}
|
||||
@xrdef{How Completing Works-title}{How Completing Works}
|
||||
@xrdef{How Completing Works-snt}{Section@tie 2.6.1}
|
||||
@xrdef{Custom Completers-pg}{43}
|
||||
@xrdef{How Completing Works-pg}{43}
|
||||
@xrdef{Custom Completers-pg}{45}
|
||||
@xrdef{Completion Functions-title}{Completion Functions}
|
||||
@xrdef{Completion Functions-snt}{Section@tie 2.6.2}
|
||||
@xrdef{Completion Functions-pg}{44}
|
||||
@xrdef{How Completing Works-pg}{46}
|
||||
@xrdef{Completion Functions-pg}{46}
|
||||
@xrdef{Completion Variables-title}{Completion Variables}
|
||||
@xrdef{Completion Variables-snt}{Section@tie 2.6.3}
|
||||
@xrdef{Completion Variables-pg}{45}
|
||||
@xrdef{Completion Variables-pg}{48}
|
||||
@xrdef{A Short Completion Example-title}{A Short Completion Example}
|
||||
@xrdef{A Short Completion Example-snt}{Section@tie 2.6.4}
|
||||
@xrdef{A Short Completion Example-pg}{49}
|
||||
@xrdef{A Short Completion Example-pg}{52}
|
||||
@xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
|
||||
@xrdef{GNU Free Documentation License-snt}{Appendix@tie @char65{}}
|
||||
@xrdef{GNU Free Documentation License-pg}{58}
|
||||
@xrdef{GNU Free Documentation License-pg}{61}
|
||||
@xrdef{Concept Index-title}{Concept Index}
|
||||
@xrdef{Concept Index-snt}{}
|
||||
@xrdef{Concept Index-pg}{66}
|
||||
@xrdef{Concept Index-pg}{69}
|
||||
@xrdef{Function and Variable Index-title}{Function and Variable Index}
|
||||
@xrdef{Function and Variable Index-snt}{}
|
||||
@xrdef{Function and Variable Index-pg}{67}
|
||||
@xrdef{Function and Variable Index-pg}{70}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
\entry{initialization file, readline}{4}{initialization file, readline}
|
||||
\entry{variables, readline}{4}{variables, readline}
|
||||
\entry{readline, function}{22}{readline, function}
|
||||
\entry{application-specific completion functions}{43}{application-specific completion functions}
|
||||
\entry{application-specific completion functions}{45}{application-specific completion functions}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
\initial {A}
|
||||
\entry {application-specific completion functions}{43}
|
||||
\entry {application-specific completion functions}{45}
|
||||
\initial {C}
|
||||
\entry {command editing}{1}
|
||||
\initial {E}
|
||||
|
||||
+141
-126
@@ -1,5 +1,6 @@
|
||||
\entry{bell-style}{4}{bell-style}
|
||||
\entry{bind-tty-special-chars}{5}{bind-tty-special-chars}
|
||||
\entry{colored-stats}{5}{colored-stats}
|
||||
\entry{comment-begin}{5}{comment-begin}
|
||||
\entry{completion-display-width}{5}{completion-display-width}
|
||||
\entry{completion-ignore-case}{5}{completion-ignore-case}
|
||||
@@ -7,28 +8,29 @@
|
||||
\entry{completion-prefix-display-length}{5}{completion-prefix-display-length}
|
||||
\entry{completion-query-items}{5}{completion-query-items}
|
||||
\entry{convert-meta}{5}{convert-meta}
|
||||
\entry{disable-completion}{5}{disable-completion}
|
||||
\entry{disable-completion}{6}{disable-completion}
|
||||
\entry{editing-mode}{6}{editing-mode}
|
||||
\entry{enable-keypad}{6}{enable-keypad}
|
||||
\entry{expand-tilde}{6}{expand-tilde}
|
||||
\entry{history-preserve-point}{6}{history-preserve-point}
|
||||
\entry{history-size}{6}{history-size}
|
||||
\entry{horizontal-scroll-mode}{6}{horizontal-scroll-mode}
|
||||
\entry{input-meta}{6}{input-meta}
|
||||
\entry{meta-flag}{6}{meta-flag}
|
||||
\entry{isearch-terminators}{6}{isearch-terminators}
|
||||
\entry{input-meta}{7}{input-meta}
|
||||
\entry{meta-flag}{7}{meta-flag}
|
||||
\entry{isearch-terminators}{7}{isearch-terminators}
|
||||
\entry{keymap}{7}{keymap}
|
||||
\entry{mark-modified-lines}{7}{mark-modified-lines}
|
||||
\entry{mark-symlinked-directories}{7}{mark-symlinked-directories}
|
||||
\entry{match-hidden-files}{7}{match-hidden-files}
|
||||
\entry{menu-complete-display-prefix}{7}{menu-complete-display-prefix}
|
||||
\entry{output-meta}{7}{output-meta}
|
||||
\entry{page-completions}{7}{page-completions}
|
||||
\entry{menu-complete-display-prefix}{8}{menu-complete-display-prefix}
|
||||
\entry{output-meta}{8}{output-meta}
|
||||
\entry{page-completions}{8}{page-completions}
|
||||
\entry{revert-all-at-newline}{8}{revert-all-at-newline}
|
||||
\entry{show-all-if-ambiguous}{8}{show-all-if-ambiguous}
|
||||
\entry{show-all-if-unmodified}{8}{show-all-if-unmodified}
|
||||
\entry{show-mode-in-prompt}{8}{show-mode-in-prompt}
|
||||
\entry{skip-completed-text}{8}{skip-completed-text}
|
||||
\entry{visible-stats}{8}{visible-stats}
|
||||
\entry{visible-stats}{9}{visible-stats}
|
||||
\entry{beginning-of-line (C-a)}{14}{\code {beginning-of-line (C-a)}}
|
||||
\entry{end-of-line (C-e)}{14}{\code {end-of-line (C-e)}}
|
||||
\entry{forward-char (C-f)}{14}{\code {forward-char (C-f)}}
|
||||
@@ -48,8 +50,11 @@
|
||||
\entry{non-incremental-forward-search-history (M-n)}{15}{\code {non-incremental-forward-search-history (M-n)}}
|
||||
\entry{history-search-forward ()}{15}{\code {history-search-forward ()}}
|
||||
\entry{history-search-backward ()}{15}{\code {history-search-backward ()}}
|
||||
\entry{history-substr-search-forward ()}{15}{\code {history-substr-search-forward ()}}
|
||||
\entry{history-substr-search-backward ()}{15}{\code {history-substr-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{15}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{15}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{16}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{16}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{16}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{16}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{16}{\code {forward-backward-delete-char ()}}
|
||||
@@ -57,10 +62,10 @@
|
||||
\entry{tab-insert (M-TAB)}{16}{\code {tab-insert (M-\key {TAB})}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{16}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{transpose-chars (C-t)}{16}{\code {transpose-chars (C-t)}}
|
||||
\entry{transpose-words (M-t)}{16}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{16}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{16}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{16}{\code {capitalize-word (M-c)}}
|
||||
\entry{transpose-words (M-t)}{17}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{17}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{17}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{17}{\code {capitalize-word (M-c)}}
|
||||
\entry{overwrite-mode ()}{17}{\code {overwrite-mode ()}}
|
||||
\entry{kill-line (C-k)}{17}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{17}{\code {backward-kill-line (C-x Rubout)}}
|
||||
@@ -69,43 +74,44 @@
|
||||
\entry{kill-word (M-d)}{17}{\code {kill-word (M-d)}}
|
||||
\entry{backward-kill-word (M-DEL)}{17}{\code {backward-kill-word (M-\key {DEL})}}
|
||||
\entry{unix-word-rubout (C-w)}{17}{\code {unix-word-rubout (C-w)}}
|
||||
\entry{unix-filename-rubout ()}{17}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{17}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{17}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{17}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{17}{\code {copy-backward-word ()}}
|
||||
\entry{unix-filename-rubout ()}{18}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{18}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{18}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{18}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{18}{\code {copy-backward-word ()}}
|
||||
\entry{copy-forward-word ()}{18}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{18}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{18}{\code {yank-pop (M-y)}}
|
||||
\entry{digit-argument (M-0, M-1, ...{} M--)}{18}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
|
||||
\entry{universal-argument ()}{18}{\code {universal-argument ()}}
|
||||
\entry{complete (TAB)}{18}{\code {complete (\key {TAB})}}
|
||||
\entry{possible-completions (M-?)}{18}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{18}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{18}{\code {menu-complete ()}}
|
||||
\entry{possible-completions (M-?)}{19}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{19}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{19}{\code {menu-complete ()}}
|
||||
\entry{menu-complete-backward ()}{19}{\code {menu-complete-backward ()}}
|
||||
\entry{delete-char-or-list ()}{19}{\code {delete-char-or-list ()}}
|
||||
\entry{start-kbd-macro (C-x ()}{19}{\code {start-kbd-macro (C-x ()}}
|
||||
\entry{end-kbd-macro (C-x ))}{19}{\code {end-kbd-macro (C-x ))}}
|
||||
\entry{call-last-kbd-macro (C-x e)}{19}{\code {call-last-kbd-macro (C-x e)}}
|
||||
\entry{print-last-kbd-macro ()}{19}{\code {print-last-kbd-macro ()}}
|
||||
\entry{re-read-init-file (C-x C-r)}{19}{\code {re-read-init-file (C-x C-r)}}
|
||||
\entry{abort (C-g)}{19}{\code {abort (C-g)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{19}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{19}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{19}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{19}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-~)}{19}{\code {tilde-expand (M-~)}}
|
||||
\entry{set-mark (C-@)}{19}{\code {set-mark (C-@)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{20}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{20}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{20}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{20}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-~)}{20}{\code {tilde-expand (M-~)}}
|
||||
\entry{set-mark (C-@)}{20}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{20}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{20}{\code {character-search (C-])}}
|
||||
\entry{character-search-backward (M-C-])}{20}{\code {character-search-backward (M-C-])}}
|
||||
\entry{skip-csi-sequence ()}{20}{\code {skip-csi-sequence ()}}
|
||||
\entry{insert-comment (M-#)}{20}{\code {insert-comment (M-#)}}
|
||||
\entry{dump-functions ()}{20}{\code {dump-functions ()}}
|
||||
\entry{dump-variables ()}{20}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{20}{\code {dump-macros ()}}
|
||||
\entry{emacs-editing-mode (C-e)}{20}{\code {emacs-editing-mode (C-e)}}
|
||||
\entry{vi-editing-mode (M-C-j)}{20}{\code {vi-editing-mode (M-C-j)}}
|
||||
\entry{dump-variables ()}{21}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{21}{\code {dump-macros ()}}
|
||||
\entry{emacs-editing-mode (C-e)}{21}{\code {emacs-editing-mode (C-e)}}
|
||||
\entry{vi-editing-mode (M-C-j)}{21}{\code {vi-editing-mode (M-C-j)}}
|
||||
\entry{readline}{22}{\code {readline}}
|
||||
\entry{rl_line_buffer}{25}{\code {rl_line_buffer}}
|
||||
\entry{rl_point}{25}{\code {rl_point}}
|
||||
@@ -132,52 +138,57 @@
|
||||
\entry{rl_pre_input_hook}{27}{\code {rl_pre_input_hook}}
|
||||
\entry{rl_event_hook}{27}{\code {rl_event_hook}}
|
||||
\entry{rl_getc_function}{27}{\code {rl_getc_function}}
|
||||
\entry{rl_signal_event_hook}{27}{\code {rl_signal_event_hook}}
|
||||
\entry{rl_input_available_hook}{27}{\code {rl_input_available_hook}}
|
||||
\entry{rl_redisplay_function}{27}{\code {rl_redisplay_function}}
|
||||
\entry{rl_prep_term_function}{27}{\code {rl_prep_term_function}}
|
||||
\entry{rl_deprep_term_function}{27}{\code {rl_deprep_term_function}}
|
||||
\entry{rl_executing_keymap}{27}{\code {rl_executing_keymap}}
|
||||
\entry{rl_binding_keymap}{27}{\code {rl_binding_keymap}}
|
||||
\entry{rl_executing_macro}{27}{\code {rl_executing_macro}}
|
||||
\entry{rl_executing_keymap}{28}{\code {rl_executing_keymap}}
|
||||
\entry{rl_binding_keymap}{28}{\code {rl_binding_keymap}}
|
||||
\entry{rl_executing_macro}{28}{\code {rl_executing_macro}}
|
||||
\entry{rl_executing_key}{28}{\code {rl_executing_key}}
|
||||
\entry{rl_executing_keyseq}{28}{\code {rl_executing_keyseq}}
|
||||
\entry{rl_key_sequence_length}{28}{\code {rl_key_sequence_length}}
|
||||
\entry{rl_readline_state}{28}{\code {rl_readline_state}}
|
||||
\entry{rl_explicit_arg}{29}{\code {rl_explicit_arg}}
|
||||
\entry{rl_numeric_arg}{29}{\code {rl_numeric_arg}}
|
||||
\entry{rl_editing_mode}{29}{\code {rl_editing_mode}}
|
||||
\entry{rl_numeric_arg}{30}{\code {rl_numeric_arg}}
|
||||
\entry{rl_editing_mode}{30}{\code {rl_editing_mode}}
|
||||
\entry{rl_add_defun}{30}{\code {rl_add_defun}}
|
||||
\entry{rl_make_bare_keymap}{30}{\code {rl_make_bare_keymap}}
|
||||
\entry{rl_copy_keymap}{30}{\code {rl_copy_keymap}}
|
||||
\entry{rl_make_keymap}{30}{\code {rl_make_keymap}}
|
||||
\entry{rl_discard_keymap}{30}{\code {rl_discard_keymap}}
|
||||
\entry{rl_free_keymap}{30}{\code {rl_free_keymap}}
|
||||
\entry{rl_get_keymap}{30}{\code {rl_get_keymap}}
|
||||
\entry{rl_set_keymap}{30}{\code {rl_set_keymap}}
|
||||
\entry{rl_get_keymap_by_name}{30}{\code {rl_get_keymap_by_name}}
|
||||
\entry{rl_get_keymap_name}{30}{\code {rl_get_keymap_name}}
|
||||
\entry{rl_free_keymap}{31}{\code {rl_free_keymap}}
|
||||
\entry{rl_get_keymap}{31}{\code {rl_get_keymap}}
|
||||
\entry{rl_set_keymap}{31}{\code {rl_set_keymap}}
|
||||
\entry{rl_get_keymap_by_name}{31}{\code {rl_get_keymap_by_name}}
|
||||
\entry{rl_get_keymap_name}{31}{\code {rl_get_keymap_name}}
|
||||
\entry{rl_bind_key}{31}{\code {rl_bind_key}}
|
||||
\entry{rl_bind_key_in_map}{31}{\code {rl_bind_key_in_map}}
|
||||
\entry{rl_bind_key_if_unbound}{31}{\code {rl_bind_key_if_unbound}}
|
||||
\entry{rl_bind_key_if_unbound_in_map}{31}{\code {rl_bind_key_if_unbound_in_map}}
|
||||
\entry{rl_unbind_key}{31}{\code {rl_unbind_key}}
|
||||
\entry{rl_unbind_key_in_map}{31}{\code {rl_unbind_key_in_map}}
|
||||
\entry{rl_unbind_function_in_map}{31}{\code {rl_unbind_function_in_map}}
|
||||
\entry{rl_unbind_command_in_map}{31}{\code {rl_unbind_command_in_map}}
|
||||
\entry{rl_bind_keyseq}{31}{\code {rl_bind_keyseq}}
|
||||
\entry{rl_unbind_key}{32}{\code {rl_unbind_key}}
|
||||
\entry{rl_unbind_key_in_map}{32}{\code {rl_unbind_key_in_map}}
|
||||
\entry{rl_unbind_function_in_map}{32}{\code {rl_unbind_function_in_map}}
|
||||
\entry{rl_unbind_command_in_map}{32}{\code {rl_unbind_command_in_map}}
|
||||
\entry{rl_bind_keyseq}{32}{\code {rl_bind_keyseq}}
|
||||
\entry{rl_bind_keyseq_in_map}{32}{\code {rl_bind_keyseq_in_map}}
|
||||
\entry{rl_set_key}{32}{\code {rl_set_key}}
|
||||
\entry{rl_bind_keyseq_if_unbound}{32}{\code {rl_bind_keyseq_if_unbound}}
|
||||
\entry{rl_bind_keyseq_if_unbound_in_map}{32}{\code {rl_bind_keyseq_if_unbound_in_map}}
|
||||
\entry{rl_generic_bind}{32}{\code {rl_generic_bind}}
|
||||
\entry{rl_parse_and_bind}{32}{\code {rl_parse_and_bind}}
|
||||
\entry{rl_read_init_file}{32}{\code {rl_read_init_file}}
|
||||
\entry{rl_named_function}{32}{\code {rl_named_function}}
|
||||
\entry{rl_function_of_keyseq}{32}{\code {rl_function_of_keyseq}}
|
||||
\entry{rl_read_init_file}{33}{\code {rl_read_init_file}}
|
||||
\entry{rl_named_function}{33}{\code {rl_named_function}}
|
||||
\entry{rl_function_of_keyseq}{33}{\code {rl_function_of_keyseq}}
|
||||
\entry{rl_invoking_keyseqs}{33}{\code {rl_invoking_keyseqs}}
|
||||
\entry{rl_invoking_keyseqs_in_map}{33}{\code {rl_invoking_keyseqs_in_map}}
|
||||
\entry{rl_function_dumper}{33}{\code {rl_function_dumper}}
|
||||
\entry{rl_list_funmap_names}{33}{\code {rl_list_funmap_names}}
|
||||
\entry{rl_funmap_names}{33}{\code {rl_funmap_names}}
|
||||
\entry{rl_add_funmap_entry}{33}{\code {rl_add_funmap_entry}}
|
||||
\entry{rl_begin_undo_group}{33}{\code {rl_begin_undo_group}}
|
||||
\entry{rl_end_undo_group}{33}{\code {rl_end_undo_group}}
|
||||
\entry{rl_begin_undo_group}{34}{\code {rl_begin_undo_group}}
|
||||
\entry{rl_end_undo_group}{34}{\code {rl_end_undo_group}}
|
||||
\entry{rl_add_undo}{34}{\code {rl_add_undo}}
|
||||
\entry{rl_free_undo_list}{34}{\code {rl_free_undo_list}}
|
||||
\entry{rl_do_undo}{34}{\code {rl_do_undo}}
|
||||
@@ -185,28 +196,28 @@
|
||||
\entry{rl_redisplay}{34}{\code {rl_redisplay}}
|
||||
\entry{rl_forced_update_display}{34}{\code {rl_forced_update_display}}
|
||||
\entry{rl_on_new_line}{34}{\code {rl_on_new_line}}
|
||||
\entry{rl_on_new_line_with_prompt}{34}{\code {rl_on_new_line_with_prompt}}
|
||||
\entry{rl_reset_line_state}{34}{\code {rl_reset_line_state}}
|
||||
\entry{rl_crlf}{34}{\code {rl_crlf}}
|
||||
\entry{rl_show_char}{34}{\code {rl_show_char}}
|
||||
\entry{rl_on_new_line_with_prompt}{35}{\code {rl_on_new_line_with_prompt}}
|
||||
\entry{rl_reset_line_state}{35}{\code {rl_reset_line_state}}
|
||||
\entry{rl_crlf}{35}{\code {rl_crlf}}
|
||||
\entry{rl_show_char}{35}{\code {rl_show_char}}
|
||||
\entry{rl_message}{35}{\code {rl_message}}
|
||||
\entry{rl_clear_message}{35}{\code {rl_clear_message}}
|
||||
\entry{rl_save_prompt}{35}{\code {rl_save_prompt}}
|
||||
\entry{rl_restore_prompt}{35}{\code {rl_restore_prompt}}
|
||||
\entry{rl_expand_prompt}{35}{\code {rl_expand_prompt}}
|
||||
\entry{rl_set_prompt}{35}{\code {rl_set_prompt}}
|
||||
\entry{rl_insert_text}{35}{\code {rl_insert_text}}
|
||||
\entry{rl_delete_text}{35}{\code {rl_delete_text}}
|
||||
\entry{rl_copy_text}{35}{\code {rl_copy_text}}
|
||||
\entry{rl_set_prompt}{36}{\code {rl_set_prompt}}
|
||||
\entry{rl_insert_text}{36}{\code {rl_insert_text}}
|
||||
\entry{rl_delete_text}{36}{\code {rl_delete_text}}
|
||||
\entry{rl_copy_text}{36}{\code {rl_copy_text}}
|
||||
\entry{rl_kill_text}{36}{\code {rl_kill_text}}
|
||||
\entry{rl_push_macro_input}{36}{\code {rl_push_macro_input}}
|
||||
\entry{rl_read_key}{36}{\code {rl_read_key}}
|
||||
\entry{rl_getc}{36}{\code {rl_getc}}
|
||||
\entry{rl_stuff_char}{36}{\code {rl_stuff_char}}
|
||||
\entry{rl_execute_next}{36}{\code {rl_execute_next}}
|
||||
\entry{rl_clear_pending_input}{36}{\code {rl_clear_pending_input}}
|
||||
\entry{rl_set_keyboard_input_timeout}{36}{\code {rl_set_keyboard_input_timeout}}
|
||||
\entry{rl_prep_terminal}{36}{\code {rl_prep_terminal}}
|
||||
\entry{rl_clear_pending_input}{37}{\code {rl_clear_pending_input}}
|
||||
\entry{rl_set_keyboard_input_timeout}{37}{\code {rl_set_keyboard_input_timeout}}
|
||||
\entry{rl_prep_terminal}{37}{\code {rl_prep_terminal}}
|
||||
\entry{rl_deprep_terminal}{37}{\code {rl_deprep_terminal}}
|
||||
\entry{rl_tty_set_default_bindings}{37}{\code {rl_tty_set_default_bindings}}
|
||||
\entry{rl_tty_unset_default_bindings}{37}{\code {rl_tty_unset_default_bindings}}
|
||||
@@ -214,11 +225,11 @@
|
||||
\entry{rl_save_state}{37}{\code {rl_save_state}}
|
||||
\entry{rl_restore_state}{37}{\code {rl_restore_state}}
|
||||
\entry{rl_free}{37}{\code {rl_free}}
|
||||
\entry{rl_replace_line}{37}{\code {rl_replace_line}}
|
||||
\entry{rl_extend_line_buffer}{37}{\code {rl_extend_line_buffer}}
|
||||
\entry{rl_initialize}{37}{\code {rl_initialize}}
|
||||
\entry{rl_ding}{37}{\code {rl_ding}}
|
||||
\entry{rl_alphabetic}{37}{\code {rl_alphabetic}}
|
||||
\entry{rl_replace_line}{38}{\code {rl_replace_line}}
|
||||
\entry{rl_extend_line_buffer}{38}{\code {rl_extend_line_buffer}}
|
||||
\entry{rl_initialize}{38}{\code {rl_initialize}}
|
||||
\entry{rl_ding}{38}{\code {rl_ding}}
|
||||
\entry{rl_alphabetic}{38}{\code {rl_alphabetic}}
|
||||
\entry{rl_display_match_list}{38}{\code {rl_display_match_list}}
|
||||
\entry{_rl_uppercase_p}{38}{\code {_rl_uppercase_p}}
|
||||
\entry{_rl_lowercase_p}{38}{\code {_rl_lowercase_p}}
|
||||
@@ -226,66 +237,70 @@
|
||||
\entry{_rl_to_upper}{38}{\code {_rl_to_upper}}
|
||||
\entry{_rl_to_lower}{38}{\code {_rl_to_lower}}
|
||||
\entry{_rl_digit_value}{38}{\code {_rl_digit_value}}
|
||||
\entry{rl_macro_bind}{38}{\code {rl_macro_bind}}
|
||||
\entry{rl_macro_dumper}{38}{\code {rl_macro_dumper}}
|
||||
\entry{rl_variable_bind}{38}{\code {rl_variable_bind}}
|
||||
\entry{rl_macro_bind}{39}{\code {rl_macro_bind}}
|
||||
\entry{rl_macro_dumper}{39}{\code {rl_macro_dumper}}
|
||||
\entry{rl_variable_bind}{39}{\code {rl_variable_bind}}
|
||||
\entry{rl_variable_value}{39}{\code {rl_variable_value}}
|
||||
\entry{rl_variable_dumper}{39}{\code {rl_variable_dumper}}
|
||||
\entry{rl_set_paren_blink_timeout}{39}{\code {rl_set_paren_blink_timeout}}
|
||||
\entry{rl_get_termcap}{39}{\code {rl_get_termcap}}
|
||||
\entry{rl_callback_handler_install}{39}{\code {rl_callback_handler_install}}
|
||||
\entry{rl_callback_read_char}{39}{\code {rl_callback_read_char}}
|
||||
\entry{rl_callback_handler_remove}{39}{\code {rl_callback_handler_remove}}
|
||||
\entry{rl_catch_signals}{42}{\code {rl_catch_signals}}
|
||||
\entry{rl_catch_sigwinch}{42}{\code {rl_catch_sigwinch}}
|
||||
\entry{rl_cleanup_after_signal}{42}{\code {rl_cleanup_after_signal}}
|
||||
\entry{rl_free_line_state}{42}{\code {rl_free_line_state}}
|
||||
\entry{rl_reset_after_signal}{42}{\code {rl_reset_after_signal}}
|
||||
\entry{rl_echo_signal_char}{42}{\code {rl_echo_signal_char}}
|
||||
\entry{rl_resize_terminal}{42}{\code {rl_resize_terminal}}
|
||||
\entry{rl_set_screen_size}{42}{\code {rl_set_screen_size}}
|
||||
\entry{rl_get_screen_size}{43}{\code {rl_get_screen_size}}
|
||||
\entry{rl_reset_screen_size}{43}{\code {rl_reset_screen_size}}
|
||||
\entry{rl_set_signals}{43}{\code {rl_set_signals}}
|
||||
\entry{rl_clear_signals}{43}{\code {rl_clear_signals}}
|
||||
\entry{rl_complete}{44}{\code {rl_complete}}
|
||||
\entry{rl_completion_entry_function}{44}{\code {rl_completion_entry_function}}
|
||||
\entry{rl_complete_internal}{44}{\code {rl_complete_internal}}
|
||||
\entry{rl_complete}{44}{\code {rl_complete}}
|
||||
\entry{rl_possible_completions}{44}{\code {rl_possible_completions}}
|
||||
\entry{rl_insert_completions}{44}{\code {rl_insert_completions}}
|
||||
\entry{rl_completion_mode}{44}{\code {rl_completion_mode}}
|
||||
\entry{rl_completion_matches}{45}{\code {rl_completion_matches}}
|
||||
\entry{rl_filename_completion_function}{45}{\code {rl_filename_completion_function}}
|
||||
\entry{rl_username_completion_function}{45}{\code {rl_username_completion_function}}
|
||||
\entry{rl_completion_entry_function}{45}{\code {rl_completion_entry_function}}
|
||||
\entry{rl_attempted_completion_function}{45}{\code {rl_attempted_completion_function}}
|
||||
\entry{rl_filename_quoting_function}{45}{\code {rl_filename_quoting_function}}
|
||||
\entry{rl_filename_dequoting_function}{46}{\code {rl_filename_dequoting_function}}
|
||||
\entry{rl_char_is_quoted_p}{46}{\code {rl_char_is_quoted_p}}
|
||||
\entry{rl_ignore_some_completions_function}{46}{\code {rl_ignore_some_completions_function}}
|
||||
\entry{rl_directory_completion_hook}{46}{\code {rl_directory_completion_hook}}
|
||||
\entry{rl_filename_rewrite_hook}{46}{\code {rl_filename_rewrite_hook}}
|
||||
\entry{rl_completion_display_matches_hook}{47}{\code {rl_completion_display_matches_hook}}
|
||||
\entry{rl_basic_word_break_characters}{47}{\code {rl_basic_word_break_characters}}
|
||||
\entry{rl_basic_quote_characters}{47}{\code {rl_basic_quote_characters}}
|
||||
\entry{rl_completer_word_break_characters}{47}{\code {rl_completer_word_break_characters}}
|
||||
\entry{rl_completion_word_break_hook}{47}{\code {rl_completion_word_break_hook}}
|
||||
\entry{rl_completer_quote_characters}{47}{\code {rl_completer_quote_characters}}
|
||||
\entry{rl_filename_quote_characters}{47}{\code {rl_filename_quote_characters}}
|
||||
\entry{rl_special_prefixes}{47}{\code {rl_special_prefixes}}
|
||||
\entry{rl_completion_query_items}{47}{\code {rl_completion_query_items}}
|
||||
\entry{rl_completion_append_character}{48}{\code {rl_completion_append_character}}
|
||||
\entry{rl_completion_suppress_append}{48}{\code {rl_completion_suppress_append}}
|
||||
\entry{rl_completion_quote_character}{48}{\code {rl_completion_quote_character}}
|
||||
\entry{rl_completion_suppress_quote}{48}{\code {rl_completion_suppress_quote}}
|
||||
\entry{rl_completion_found_quote}{48}{\code {rl_completion_found_quote}}
|
||||
\entry{rl_completion_mark_symlink_dirs}{48}{\code {rl_completion_mark_symlink_dirs}}
|
||||
\entry{rl_ignore_completion_duplicates}{48}{\code {rl_ignore_completion_duplicates}}
|
||||
\entry{rl_filename_completion_desired}{48}{\code {rl_filename_completion_desired}}
|
||||
\entry{rl_filename_quoting_desired}{49}{\code {rl_filename_quoting_desired}}
|
||||
\entry{rl_attempted_completion_over}{49}{\code {rl_attempted_completion_over}}
|
||||
\entry{rl_sort_completion_matches}{49}{\code {rl_sort_completion_matches}}
|
||||
\entry{rl_completion_type}{49}{\code {rl_completion_type}}
|
||||
\entry{rl_completion_invoking_key}{49}{\code {rl_completion_invoking_key}}
|
||||
\entry{rl_inhibit_completion}{49}{\code {rl_inhibit_completion}}
|
||||
\entry{rl_clear_history}{39}{\code {rl_clear_history}}
|
||||
\entry{rl_callback_handler_install}{40}{\code {rl_callback_handler_install}}
|
||||
\entry{rl_callback_read_char}{40}{\code {rl_callback_read_char}}
|
||||
\entry{rl_callback_handler_remove}{40}{\code {rl_callback_handler_remove}}
|
||||
\entry{rl_catch_signals}{44}{\code {rl_catch_signals}}
|
||||
\entry{rl_catch_sigwinch}{44}{\code {rl_catch_sigwinch}}
|
||||
\entry{rl_change_environment}{44}{\code {rl_change_environment}}
|
||||
\entry{rl_cleanup_after_signal}{44}{\code {rl_cleanup_after_signal}}
|
||||
\entry{rl_free_line_state}{44}{\code {rl_free_line_state}}
|
||||
\entry{rl_reset_after_signal}{45}{\code {rl_reset_after_signal}}
|
||||
\entry{rl_echo_signal_char}{45}{\code {rl_echo_signal_char}}
|
||||
\entry{rl_resize_terminal}{45}{\code {rl_resize_terminal}}
|
||||
\entry{rl_set_screen_size}{45}{\code {rl_set_screen_size}}
|
||||
\entry{rl_get_screen_size}{45}{\code {rl_get_screen_size}}
|
||||
\entry{rl_reset_screen_size}{45}{\code {rl_reset_screen_size}}
|
||||
\entry{rl_set_signals}{45}{\code {rl_set_signals}}
|
||||
\entry{rl_clear_signals}{45}{\code {rl_clear_signals}}
|
||||
\entry{rl_complete}{46}{\code {rl_complete}}
|
||||
\entry{rl_completion_entry_function}{46}{\code {rl_completion_entry_function}}
|
||||
\entry{rl_complete_internal}{47}{\code {rl_complete_internal}}
|
||||
\entry{rl_complete}{47}{\code {rl_complete}}
|
||||
\entry{rl_possible_completions}{47}{\code {rl_possible_completions}}
|
||||
\entry{rl_insert_completions}{47}{\code {rl_insert_completions}}
|
||||
\entry{rl_completion_mode}{47}{\code {rl_completion_mode}}
|
||||
\entry{rl_completion_matches}{47}{\code {rl_completion_matches}}
|
||||
\entry{rl_filename_completion_function}{47}{\code {rl_filename_completion_function}}
|
||||
\entry{rl_username_completion_function}{48}{\code {rl_username_completion_function}}
|
||||
\entry{rl_completion_entry_function}{48}{\code {rl_completion_entry_function}}
|
||||
\entry{rl_attempted_completion_function}{48}{\code {rl_attempted_completion_function}}
|
||||
\entry{rl_filename_quoting_function}{48}{\code {rl_filename_quoting_function}}
|
||||
\entry{rl_filename_dequoting_function}{48}{\code {rl_filename_dequoting_function}}
|
||||
\entry{rl_char_is_quoted_p}{48}{\code {rl_char_is_quoted_p}}
|
||||
\entry{rl_ignore_some_completions_function}{49}{\code {rl_ignore_some_completions_function}}
|
||||
\entry{rl_directory_completion_hook}{49}{\code {rl_directory_completion_hook}}
|
||||
\entry{rl_directory_rewrite_hook;}{49}{\code {rl_directory_rewrite_hook;}}
|
||||
\entry{rl_filename_stat_hook}{49}{\code {rl_filename_stat_hook}}
|
||||
\entry{rl_filename_rewrite_hook}{49}{\code {rl_filename_rewrite_hook}}
|
||||
\entry{rl_completion_display_matches_hook}{50}{\code {rl_completion_display_matches_hook}}
|
||||
\entry{rl_basic_word_break_characters}{50}{\code {rl_basic_word_break_characters}}
|
||||
\entry{rl_basic_quote_characters}{50}{\code {rl_basic_quote_characters}}
|
||||
\entry{rl_completer_word_break_characters}{50}{\code {rl_completer_word_break_characters}}
|
||||
\entry{rl_completion_word_break_hook}{50}{\code {rl_completion_word_break_hook}}
|
||||
\entry{rl_completer_quote_characters}{50}{\code {rl_completer_quote_characters}}
|
||||
\entry{rl_filename_quote_characters}{50}{\code {rl_filename_quote_characters}}
|
||||
\entry{rl_special_prefixes}{50}{\code {rl_special_prefixes}}
|
||||
\entry{rl_completion_query_items}{51}{\code {rl_completion_query_items}}
|
||||
\entry{rl_completion_append_character}{51}{\code {rl_completion_append_character}}
|
||||
\entry{rl_completion_suppress_append}{51}{\code {rl_completion_suppress_append}}
|
||||
\entry{rl_completion_quote_character}{51}{\code {rl_completion_quote_character}}
|
||||
\entry{rl_completion_suppress_quote}{51}{\code {rl_completion_suppress_quote}}
|
||||
\entry{rl_completion_found_quote}{51}{\code {rl_completion_found_quote}}
|
||||
\entry{rl_completion_mark_symlink_dirs}{51}{\code {rl_completion_mark_symlink_dirs}}
|
||||
\entry{rl_ignore_completion_duplicates}{51}{\code {rl_ignore_completion_duplicates}}
|
||||
\entry{rl_filename_completion_desired}{52}{\code {rl_filename_completion_desired}}
|
||||
\entry{rl_filename_quoting_desired}{52}{\code {rl_filename_quoting_desired}}
|
||||
\entry{rl_attempted_completion_over}{52}{\code {rl_attempted_completion_over}}
|
||||
\entry{rl_sort_completion_matches}{52}{\code {rl_sort_completion_matches}}
|
||||
\entry{rl_completion_type}{52}{\code {rl_completion_type}}
|
||||
\entry{rl_completion_invoking_key}{52}{\code {rl_completion_invoking_key}}
|
||||
\entry{rl_inhibit_completion}{52}{\code {rl_inhibit_completion}}
|
||||
|
||||
+139
-124
@@ -20,10 +20,11 @@
|
||||
\entry {bind-tty-special-chars}{5}
|
||||
\initial {C}
|
||||
\entry {\code {call-last-kbd-macro (C-x e)}}{19}
|
||||
\entry {\code {capitalize-word (M-c)}}{16}
|
||||
\entry {\code {capitalize-word (M-c)}}{17}
|
||||
\entry {\code {character-search (C-])}}{20}
|
||||
\entry {\code {character-search-backward (M-C-])}}{20}
|
||||
\entry {\code {clear-screen (C-l)}}{14}
|
||||
\entry {colored-stats}{5}
|
||||
\entry {comment-begin}{5}
|
||||
\entry {\code {complete (\key {TAB})}}{18}
|
||||
\entry {completion-display-width}{5}
|
||||
@@ -32,25 +33,26 @@
|
||||
\entry {completion-prefix-display-length}{5}
|
||||
\entry {completion-query-items}{5}
|
||||
\entry {convert-meta}{5}
|
||||
\entry {\code {copy-backward-word ()}}{17}
|
||||
\entry {\code {copy-backward-word ()}}{18}
|
||||
\entry {\code {copy-forward-word ()}}{18}
|
||||
\entry {\code {copy-region-as-kill ()}}{17}
|
||||
\entry {\code {copy-region-as-kill ()}}{18}
|
||||
\initial {D}
|
||||
\entry {\code {delete-char (C-d)}}{16}
|
||||
\entry {\code {delete-char-or-list ()}}{19}
|
||||
\entry {\code {delete-horizontal-space ()}}{17}
|
||||
\entry {\code {delete-horizontal-space ()}}{18}
|
||||
\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{18}
|
||||
\entry {disable-completion}{5}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{19}
|
||||
\entry {\code {downcase-word (M-l)}}{16}
|
||||
\entry {disable-completion}{6}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{20}
|
||||
\entry {\code {downcase-word (M-l)}}{17}
|
||||
\entry {\code {dump-functions ()}}{20}
|
||||
\entry {\code {dump-macros ()}}{20}
|
||||
\entry {\code {dump-variables ()}}{20}
|
||||
\entry {\code {dump-macros ()}}{21}
|
||||
\entry {\code {dump-variables ()}}{21}
|
||||
\initial {E}
|
||||
\entry {editing-mode}{6}
|
||||
\entry {\code {emacs-editing-mode (C-e)}}{20}
|
||||
\entry {\code {emacs-editing-mode (C-e)}}{21}
|
||||
\entry {enable-keypad}{6}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{19}
|
||||
\entry {\code {\i {end-of-file} (usually C-d)}}{16}
|
||||
\entry {\code {end-of-history (M->)}}{15}
|
||||
\entry {\code {end-of-line (C-e)}}{14}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{20}
|
||||
@@ -65,38 +67,41 @@
|
||||
\entry {\code {history-search-backward ()}}{15}
|
||||
\entry {\code {history-search-forward ()}}{15}
|
||||
\entry {history-size}{6}
|
||||
\entry {\code {history-substr-search-backward ()}}{15}
|
||||
\entry {\code {history-substr-search-forward ()}}{15}
|
||||
\entry {horizontal-scroll-mode}{6}
|
||||
\initial {I}
|
||||
\entry {input-meta}{6}
|
||||
\entry {input-meta}{7}
|
||||
\entry {\code {insert-comment (M-#)}}{20}
|
||||
\entry {\code {insert-completions (M-*)}}{18}
|
||||
\entry {isearch-terminators}{6}
|
||||
\entry {\code {insert-completions (M-*)}}{19}
|
||||
\entry {isearch-terminators}{7}
|
||||
\initial {K}
|
||||
\entry {keymap}{7}
|
||||
\entry {\code {kill-line (C-k)}}{17}
|
||||
\entry {\code {kill-region ()}}{17}
|
||||
\entry {\code {kill-region ()}}{18}
|
||||
\entry {\code {kill-whole-line ()}}{17}
|
||||
\entry {\code {kill-word (M-d)}}{17}
|
||||
\initial {M}
|
||||
\entry {mark-modified-lines}{7}
|
||||
\entry {mark-symlinked-directories}{7}
|
||||
\entry {match-hidden-files}{7}
|
||||
\entry {\code {menu-complete ()}}{18}
|
||||
\entry {\code {menu-complete ()}}{19}
|
||||
\entry {\code {menu-complete-backward ()}}{19}
|
||||
\entry {menu-complete-display-prefix}{7}
|
||||
\entry {meta-flag}{6}
|
||||
\entry {menu-complete-display-prefix}{8}
|
||||
\entry {meta-flag}{7}
|
||||
\initial {N}
|
||||
\entry {\code {next-history (C-n)}}{15}
|
||||
\entry {\code {non-incremental-forward-search-history (M-n)}}{15}
|
||||
\entry {\code {non-incremental-reverse-search-history (M-p)}}{15}
|
||||
\initial {O}
|
||||
\entry {output-meta}{7}
|
||||
\entry {output-meta}{8}
|
||||
\entry {\code {overwrite-mode ()}}{17}
|
||||
\initial {P}
|
||||
\entry {page-completions}{7}
|
||||
\entry {\code {possible-completions (M-?)}}{18}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{19}
|
||||
\entry {page-completions}{8}
|
||||
\entry {\code {possible-completions (M-?)}}{19}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{20}
|
||||
\entry {\code {previous-history (C-p)}}{14}
|
||||
\entry {\code {print-last-kbd-macro ()}}{19}
|
||||
\initial {Q}
|
||||
\entry {\code {quoted-insert (C-q or C-v)}}{16}
|
||||
\initial {R}
|
||||
@@ -105,206 +110,216 @@
|
||||
\entry {\code {redraw-current-line ()}}{14}
|
||||
\entry {\code {reverse-search-history (C-r)}}{15}
|
||||
\entry {revert-all-at-newline}{8}
|
||||
\entry {\code {revert-line (M-r)}}{19}
|
||||
\entry {\code {revert-line (M-r)}}{20}
|
||||
\entry {\code {rl_add_defun}}{30}
|
||||
\entry {\code {rl_add_funmap_entry}}{33}
|
||||
\entry {\code {rl_add_undo}}{34}
|
||||
\entry {\code {rl_alphabetic}}{37}
|
||||
\entry {\code {rl_alphabetic}}{38}
|
||||
\entry {\code {rl_already_prompted}}{26}
|
||||
\entry {\code {rl_attempted_completion_function}}{45}
|
||||
\entry {\code {rl_attempted_completion_over}}{49}
|
||||
\entry {\code {rl_basic_quote_characters}}{47}
|
||||
\entry {\code {rl_basic_word_break_characters}}{47}
|
||||
\entry {\code {rl_begin_undo_group}}{33}
|
||||
\entry {\code {rl_attempted_completion_function}}{48}
|
||||
\entry {\code {rl_attempted_completion_over}}{52}
|
||||
\entry {\code {rl_basic_quote_characters}}{50}
|
||||
\entry {\code {rl_basic_word_break_characters}}{50}
|
||||
\entry {\code {rl_begin_undo_group}}{34}
|
||||
\entry {\code {rl_bind_key}}{31}
|
||||
\entry {\code {rl_bind_key_if_unbound}}{31}
|
||||
\entry {\code {rl_bind_key_if_unbound_in_map}}{31}
|
||||
\entry {\code {rl_bind_key_in_map}}{31}
|
||||
\entry {\code {rl_bind_keyseq}}{31}
|
||||
\entry {\code {rl_bind_keyseq}}{32}
|
||||
\entry {\code {rl_bind_keyseq_if_unbound}}{32}
|
||||
\entry {\code {rl_bind_keyseq_if_unbound_in_map}}{32}
|
||||
\entry {\code {rl_bind_keyseq_in_map}}{32}
|
||||
\entry {\code {rl_binding_keymap}}{27}
|
||||
\entry {\code {rl_callback_handler_install}}{39}
|
||||
\entry {\code {rl_callback_handler_remove}}{39}
|
||||
\entry {\code {rl_callback_read_char}}{39}
|
||||
\entry {\code {rl_catch_signals}}{42}
|
||||
\entry {\code {rl_catch_sigwinch}}{42}
|
||||
\entry {\code {rl_char_is_quoted_p}}{46}
|
||||
\entry {\code {rl_cleanup_after_signal}}{42}
|
||||
\entry {\code {rl_binding_keymap}}{28}
|
||||
\entry {\code {rl_callback_handler_install}}{40}
|
||||
\entry {\code {rl_callback_handler_remove}}{40}
|
||||
\entry {\code {rl_callback_read_char}}{40}
|
||||
\entry {\code {rl_catch_signals}}{44}
|
||||
\entry {\code {rl_catch_sigwinch}}{44}
|
||||
\entry {\code {rl_change_environment}}{44}
|
||||
\entry {\code {rl_char_is_quoted_p}}{48}
|
||||
\entry {\code {rl_cleanup_after_signal}}{44}
|
||||
\entry {\code {rl_clear_history}}{39}
|
||||
\entry {\code {rl_clear_message}}{35}
|
||||
\entry {\code {rl_clear_pending_input}}{36}
|
||||
\entry {\code {rl_clear_signals}}{43}
|
||||
\entry {\code {rl_complete}}{44}
|
||||
\entry {\code {rl_complete_internal}}{44}
|
||||
\entry {\code {rl_completer_quote_characters}}{47}
|
||||
\entry {\code {rl_completer_word_break_characters}}{47}
|
||||
\entry {\code {rl_completion_append_character}}{48}
|
||||
\entry {\code {rl_completion_display_matches_hook}}{47}
|
||||
\entry {\code {rl_completion_entry_function}}{44, 45}
|
||||
\entry {\code {rl_completion_found_quote}}{48}
|
||||
\entry {\code {rl_completion_invoking_key}}{49}
|
||||
\entry {\code {rl_completion_mark_symlink_dirs}}{48}
|
||||
\entry {\code {rl_completion_matches}}{45}
|
||||
\entry {\code {rl_completion_mode}}{44}
|
||||
\entry {\code {rl_completion_query_items}}{47}
|
||||
\entry {\code {rl_completion_quote_character}}{48}
|
||||
\entry {\code {rl_completion_suppress_append}}{48}
|
||||
\entry {\code {rl_completion_suppress_quote}}{48}
|
||||
\entry {\code {rl_completion_type}}{49}
|
||||
\entry {\code {rl_completion_word_break_hook}}{47}
|
||||
\entry {\code {rl_clear_pending_input}}{37}
|
||||
\entry {\code {rl_clear_signals}}{45}
|
||||
\entry {\code {rl_complete}}{46, 47}
|
||||
\entry {\code {rl_complete_internal}}{47}
|
||||
\entry {\code {rl_completer_quote_characters}}{50}
|
||||
\entry {\code {rl_completer_word_break_characters}}{50}
|
||||
\entry {\code {rl_completion_append_character}}{51}
|
||||
\entry {\code {rl_completion_display_matches_hook}}{50}
|
||||
\entry {\code {rl_completion_entry_function}}{46, 48}
|
||||
\entry {\code {rl_completion_found_quote}}{51}
|
||||
\entry {\code {rl_completion_invoking_key}}{52}
|
||||
\entry {\code {rl_completion_mark_symlink_dirs}}{51}
|
||||
\entry {\code {rl_completion_matches}}{47}
|
||||
\entry {\code {rl_completion_mode}}{47}
|
||||
\entry {\code {rl_completion_query_items}}{51}
|
||||
\entry {\code {rl_completion_quote_character}}{51}
|
||||
\entry {\code {rl_completion_suppress_append}}{51}
|
||||
\entry {\code {rl_completion_suppress_quote}}{51}
|
||||
\entry {\code {rl_completion_type}}{52}
|
||||
\entry {\code {rl_completion_word_break_hook}}{50}
|
||||
\entry {\code {rl_copy_keymap}}{30}
|
||||
\entry {\code {rl_copy_text}}{35}
|
||||
\entry {\code {rl_crlf}}{34}
|
||||
\entry {\code {rl_delete_text}}{35}
|
||||
\entry {\code {rl_copy_text}}{36}
|
||||
\entry {\code {rl_crlf}}{35}
|
||||
\entry {\code {rl_delete_text}}{36}
|
||||
\entry {\code {rl_deprep_term_function}}{27}
|
||||
\entry {\code {rl_deprep_terminal}}{37}
|
||||
\entry {\code {rl_ding}}{37}
|
||||
\entry {\code {rl_directory_completion_hook}}{46}
|
||||
\entry {\code {rl_ding}}{38}
|
||||
\entry {\code {rl_directory_completion_hook}}{49}
|
||||
\entry {\code {rl_directory_rewrite_hook;}}{49}
|
||||
\entry {\code {rl_discard_keymap}}{30}
|
||||
\entry {\code {rl_dispatching}}{25}
|
||||
\entry {\code {rl_display_match_list}}{38}
|
||||
\entry {\code {rl_display_prompt}}{26}
|
||||
\entry {\code {rl_do_undo}}{34}
|
||||
\entry {\code {rl_done}}{25}
|
||||
\entry {\code {rl_echo_signal_char}}{42}
|
||||
\entry {\code {rl_editing_mode}}{29}
|
||||
\entry {\code {rl_echo_signal_char}}{45}
|
||||
\entry {\code {rl_editing_mode}}{30}
|
||||
\entry {\code {rl_end}}{25}
|
||||
\entry {\code {rl_end_undo_group}}{33}
|
||||
\entry {\code {rl_end_undo_group}}{34}
|
||||
\entry {\code {rl_erase_empty_line}}{25}
|
||||
\entry {\code {rl_event_hook}}{27}
|
||||
\entry {\code {rl_execute_next}}{36}
|
||||
\entry {\code {rl_executing_keymap}}{27}
|
||||
\entry {\code {rl_executing_macro}}{27}
|
||||
\entry {\code {rl_executing_key}}{28}
|
||||
\entry {\code {rl_executing_keymap}}{28}
|
||||
\entry {\code {rl_executing_keyseq}}{28}
|
||||
\entry {\code {rl_executing_macro}}{28}
|
||||
\entry {\code {rl_expand_prompt}}{35}
|
||||
\entry {\code {rl_explicit_arg}}{29}
|
||||
\entry {\code {rl_extend_line_buffer}}{37}
|
||||
\entry {\code {rl_filename_completion_desired}}{48}
|
||||
\entry {\code {rl_filename_completion_function}}{45}
|
||||
\entry {\code {rl_filename_dequoting_function}}{46}
|
||||
\entry {\code {rl_filename_quote_characters}}{47}
|
||||
\entry {\code {rl_filename_quoting_desired}}{49}
|
||||
\entry {\code {rl_filename_quoting_function}}{45}
|
||||
\entry {\code {rl_filename_rewrite_hook}}{46}
|
||||
\entry {\code {rl_extend_line_buffer}}{38}
|
||||
\entry {\code {rl_filename_completion_desired}}{52}
|
||||
\entry {\code {rl_filename_completion_function}}{47}
|
||||
\entry {\code {rl_filename_dequoting_function}}{48}
|
||||
\entry {\code {rl_filename_quote_characters}}{50}
|
||||
\entry {\code {rl_filename_quoting_desired}}{52}
|
||||
\entry {\code {rl_filename_quoting_function}}{48}
|
||||
\entry {\code {rl_filename_rewrite_hook}}{49}
|
||||
\entry {\code {rl_filename_stat_hook}}{49}
|
||||
\entry {\code {rl_forced_update_display}}{34}
|
||||
\entry {\code {rl_free}}{37}
|
||||
\entry {\code {rl_free_keymap}}{30}
|
||||
\entry {\code {rl_free_line_state}}{42}
|
||||
\entry {\code {rl_free_keymap}}{31}
|
||||
\entry {\code {rl_free_line_state}}{44}
|
||||
\entry {\code {rl_free_undo_list}}{34}
|
||||
\entry {\code {rl_function_dumper}}{33}
|
||||
\entry {\code {rl_function_of_keyseq}}{32}
|
||||
\entry {\code {rl_function_of_keyseq}}{33}
|
||||
\entry {\code {rl_funmap_names}}{33}
|
||||
\entry {\code {rl_generic_bind}}{32}
|
||||
\entry {\code {rl_get_keymap}}{30}
|
||||
\entry {\code {rl_get_keymap_by_name}}{30}
|
||||
\entry {\code {rl_get_keymap_name}}{30}
|
||||
\entry {\code {rl_get_screen_size}}{43}
|
||||
\entry {\code {rl_get_keymap}}{31}
|
||||
\entry {\code {rl_get_keymap_by_name}}{31}
|
||||
\entry {\code {rl_get_keymap_name}}{31}
|
||||
\entry {\code {rl_get_screen_size}}{45}
|
||||
\entry {\code {rl_get_termcap}}{39}
|
||||
\entry {\code {rl_getc}}{36}
|
||||
\entry {\code {rl_getc_function}}{27}
|
||||
\entry {\code {rl_gnu_readline_p}}{26}
|
||||
\entry {\code {rl_ignore_completion_duplicates}}{48}
|
||||
\entry {\code {rl_ignore_some_completions_function}}{46}
|
||||
\entry {\code {rl_inhibit_completion}}{49}
|
||||
\entry {\code {rl_initialize}}{37}
|
||||
\entry {\code {rl_insert_completions}}{44}
|
||||
\entry {\code {rl_insert_text}}{35}
|
||||
\entry {\code {rl_ignore_completion_duplicates}}{51}
|
||||
\entry {\code {rl_ignore_some_completions_function}}{49}
|
||||
\entry {\code {rl_inhibit_completion}}{52}
|
||||
\entry {\code {rl_initialize}}{38}
|
||||
\entry {\code {rl_input_available_hook}}{27}
|
||||
\entry {\code {rl_insert_completions}}{47}
|
||||
\entry {\code {rl_insert_text}}{36}
|
||||
\entry {\code {rl_instream}}{26}
|
||||
\entry {\code {rl_invoking_keyseqs}}{33}
|
||||
\entry {\code {rl_invoking_keyseqs_in_map}}{33}
|
||||
\entry {\code {rl_key_sequence_length}}{28}
|
||||
\entry {\code {rl_kill_text}}{36}
|
||||
\entry {\code {rl_last_func}}{27}
|
||||
\entry {\code {rl_library_version}}{26}
|
||||
\entry {\code {rl_line_buffer}}{25}
|
||||
\entry {\code {rl_list_funmap_names}}{33}
|
||||
\entry {\code {rl_macro_bind}}{38}
|
||||
\entry {\code {rl_macro_dumper}}{38}
|
||||
\entry {\code {rl_macro_bind}}{39}
|
||||
\entry {\code {rl_macro_dumper}}{39}
|
||||
\entry {\code {rl_make_bare_keymap}}{30}
|
||||
\entry {\code {rl_make_keymap}}{30}
|
||||
\entry {\code {rl_mark}}{25}
|
||||
\entry {\code {rl_message}}{35}
|
||||
\entry {\code {rl_modifying}}{34}
|
||||
\entry {\code {rl_named_function}}{32}
|
||||
\entry {\code {rl_named_function}}{33}
|
||||
\entry {\code {rl_num_chars_to_read}}{25}
|
||||
\entry {\code {rl_numeric_arg}}{29}
|
||||
\entry {\code {rl_numeric_arg}}{30}
|
||||
\entry {\code {rl_on_new_line}}{34}
|
||||
\entry {\code {rl_on_new_line_with_prompt}}{34}
|
||||
\entry {\code {rl_on_new_line_with_prompt}}{35}
|
||||
\entry {\code {rl_outstream}}{26}
|
||||
\entry {\code {rl_parse_and_bind}}{32}
|
||||
\entry {\code {rl_pending_input}}{25}
|
||||
\entry {\code {rl_point}}{25}
|
||||
\entry {\code {rl_possible_completions}}{44}
|
||||
\entry {\code {rl_possible_completions}}{47}
|
||||
\entry {\code {rl_pre_input_hook}}{27}
|
||||
\entry {\code {rl_prefer_env_winsize}}{26}
|
||||
\entry {\code {rl_prep_term_function}}{27}
|
||||
\entry {\code {rl_prep_terminal}}{36}
|
||||
\entry {\code {rl_prep_terminal}}{37}
|
||||
\entry {\code {rl_prompt}}{26}
|
||||
\entry {\code {rl_push_macro_input}}{36}
|
||||
\entry {\code {rl_read_init_file}}{32}
|
||||
\entry {\code {rl_read_init_file}}{33}
|
||||
\entry {\code {rl_read_key}}{36}
|
||||
\entry {\code {rl_readline_name}}{26}
|
||||
\entry {\code {rl_readline_state}}{28}
|
||||
\entry {\code {rl_readline_version}}{26}
|
||||
\entry {\code {rl_redisplay}}{34}
|
||||
\entry {\code {rl_redisplay_function}}{27}
|
||||
\entry {\code {rl_replace_line}}{37}
|
||||
\entry {\code {rl_reset_after_signal}}{42}
|
||||
\entry {\code {rl_reset_line_state}}{34}
|
||||
\entry {\code {rl_reset_screen_size}}{43}
|
||||
\entry {\code {rl_replace_line}}{38}
|
||||
\entry {\code {rl_reset_after_signal}}{45}
|
||||
\entry {\code {rl_reset_line_state}}{35}
|
||||
\entry {\code {rl_reset_screen_size}}{45}
|
||||
\entry {\code {rl_reset_terminal}}{37}
|
||||
\entry {\code {rl_resize_terminal}}{42}
|
||||
\entry {\code {rl_resize_terminal}}{45}
|
||||
\entry {\code {rl_restore_prompt}}{35}
|
||||
\entry {\code {rl_restore_state}}{37}
|
||||
\entry {\code {rl_save_prompt}}{35}
|
||||
\entry {\code {rl_save_state}}{37}
|
||||
\entry {\code {rl_set_key}}{32}
|
||||
\entry {\code {rl_set_keyboard_input_timeout}}{36}
|
||||
\entry {\code {rl_set_keymap}}{30}
|
||||
\entry {\code {rl_set_keyboard_input_timeout}}{37}
|
||||
\entry {\code {rl_set_keymap}}{31}
|
||||
\entry {\code {rl_set_paren_blink_timeout}}{39}
|
||||
\entry {\code {rl_set_prompt}}{35}
|
||||
\entry {\code {rl_set_screen_size}}{42}
|
||||
\entry {\code {rl_set_signals}}{43}
|
||||
\entry {\code {rl_show_char}}{34}
|
||||
\entry {\code {rl_sort_completion_matches}}{49}
|
||||
\entry {\code {rl_special_prefixes}}{47}
|
||||
\entry {\code {rl_set_prompt}}{36}
|
||||
\entry {\code {rl_set_screen_size}}{45}
|
||||
\entry {\code {rl_set_signals}}{45}
|
||||
\entry {\code {rl_show_char}}{35}
|
||||
\entry {\code {rl_signal_event_hook}}{27}
|
||||
\entry {\code {rl_sort_completion_matches}}{52}
|
||||
\entry {\code {rl_special_prefixes}}{50}
|
||||
\entry {\code {rl_startup_hook}}{27}
|
||||
\entry {\code {rl_stuff_char}}{36}
|
||||
\entry {\code {rl_terminal_name}}{26}
|
||||
\entry {\code {rl_tty_set_default_bindings}}{37}
|
||||
\entry {\code {rl_tty_unset_default_bindings}}{37}
|
||||
\entry {\code {rl_unbind_command_in_map}}{31}
|
||||
\entry {\code {rl_unbind_function_in_map}}{31}
|
||||
\entry {\code {rl_unbind_key}}{31}
|
||||
\entry {\code {rl_unbind_key_in_map}}{31}
|
||||
\entry {\code {rl_username_completion_function}}{45}
|
||||
\entry {\code {rl_variable_bind}}{38}
|
||||
\entry {\code {rl_unbind_command_in_map}}{32}
|
||||
\entry {\code {rl_unbind_function_in_map}}{32}
|
||||
\entry {\code {rl_unbind_key}}{32}
|
||||
\entry {\code {rl_unbind_key_in_map}}{32}
|
||||
\entry {\code {rl_username_completion_function}}{48}
|
||||
\entry {\code {rl_variable_bind}}{39}
|
||||
\entry {\code {rl_variable_dumper}}{39}
|
||||
\entry {\code {rl_variable_value}}{39}
|
||||
\initial {S}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{16}
|
||||
\entry {\code {set-mark (C-@)}}{19}
|
||||
\entry {\code {set-mark (C-@)}}{20}
|
||||
\entry {show-all-if-ambiguous}{8}
|
||||
\entry {show-all-if-unmodified}{8}
|
||||
\entry {show-mode-in-prompt}{8}
|
||||
\entry {skip-completed-text}{8}
|
||||
\entry {\code {skip-csi-sequence ()}}{20}
|
||||
\entry {\code {start-kbd-macro (C-x ()}}{19}
|
||||
\initial {T}
|
||||
\entry {\code {tab-insert (M-\key {TAB})}}{16}
|
||||
\entry {\code {tilde-expand (M-~)}}{19}
|
||||
\entry {\code {tilde-expand (M-~)}}{20}
|
||||
\entry {\code {transpose-chars (C-t)}}{16}
|
||||
\entry {\code {transpose-words (M-t)}}{16}
|
||||
\entry {\code {transpose-words (M-t)}}{17}
|
||||
\initial {U}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{19}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{20}
|
||||
\entry {\code {universal-argument ()}}{18}
|
||||
\entry {\code {unix-filename-rubout ()}}{17}
|
||||
\entry {\code {unix-filename-rubout ()}}{18}
|
||||
\entry {\code {unix-line-discard (C-u)}}{17}
|
||||
\entry {\code {unix-word-rubout (C-w)}}{17}
|
||||
\entry {\code {upcase-word (M-u)}}{16}
|
||||
\entry {\code {upcase-word (M-u)}}{17}
|
||||
\initial {V}
|
||||
\entry {\code {vi-editing-mode (M-C-j)}}{20}
|
||||
\entry {visible-stats}{8}
|
||||
\entry {\code {vi-editing-mode (M-C-j)}}{21}
|
||||
\entry {visible-stats}{9}
|
||||
\initial {Y}
|
||||
\entry {\code {yank (C-y)}}{18}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{15}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{16}
|
||||
\entry {\code {yank-nth-arg (M-C-y)}}{15}
|
||||
\entry {\code {yank-pop (M-y)}}{18}
|
||||
|
||||
+122
-68
@@ -1,7 +1,7 @@
|
||||
This is TeX, Version 3.141592 (Web2C 7.5.4) (format=tex 2008.12.11) 8 FEB 2011 11:10
|
||||
This is TeX, Version 3.1415926 (TeX Live 2011/Fink) (format=tex 2012.4.18) 6 JAN 2014 16:37
|
||||
**/usr/homes/chet/src/bash/src/lib/readline/doc/rlman.texi
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/rlman.texi (./texinfo.tex
|
||||
Loading texinfo [version 2009-01-18.17]:
|
||||
Loading texinfo [version 2013-09-11.11]:
|
||||
\bindingoffset=\dimen16
|
||||
\normaloffset=\dimen17
|
||||
\pagewidth=\dimen18
|
||||
@@ -20,24 +20,25 @@ Loading texinfo [version 2009-01-18.17]:
|
||||
\mil=\dimen25
|
||||
\exdentamount=\skip18
|
||||
\inmarginspacing=\skip19
|
||||
\centerpenalty=\count26
|
||||
pdf,
|
||||
\tempnum=\count26
|
||||
\lnkcount=\count27
|
||||
\tempnum=\count27
|
||||
\lnkcount=\count28
|
||||
\filename=\toks14
|
||||
\filenamelength=\count28
|
||||
\pgn=\count29
|
||||
\filenamelength=\count29
|
||||
\pgn=\count30
|
||||
\toksA=\toks15
|
||||
\toksB=\toks16
|
||||
\toksC=\toks17
|
||||
\toksD=\toks18
|
||||
\boxA=\box19
|
||||
\countA=\count30
|
||||
\countA=\count31
|
||||
\nopdfimagehelp=\toks19
|
||||
fonts,
|
||||
\sffam=\fam8
|
||||
\textleading=\dimen26
|
||||
markup,
|
||||
\fontdepth=\count31
|
||||
\fontdepth=\count32
|
||||
glyphs,
|
||||
\errorbox=\box20
|
||||
|
||||
@@ -53,38 +54,38 @@ page headings,
|
||||
\itemindent=\dimen28
|
||||
\itemmargin=\dimen29
|
||||
\itemmax=\dimen30
|
||||
\itemno=\count32
|
||||
\itemno=\count33
|
||||
\multitableparskip=\skip22
|
||||
\multitableparindent=\skip23
|
||||
\multitablecolspace=\dimen31
|
||||
\multitablelinespace=\skip24
|
||||
\colcount=\count33
|
||||
\colcount=\count34
|
||||
\everytab=\toks24
|
||||
conditionals,
|
||||
\doignorecount=\count34
|
||||
\doignorecount=\count35
|
||||
indexing,
|
||||
\whatsitskip=\skip25
|
||||
\whatsitpenalty=\count35
|
||||
\whatsitpenalty=\count36
|
||||
\secondaryindent=\skip26
|
||||
\partialpage=\box21
|
||||
\doublecolumnhsize=\dimen32
|
||||
sectioning,
|
||||
\unnumberedno=\count36
|
||||
\chapno=\count37
|
||||
\secno=\count38
|
||||
\subsecno=\count39
|
||||
\subsubsecno=\count40
|
||||
\appendixno=\count41
|
||||
\absseclevel=\count42
|
||||
\secbase=\count43
|
||||
\unnumberedno=\count37
|
||||
\chapno=\count38
|
||||
\secno=\count39
|
||||
\subsecno=\count40
|
||||
\subsubsecno=\count41
|
||||
\appendixno=\count42
|
||||
\absseclevel=\count43
|
||||
\secbase=\count44
|
||||
\chapheadingskip=\skip27
|
||||
\secheadingskip=\skip28
|
||||
\subsecheadingskip=\skip29
|
||||
toc,
|
||||
\tocfile=\write0
|
||||
\contentsrightmargin=\skip30
|
||||
\savepageno=\count44
|
||||
\lastnegativepageno=\count45
|
||||
\savepageno=\count45
|
||||
\lastnegativepageno=\count46
|
||||
\tocindent=\dimen33
|
||||
environments,
|
||||
\lispnarrowing=\skip31
|
||||
@@ -99,27 +100,33 @@ page headings,
|
||||
\rskip=\skip37
|
||||
\nonfillparindent=\dimen37
|
||||
\tabw=\dimen38
|
||||
\verbbox=\box22
|
||||
|
||||
defuns,
|
||||
\defbodyindent=\skip38
|
||||
\defargsindent=\skip39
|
||||
\deflastargmargin=\skip40
|
||||
\defunpenalty=\count46
|
||||
\parencount=\count47
|
||||
\brackcount=\count48
|
||||
\defunpenalty=\count47
|
||||
\parencount=\count48
|
||||
\brackcount=\count49
|
||||
macros,
|
||||
\macscribble=\write1
|
||||
\paramno=\count49
|
||||
\paramno=\count50
|
||||
\macname=\toks25
|
||||
cross references,
|
||||
\auxfile=\write2
|
||||
\savesfregister=\count50
|
||||
\savesfregister=\count51
|
||||
\toprefbox=\box23
|
||||
\printedrefnamebox=\box24
|
||||
\infofilenamebox=\box25
|
||||
\printedmanualbox=\box26
|
||||
insertions,
|
||||
\footnoteno=\count51
|
||||
\SAVEfootins=\box22
|
||||
\SAVEmargin=\box23
|
||||
\footnoteno=\count52
|
||||
\SAVEfootins=\box27
|
||||
\SAVEmargin=\box28
|
||||
|
||||
(/sw/share/texmf-dist/tex/generic/epsf/epsf.tex
|
||||
This is `epsf.tex' v2.7.4 <14 February 2011>
|
||||
\epsffilein=\read0
|
||||
\epsfframemargin=\dimen39
|
||||
\epsfframethickness=\dimen40
|
||||
@@ -129,18 +136,16 @@ defuns,
|
||||
\epsfxsize=\dimen44
|
||||
\epsfysize=\dimen45
|
||||
\pspoints=\dimen46
|
||||
\epsfnoopenhelp=\toks26
|
||||
)
|
||||
\noepsfhelp=\toks27
|
||||
\noepsfhelp=\toks26
|
||||
localization,
|
||||
\nolanghelp=\toks28
|
||||
\countUTFx=\count52
|
||||
\countUTFy=\count53
|
||||
\countUTFz=\count54
|
||||
\nolanghelp=\toks27
|
||||
\countUTFx=\count53
|
||||
\countUTFy=\count54
|
||||
\countUTFz=\count55
|
||||
formatting,
|
||||
\defaultparindent=\dimen47
|
||||
|
||||
and turning on texinfo input format.) (./rlman.aux)
|
||||
and turning on texinfo input format.) (./rlman.aux)
|
||||
\openout2 = `rlman.aux'.
|
||||
|
||||
@cpindfile=@write3
|
||||
@@ -149,7 +154,9 @@ and turning on texinfo input format.) (./rlman.aux)
|
||||
@tpindfile=@write6
|
||||
@kyindfile=@write7
|
||||
@pgindfile=@write8
|
||||
(./version.texi) [1
|
||||
texinfo.tex: doing @include of version.texi
|
||||
|
||||
(./version.texi) [1
|
||||
\openout3 = `rlman.cp'.
|
||||
|
||||
\openout4 = `rlman.fn'.
|
||||
@@ -165,31 +172,46 @@ and turning on texinfo input format.) (./rlman.aux)
|
||||
]
|
||||
\openout1 = `rlman.tmp'.
|
||||
|
||||
(./rlman.tmp) [2] (./rlman.toc [-1]) [-2]
|
||||
texinfo.tex: doing @include of rluser.texi
|
||||
|
||||
(./rlman.tmp) [2] (./rlman.toc [-1]) [-2] (./rluser.texi
|
||||
(./rluser.texi
|
||||
@btindfile=@write9
|
||||
Chapter 1
|
||||
|
||||
Chapter 1
|
||||
\openout0 = `rlman.toc'.
|
||||
|
||||
[1
|
||||
\openout9 = `rlman.bt'.
|
||||
|
||||
] [2]
|
||||
[3] [4] [5] [6]
|
||||
Underfull \hbox (badness 5231) in paragraph at lines 551--567
|
||||
@texttt emacs-meta[]@textrm , @texttt emacs-ctlx[]@textrm , @texttt vi[]@textr
|
||||
m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
|
||||
] [2] [3] [4] [5] [6] [7] [8]
|
||||
Underfull \hbox (badness 7540) in paragraph at lines 734--740
|
||||
[]@textrm In the above ex-am-ple, @textttsl C-u[] @textrm is bound to the func
|
||||
-tion
|
||||
|
||||
@hbox(7.60416+2.12917)x433.62, glue set 3.7426
|
||||
@hbox(7.60416+2.12917)x433.62, glue set 4.22592
|
||||
.@glue(@leftskip) 115.63242
|
||||
.@texttt e
|
||||
.@texttt m
|
||||
.@texttt a
|
||||
.@texttt c
|
||||
.@hbox(0.0+0.0)x0.0
|
||||
.@textrm I
|
||||
.@textrm n
|
||||
.@glue 3.65 plus 1.825 minus 1.21666
|
||||
.etc.
|
||||
|
||||
[7] [8] [9] [10] [11]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 894--894
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 734--740
|
||||
@texttt universal-argument[]@textrm , @textttsl M-DEL[] @textrm is bound to th
|
||||
e func-tion
|
||||
|
||||
@hbox(7.60416+2.43333)x433.62, glue set 5.18782
|
||||
.@glue(@leftskip) 115.63242
|
||||
.@texttt u
|
||||
.@texttt n
|
||||
.@texttt i
|
||||
.@texttt v
|
||||
.etc.
|
||||
|
||||
[9] [10] [11]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 929--929
|
||||
[]@texttt Meta-Control-h: backward-kill-word Text after the function name is i
|
||||
gnored[] |
|
||||
|
||||
@@ -201,10 +223,39 @@ gnored[] |
|
||||
.@texttt t
|
||||
.etc.
|
||||
|
||||
[12] [13] [14] [15] [16] [17] [18] [19] [20]) (./rltech.texi Chapter 2 [21]
|
||||
[12] [13] [14] [15] [16] [17] [18] [19] [20])
|
||||
texinfo.tex: doing @include of rltech.texi
|
||||
|
||||
(./rltech.texi Chapter 2 [21]
|
||||
[22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
|
||||
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
|
||||
Underfull \hbox (badness 7379) in paragraph at lines 1910--1915
|
||||
[37] [38] [39] [40] [41]
|
||||
Overfull \hbox (14.94176pt too wide) in paragraph at lines 1435--1435
|
||||
[] @texttt /* This function needs to be called to reset the terminal sett
|
||||
ings,[] |
|
||||
|
||||
@hbox(7.60416+2.43333)x433.62
|
||||
.@glue(@leftskip) 28.90755
|
||||
.@hbox(0.0+0.0)x0.0
|
||||
.@penalty 10000
|
||||
.@glue 5.74869
|
||||
.@penalty 10000
|
||||
.etc.
|
||||
|
||||
|
||||
Overfull \hbox (14.94176pt too wide) in paragraph at lines 1436--1436
|
||||
[] @texttt and calling it from the line handler keeps one extra prompt
|
||||
from[] |
|
||||
|
||||
@hbox(6.69167+2.43333)x433.62
|
||||
.@glue(@leftskip) 28.90755
|
||||
.@hbox(0.0+0.0)x0.0
|
||||
.@penalty 10000
|
||||
.@glue 5.74869
|
||||
.@penalty 10000
|
||||
.etc.
|
||||
|
||||
[42] [43] [44] [45] [46] [47] [48] [49] [50] [51]
|
||||
Underfull \hbox (badness 7379) in paragraph at lines 2070--2075
|
||||
[]@textrm If an application-specific com-ple-tion func-tion as-signed to @text
|
||||
tt rl_attempted_
|
||||
|
||||
@@ -216,16 +267,19 @@ tt rl_attempted_
|
||||
.@glue 3.65 plus 1.825 minus 1.21666
|
||||
.etc.
|
||||
|
||||
[49] [50] [51] [52] [53] [54] [55] [56]) Appendix A [57] (./fdl.texi [58]
|
||||
[59] [60] [61] [62] [63] [64]) (Concept Index) [65] (./rlman.cps)
|
||||
(Function and Variable Index) [66] (./rlman.fns [67] [68] [69]) [70] )
|
||||
Here is how much of TeX's memory you used:
|
||||
1839 strings out of 97980
|
||||
23025 string characters out of 1221004
|
||||
86081 words of memory out of 1500000
|
||||
2666 multiletter control sequences out of 10000+50000
|
||||
32127 words of font info for 112 fonts, out of 1200000 for 2000
|
||||
51 hyphenation exceptions out of 8191
|
||||
16i,6n,14p,327b,534s stack positions out of 5000i,500n,6000p,200000b,5000s
|
||||
[52] [53] [54] [55] [56] [57] [58] [59]) Appendix A [60]
|
||||
texinfo.tex: doing @include of fdl.texi
|
||||
|
||||
Output written on rlman.dvi (74 pages, 300184 bytes).
|
||||
(./fdl.texi [61]
|
||||
[62] [63] [64] [65] [66] [67]) (Concept Index) [68] (./rlman.cps)
|
||||
(Function and Variable Index) [69] (./rlman.fns [70] [71] [72]) [73] )
|
||||
Here is how much of TeX's memory you used:
|
||||
1982 strings out of 497974
|
||||
24803 string characters out of 3220833
|
||||
99910 words of memory out of 3000000
|
||||
2809 multiletter control sequences out of 15000+200000
|
||||
32127 words of font info for 112 fonts, out of 3000000 for 9000
|
||||
51 hyphenation exceptions out of 8191
|
||||
16i,6n,14p,327b,624s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
|
||||
Output written on rlman.dvi (77 pages, 313452 bytes).
|
||||
|
||||
@@ -13,7 +13,7 @@ This manual describes the GNU Readline Library
|
||||
consistency of user interface across discrete programs which provide
|
||||
a command line interface.
|
||||
|
||||
Copyright @copyright{} 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
@@ -4,23 +4,15 @@ This manual describes the GNU Readline Library
|
||||
consistency of user interface across discrete programs which provide
|
||||
a command line interface.
|
||||
|
||||
Copyright @copyright{} 1988--2011 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||
any later version published by the Free Software Foundation; with no
|
||||
Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
|
||||
and with the Back-Cover Texts as in (a) below. A copy of the license is
|
||||
included in the section entitled ``GNU Free Documentation License''.
|
||||
|
||||
(a) The FSF's Back-Cover Text is: You are free to copy and modify
|
||||
this GNU manual. Buying copies from GNU Press supports the FSF in
|
||||
developing GNU and promoting software freedom.''
|
||||
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
||||
A copy of the license is included in the section entitled
|
||||
``GNU Free Documentation License''.
|
||||
|
||||
@end quotation
|
||||
@endinput
|
||||
@empty
|
||||
|
||||
+17
-16
@@ -8,7 +8,7 @@
|
||||
@numsubsecentry{Searching for Commands in the History}{1.2.5}{Searching}{3}
|
||||
@numsecentry{Readline Init File}{1.3}{Readline Init File}{4}
|
||||
@numsubsecentry{Readline Init File Syntax}{1.3.1}{Readline Init File Syntax}{4}
|
||||
@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{10}
|
||||
@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{11}
|
||||
@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{11}
|
||||
@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{14}
|
||||
@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{14}
|
||||
@@ -26,26 +26,27 @@
|
||||
@numsubsecentry{Readline Typedefs}{2.2.1}{Readline Typedefs}{24}
|
||||
@numsubsecentry{Writing a New Function}{2.2.2}{Function Writing}{24}
|
||||
@numsecentry{Readline Variables}{2.3}{Readline Variables}{25}
|
||||
@numsecentry{Readline Convenience Functions}{2.4}{Readline Convenience Functions}{29}
|
||||
@numsubsecentry{Naming a Function}{2.4.1}{Function Naming}{29}
|
||||
@numsecentry{Readline Convenience Functions}{2.4}{Readline Convenience Functions}{30}
|
||||
@numsubsecentry{Naming a Function}{2.4.1}{Function Naming}{30}
|
||||
@numsubsecentry{Selecting a Keymap}{2.4.2}{Keymaps}{30}
|
||||
@numsubsecentry{Binding Keys}{2.4.3}{Binding Keys}{31}
|
||||
@numsubsecentry{Associating Function Names and Bindings}{2.4.4}{Associating Function Names and Bindings}{32}
|
||||
@numsubsecentry{Associating Function Names and Bindings}{2.4.4}{Associating Function Names and Bindings}{33}
|
||||
@numsubsecentry{Allowing Undoing}{2.4.5}{Allowing Undoing}{33}
|
||||
@numsubsecentry{Redisplay}{2.4.6}{Redisplay}{34}
|
||||
@numsubsecentry{Modifying Text}{2.4.7}{Modifying Text}{35}
|
||||
@numsubsecentry{Modifying Text}{2.4.7}{Modifying Text}{36}
|
||||
@numsubsecentry{Character Input}{2.4.8}{Character Input}{36}
|
||||
@numsubsecentry{Terminal Management}{2.4.9}{Terminal Management}{36}
|
||||
@numsubsecentry{Terminal Management}{2.4.9}{Terminal Management}{37}
|
||||
@numsubsecentry{Utility Functions}{2.4.10}{Utility Functions}{37}
|
||||
@numsubsecentry{Miscellaneous Functions}{2.4.11}{Miscellaneous Functions}{38}
|
||||
@numsubsecentry{Miscellaneous Functions}{2.4.11}{Miscellaneous Functions}{39}
|
||||
@numsubsecentry{Alternate Interface}{2.4.12}{Alternate Interface}{39}
|
||||
@numsubsecentry{A Readline Example}{2.4.13}{A Readline Example}{40}
|
||||
@numsecentry{Readline Signal Handling}{2.5}{Readline Signal Handling}{41}
|
||||
@numsecentry{Custom Completers}{2.6}{Custom Completers}{43}
|
||||
@numsubsecentry{How Completing Works}{2.6.1}{How Completing Works}{43}
|
||||
@numsubsecentry{Completion Functions}{2.6.2}{Completion Functions}{44}
|
||||
@numsubsecentry{Completion Variables}{2.6.3}{Completion Variables}{45}
|
||||
@numsubsecentry{A Short Completion Example}{2.6.4}{A Short Completion Example}{49}
|
||||
@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{58}
|
||||
@unnchapentry{Concept Index}{10001}{Concept Index}{66}
|
||||
@unnchapentry{Function and Variable Index}{10002}{Function and Variable Index}{67}
|
||||
@numsubsecentry{Alternate Interface Example}{2.4.14}{Alternate Interface Example}{41}
|
||||
@numsecentry{Readline Signal Handling}{2.5}{Readline Signal Handling}{43}
|
||||
@numsecentry{Custom Completers}{2.6}{Custom Completers}{45}
|
||||
@numsubsecentry{How Completing Works}{2.6.1}{How Completing Works}{46}
|
||||
@numsubsecentry{Completion Functions}{2.6.2}{Completion Functions}{46}
|
||||
@numsubsecentry{Completion Variables}{2.6.3}{Completion Variables}{48}
|
||||
@numsubsecentry{A Short Completion Example}{2.6.4}{A Short Completion Example}{52}
|
||||
@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{61}
|
||||
@unnchapentry{Concept Index}{10001}{Concept Index}{69}
|
||||
@unnchapentry{Function and Variable Index}{10002}{Function and Variable Index}{70}
|
||||
|
||||
@@ -7,7 +7,7 @@ This document describes the GNU Readline Library, a utility for aiding
|
||||
in the consistency of user interface across discrete programs that need
|
||||
to provide a command line interface.
|
||||
|
||||
Copyright (C) 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
||||
@@ -9,7 +9,7 @@ use these features. There is a document entitled "readline.texinfo"
|
||||
which contains both end-user and programmer documentation for the
|
||||
GNU Readline Library.
|
||||
|
||||
Copyright (C) 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
Authored by Brian Fox and Chet Ramey.
|
||||
|
||||
@@ -1189,11 +1189,17 @@ as if the @samp{!$} history expansion had been specified.
|
||||
@subsection Commands For Changing Text
|
||||
|
||||
@ftable @code
|
||||
|
||||
@item @i{end-of-file} (usually C-d)
|
||||
The character indicating end-of-file as set, for example, by
|
||||
@code{stty}. If this character is read when there are no characters
|
||||
on the line, and point is at the beginning of the line, Readline
|
||||
interprets it as the end of input and returns @sc{eof}.
|
||||
|
||||
@item delete-char (C-d)
|
||||
Delete the character at point. If point is at the
|
||||
beginning of the line, there are no characters in the line, and
|
||||
the last character typed was not bound to @code{delete-char}, then
|
||||
return @sc{eof}.
|
||||
Delete the character at point. If this function is bound to the
|
||||
same character as the tty @sc{eof} character, as @kbd{C-d}
|
||||
commonly is, see above for the effects.
|
||||
|
||||
@item backward-delete-char (Rubout)
|
||||
Delete the character behind the cursor. A numeric argument means
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
@xrdef{Readline Init File Syntax-pg}{4}
|
||||
@xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
|
||||
@xrdef{Conditional Init Constructs-snt}{Section@tie 1.3.2}
|
||||
@xrdef{Conditional Init Constructs-pg}{10}
|
||||
@xrdef{Sample Init File-title}{Sample Init File}
|
||||
@xrdef{Sample Init File-snt}{Section@tie 1.3.3}
|
||||
@xrdef{Conditional Init Constructs-pg}{11}
|
||||
@xrdef{Sample Init File-pg}{11}
|
||||
@xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
|
||||
@xrdef{Bindable Readline Commands-snt}{Section@tie 1.4}
|
||||
|
||||
Binary file not shown.
@@ -17,8 +17,11 @@
|
||||
\entry{non-incremental-forward-search-history (M-n)}{15}{\code {non-incremental-forward-search-history (M-n)}}
|
||||
\entry{history-search-forward ()}{15}{\code {history-search-forward ()}}
|
||||
\entry{history-search-backward ()}{15}{\code {history-search-backward ()}}
|
||||
\entry{history-substr-search-forward ()}{15}{\code {history-substr-search-forward ()}}
|
||||
\entry{history-substr-search-backward ()}{15}{\code {history-substr-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{15}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{15}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{16}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{16}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{16}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{16}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{16}{\code {forward-backward-delete-char ()}}
|
||||
@@ -26,10 +29,10 @@
|
||||
\entry{tab-insert (M-TAB)}{16}{\code {tab-insert (M-\key {TAB})}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{16}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{transpose-chars (C-t)}{16}{\code {transpose-chars (C-t)}}
|
||||
\entry{transpose-words (M-t)}{16}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{16}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{16}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{16}{\code {capitalize-word (M-c)}}
|
||||
\entry{transpose-words (M-t)}{17}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{17}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{17}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{17}{\code {capitalize-word (M-c)}}
|
||||
\entry{overwrite-mode ()}{17}{\code {overwrite-mode ()}}
|
||||
\entry{kill-line (C-k)}{17}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{17}{\code {backward-kill-line (C-x Rubout)}}
|
||||
@@ -38,40 +41,41 @@
|
||||
\entry{kill-word (M-d)}{17}{\code {kill-word (M-d)}}
|
||||
\entry{backward-kill-word (M-DEL)}{17}{\code {backward-kill-word (M-\key {DEL})}}
|
||||
\entry{unix-word-rubout (C-w)}{17}{\code {unix-word-rubout (C-w)}}
|
||||
\entry{unix-filename-rubout ()}{17}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{17}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{17}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{17}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{17}{\code {copy-backward-word ()}}
|
||||
\entry{unix-filename-rubout ()}{18}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{18}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{18}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{18}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{18}{\code {copy-backward-word ()}}
|
||||
\entry{copy-forward-word ()}{18}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{18}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{18}{\code {yank-pop (M-y)}}
|
||||
\entry{digit-argument (M-0, M-1, ...{} M--)}{18}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
|
||||
\entry{universal-argument ()}{18}{\code {universal-argument ()}}
|
||||
\entry{complete (TAB)}{18}{\code {complete (\key {TAB})}}
|
||||
\entry{possible-completions (M-?)}{18}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{18}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{18}{\code {menu-complete ()}}
|
||||
\entry{possible-completions (M-?)}{19}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{19}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{19}{\code {menu-complete ()}}
|
||||
\entry{menu-complete-backward ()}{19}{\code {menu-complete-backward ()}}
|
||||
\entry{delete-char-or-list ()}{19}{\code {delete-char-or-list ()}}
|
||||
\entry{start-kbd-macro (C-x ()}{19}{\code {start-kbd-macro (C-x ()}}
|
||||
\entry{end-kbd-macro (C-x ))}{19}{\code {end-kbd-macro (C-x ))}}
|
||||
\entry{call-last-kbd-macro (C-x e)}{19}{\code {call-last-kbd-macro (C-x e)}}
|
||||
\entry{print-last-kbd-macro ()}{19}{\code {print-last-kbd-macro ()}}
|
||||
\entry{re-read-init-file (C-x C-r)}{19}{\code {re-read-init-file (C-x C-r)}}
|
||||
\entry{abort (C-g)}{19}{\code {abort (C-g)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{19}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{19}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{19}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{19}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-~)}{19}{\code {tilde-expand (M-~)}}
|
||||
\entry{set-mark (C-@)}{19}{\code {set-mark (C-@)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{20}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{20}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{20}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{20}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-~)}{20}{\code {tilde-expand (M-~)}}
|
||||
\entry{set-mark (C-@)}{20}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{20}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{20}{\code {character-search (C-])}}
|
||||
\entry{character-search-backward (M-C-])}{20}{\code {character-search-backward (M-C-])}}
|
||||
\entry{skip-csi-sequence ()}{20}{\code {skip-csi-sequence ()}}
|
||||
\entry{insert-comment (M-#)}{20}{\code {insert-comment (M-#)}}
|
||||
\entry{dump-functions ()}{20}{\code {dump-functions ()}}
|
||||
\entry{dump-variables ()}{20}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{20}{\code {dump-macros ()}}
|
||||
\entry{emacs-editing-mode (C-e)}{20}{\code {emacs-editing-mode (C-e)}}
|
||||
\entry{vi-editing-mode (M-C-j)}{20}{\code {vi-editing-mode (M-C-j)}}
|
||||
\entry{dump-variables ()}{21}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{21}{\code {dump-macros ()}}
|
||||
\entry{emacs-editing-mode (C-e)}{21}{\code {emacs-editing-mode (C-e)}}
|
||||
\entry{vi-editing-mode (M-C-j)}{21}{\code {vi-editing-mode (M-C-j)}}
|
||||
|
||||
@@ -11,27 +11,28 @@
|
||||
\entry {\code {beginning-of-line (C-a)}}{14}
|
||||
\initial {C}
|
||||
\entry {\code {call-last-kbd-macro (C-x e)}}{19}
|
||||
\entry {\code {capitalize-word (M-c)}}{16}
|
||||
\entry {\code {capitalize-word (M-c)}}{17}
|
||||
\entry {\code {character-search (C-])}}{20}
|
||||
\entry {\code {character-search-backward (M-C-])}}{20}
|
||||
\entry {\code {clear-screen (C-l)}}{14}
|
||||
\entry {\code {complete (\key {TAB})}}{18}
|
||||
\entry {\code {copy-backward-word ()}}{17}
|
||||
\entry {\code {copy-backward-word ()}}{18}
|
||||
\entry {\code {copy-forward-word ()}}{18}
|
||||
\entry {\code {copy-region-as-kill ()}}{17}
|
||||
\entry {\code {copy-region-as-kill ()}}{18}
|
||||
\initial {D}
|
||||
\entry {\code {delete-char (C-d)}}{16}
|
||||
\entry {\code {delete-char-or-list ()}}{19}
|
||||
\entry {\code {delete-horizontal-space ()}}{17}
|
||||
\entry {\code {delete-horizontal-space ()}}{18}
|
||||
\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{18}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{19}
|
||||
\entry {\code {downcase-word (M-l)}}{16}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{20}
|
||||
\entry {\code {downcase-word (M-l)}}{17}
|
||||
\entry {\code {dump-functions ()}}{20}
|
||||
\entry {\code {dump-macros ()}}{20}
|
||||
\entry {\code {dump-variables ()}}{20}
|
||||
\entry {\code {dump-macros ()}}{21}
|
||||
\entry {\code {dump-variables ()}}{21}
|
||||
\initial {E}
|
||||
\entry {\code {emacs-editing-mode (C-e)}}{20}
|
||||
\entry {\code {emacs-editing-mode (C-e)}}{21}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{19}
|
||||
\entry {\code {\i {end-of-file} (usually C-d)}}{16}
|
||||
\entry {\code {end-of-history (M->)}}{15}
|
||||
\entry {\code {end-of-line (C-e)}}{14}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{20}
|
||||
@@ -43,16 +44,18 @@
|
||||
\initial {H}
|
||||
\entry {\code {history-search-backward ()}}{15}
|
||||
\entry {\code {history-search-forward ()}}{15}
|
||||
\entry {\code {history-substr-search-backward ()}}{15}
|
||||
\entry {\code {history-substr-search-forward ()}}{15}
|
||||
\initial {I}
|
||||
\entry {\code {insert-comment (M-#)}}{20}
|
||||
\entry {\code {insert-completions (M-*)}}{18}
|
||||
\entry {\code {insert-completions (M-*)}}{19}
|
||||
\initial {K}
|
||||
\entry {\code {kill-line (C-k)}}{17}
|
||||
\entry {\code {kill-region ()}}{17}
|
||||
\entry {\code {kill-region ()}}{18}
|
||||
\entry {\code {kill-whole-line ()}}{17}
|
||||
\entry {\code {kill-word (M-d)}}{17}
|
||||
\initial {M}
|
||||
\entry {\code {menu-complete ()}}{18}
|
||||
\entry {\code {menu-complete ()}}{19}
|
||||
\entry {\code {menu-complete-backward ()}}{19}
|
||||
\initial {N}
|
||||
\entry {\code {next-history (C-n)}}{15}
|
||||
@@ -61,37 +64,38 @@
|
||||
\initial {O}
|
||||
\entry {\code {overwrite-mode ()}}{17}
|
||||
\initial {P}
|
||||
\entry {\code {possible-completions (M-?)}}{18}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{19}
|
||||
\entry {\code {possible-completions (M-?)}}{19}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{20}
|
||||
\entry {\code {previous-history (C-p)}}{14}
|
||||
\entry {\code {print-last-kbd-macro ()}}{19}
|
||||
\initial {Q}
|
||||
\entry {\code {quoted-insert (C-q or C-v)}}{16}
|
||||
\initial {R}
|
||||
\entry {\code {re-read-init-file (C-x C-r)}}{19}
|
||||
\entry {\code {redraw-current-line ()}}{14}
|
||||
\entry {\code {reverse-search-history (C-r)}}{15}
|
||||
\entry {\code {revert-line (M-r)}}{19}
|
||||
\entry {\code {revert-line (M-r)}}{20}
|
||||
\initial {S}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{16}
|
||||
\entry {\code {set-mark (C-@)}}{19}
|
||||
\entry {\code {set-mark (C-@)}}{20}
|
||||
\entry {\code {skip-csi-sequence ()}}{20}
|
||||
\entry {\code {start-kbd-macro (C-x ()}}{19}
|
||||
\initial {T}
|
||||
\entry {\code {tab-insert (M-\key {TAB})}}{16}
|
||||
\entry {\code {tilde-expand (M-~)}}{19}
|
||||
\entry {\code {tilde-expand (M-~)}}{20}
|
||||
\entry {\code {transpose-chars (C-t)}}{16}
|
||||
\entry {\code {transpose-words (M-t)}}{16}
|
||||
\entry {\code {transpose-words (M-t)}}{17}
|
||||
\initial {U}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{19}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{20}
|
||||
\entry {\code {universal-argument ()}}{18}
|
||||
\entry {\code {unix-filename-rubout ()}}{17}
|
||||
\entry {\code {unix-filename-rubout ()}}{18}
|
||||
\entry {\code {unix-line-discard (C-u)}}{17}
|
||||
\entry {\code {unix-word-rubout (C-w)}}{17}
|
||||
\entry {\code {upcase-word (M-u)}}{16}
|
||||
\entry {\code {upcase-word (M-u)}}{17}
|
||||
\initial {V}
|
||||
\entry {\code {vi-editing-mode (M-C-j)}}{20}
|
||||
\entry {\code {vi-editing-mode (M-C-j)}}{21}
|
||||
\initial {Y}
|
||||
\entry {\code {yank (C-y)}}{18}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{15}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{16}
|
||||
\entry {\code {yank-nth-arg (M-C-y)}}{15}
|
||||
\entry {\code {yank-pop (M-y)}}{18}
|
||||
|
||||
+272
-196
File diff suppressed because it is too large
Load Diff
@@ -2,27 +2,18 @@ This is rluserman.info, produced by makeinfo version 4.13 from
|
||||
./rluserman.texi.
|
||||
|
||||
This manual describes the end user interface of the GNU Readline Library
|
||||
(version 6.2, September 6 2010), a library which aids in the
|
||||
consistency of user interface across discrete programs which provide a
|
||||
command line interface.
|
||||
(version 6.3, 6 January 2014), a library which aids in the consistency
|
||||
of user interface across discrete programs which provide a command line
|
||||
interface.
|
||||
|
||||
Copyright (C) 1988-2011 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of this
|
||||
manual provided the copyright notice and this permission notice are
|
||||
preserved on all copies.
|
||||
Copyright (C) 1988-2014 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
Version 1.3 or any later version published by the Free Software
|
||||
Foundation; with no Invariant Sections, with the Front-Cover texts
|
||||
being "A GNU Manual", and with the Back-Cover Texts as in (a)
|
||||
below. A copy of the license is included in the section entitled
|
||||
"GNU Free Documentation License".
|
||||
|
||||
(a) The FSF's Back-Cover Text is: You are free to copy and modify
|
||||
this GNU manual. Buying copies from GNU Press supports the FSF in
|
||||
developing GNU and promoting software freedom."
|
||||
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
||||
no Back-Cover Texts. A copy of the license is included in the
|
||||
section entitled "GNU Free Documentation License".
|
||||
|
||||
|
||||
INFO-DIR-SECTION Libraries
|
||||
@@ -38,7 +29,8 @@ GNU Readline Library
|
||||
|
||||
This document describes the end user interface of the GNU Readline
|
||||
Library, a utility which aids in the consistency of user interface
|
||||
across discrete programs which provide a command line interface.
|
||||
across discrete programs which provide a command line interface. The
|
||||
Readline home page is `http://www.gnu.org/software/readline/'.
|
||||
|
||||
* Menu:
|
||||
|
||||
@@ -394,6 +386,12 @@ Variable Settings
|
||||
characters treated specially by the kernel's terminal driver
|
||||
to their Readline equivalents.
|
||||
|
||||
`colored-stats'
|
||||
If set to `on', Readline displays possible completions using
|
||||
different colors to indicate their file type. The color
|
||||
definitions are taken from the value of the `LS_COLORS'
|
||||
environment variable. The default is `off'.
|
||||
|
||||
`comment-begin'
|
||||
The string to insert at the beginning of the line when the
|
||||
`insert-comment' command is executed. The default value is
|
||||
@@ -479,8 +477,10 @@ Variable Settings
|
||||
|
||||
`history-size'
|
||||
Set the maximum number of history entries saved in the
|
||||
history list. If set to zero, the number of entries in the
|
||||
history list is not limited.
|
||||
history list. If set to zero, any existing history entries
|
||||
are deleted and no new entries are saved. If set to a value
|
||||
less than zero, the number of history entries is not limited.
|
||||
By default, the number of history entries is not limited.
|
||||
|
||||
`horizontal-scroll-mode'
|
||||
This variable can be set to either `on' or `off'. Setting it
|
||||
@@ -512,6 +512,20 @@ Variable Settings
|
||||
default value is `emacs'. The value of the `editing-mode'
|
||||
variable also affects the default keymap.
|
||||
|
||||
`keyseq-timeout'
|
||||
Specifies the duration Readline will wait for a character
|
||||
when reading an ambiguous key sequence (one that can form a
|
||||
complete key sequence using the input read so far, or can
|
||||
take additional input to complete a longer key sequence). If
|
||||
no input is received within the timeout, Readline will use
|
||||
the shorter but complete key sequence. The value is
|
||||
specified in milliseconds, so a value of 1000 means that
|
||||
Readline will wait one second for additional input. If this
|
||||
variable is set to a value less than or equal to zero, or to a
|
||||
non-numeric value, Readline will wait until another key is
|
||||
pressed to decide which key sequence to complete. The
|
||||
default value is `500'.
|
||||
|
||||
`mark-directories'
|
||||
If set to `on', completed directory names have a slash
|
||||
appended. The default is `on'.
|
||||
@@ -574,6 +588,11 @@ Variable Settings
|
||||
be listed immediately instead of ringing the bell. The
|
||||
default value is `off'.
|
||||
|
||||
`show-mode-in-prompt'
|
||||
If set to `on', add a character to the beginning of the prompt
|
||||
indicating the editing mode: emacs (`@'), vi command (`:'),
|
||||
or vi insertion (`+'). The default value is `off'.
|
||||
|
||||
`skip-completed-text'
|
||||
If set to `on', this alters the default completion behavior
|
||||
when inserting a single match into the line. It's only
|
||||
@@ -788,7 +807,7 @@ variable assignment, and conditional syntax.
|
||||
# You can re-read the inputrc file with C-x C-r.
|
||||
# Lines beginning with '#' are comments.
|
||||
#
|
||||
# First, include any systemwide bindings and variable
|
||||
# First, include any system-wide bindings and variable
|
||||
# assignments from /etc/Inputrc
|
||||
$include /etc/Inputrc
|
||||
|
||||
@@ -988,12 +1007,26 @@ File: rluserman.info, Node: Commands For History, Next: Commands For Text, Pr
|
||||
|
||||
`history-search-forward ()'
|
||||
Search forward through the history for the string of characters
|
||||
between the start of the current line and the point. This is a
|
||||
between the start of the current line and the point. The search
|
||||
string must match at the beginning of a history line. This is a
|
||||
non-incremental search. By default, this command is unbound.
|
||||
|
||||
`history-search-backward ()'
|
||||
Search backward through the history for the string of characters
|
||||
between the start of the current line and the point. This is a
|
||||
between the start of the current line and the point. The search
|
||||
string must match at the beginning of a history line. This is a
|
||||
non-incremental search. By default, this command is unbound.
|
||||
|
||||
`history-substr-search-forward ()'
|
||||
Search forward through the history for the string of characters
|
||||
between the start of the current line and the point. The search
|
||||
string may match anywhere in a history line. This is a
|
||||
non-incremental search. By default, this command is unbound.
|
||||
|
||||
`history-substr-search-backward ()'
|
||||
Search backward through the history for the string of characters
|
||||
between the start of the current line and the point. The search
|
||||
string may match anywhere in a history line. This is a
|
||||
non-incremental search. By default, this command is unbound.
|
||||
|
||||
`yank-nth-arg (M-C-y)'
|
||||
@@ -1025,10 +1058,16 @@ File: rluserman.info, Node: Commands For Text, Next: Commands For Killing, Pr
|
||||
1.4.3 Commands For Changing Text
|
||||
--------------------------------
|
||||
|
||||
`end-of-file (usually C-d)'
|
||||
The character indicating end-of-file as set, for example, by
|
||||
`stty'. If this character is read when there are no characters on
|
||||
the line, and point is at the beginning of the line, Readline
|
||||
interprets it as the end of input.
|
||||
|
||||
`delete-char (C-d)'
|
||||
Delete the character at point. If point is at the beginning of
|
||||
the line, there are no characters in the line, and the last
|
||||
character typed was not bound to `delete-char', then return EOF.
|
||||
Delete the character at point. If this function is bound to the
|
||||
same character as the tty EOF character, as `C-d' commonly is, see
|
||||
above for the effects.
|
||||
|
||||
`backward-delete-char (Rubout)'
|
||||
Delete the character behind the cursor. A numeric argument means
|
||||
@@ -1239,6 +1278,10 @@ File: rluserman.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Pr
|
||||
Re-execute the last keyboard macro defined, by making the
|
||||
characters in the macro appear as if typed at the keyboard.
|
||||
|
||||
`print-last-kbd-macro ()'
|
||||
Print the last keboard macro defined in a format suitable for the
|
||||
INPUTRC file.
|
||||
|
||||
|
||||
|
||||
File: rluserman.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
|
||||
@@ -1847,29 +1890,29 @@ permit their use in free software.
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top1329
|
||||
Node: Command Line Editing1783
|
||||
Node: Introduction and Notation2437
|
||||
Node: Readline Interaction4061
|
||||
Node: Readline Bare Essentials5254
|
||||
Node: Readline Movement Commands7045
|
||||
Node: Readline Killing Commands8012
|
||||
Node: Readline Arguments9934
|
||||
Node: Searching10980
|
||||
Node: Readline Init File13133
|
||||
Node: Readline Init File Syntax14288
|
||||
Node: Conditional Init Constructs29350
|
||||
Node: Sample Init File31885
|
||||
Node: Bindable Readline Commands35004
|
||||
Node: Commands For Moving36063
|
||||
Node: Commands For History36926
|
||||
Node: Commands For Text40332
|
||||
Node: Commands For Killing43060
|
||||
Node: Numeric Arguments45204
|
||||
Node: Commands For Completion46345
|
||||
Node: Keyboard Macros48316
|
||||
Node: Miscellaneous Commands48889
|
||||
Node: Readline vi Mode52747
|
||||
Node: GNU Free Documentation License53661
|
||||
Node: Top910
|
||||
Node: Command Line Editing1432
|
||||
Node: Introduction and Notation2086
|
||||
Node: Readline Interaction3710
|
||||
Node: Readline Bare Essentials4903
|
||||
Node: Readline Movement Commands6694
|
||||
Node: Readline Killing Commands7661
|
||||
Node: Readline Arguments9583
|
||||
Node: Searching10629
|
||||
Node: Readline Init File12782
|
||||
Node: Readline Init File Syntax13937
|
||||
Node: Conditional Init Constructs30494
|
||||
Node: Sample Init File33029
|
||||
Node: Bindable Readline Commands36149
|
||||
Node: Commands For Moving37208
|
||||
Node: Commands For History38071
|
||||
Node: Commands For Text42227
|
||||
Node: Commands For Killing45195
|
||||
Node: Numeric Arguments47339
|
||||
Node: Commands For Completion48480
|
||||
Node: Keyboard Macros50451
|
||||
Node: Miscellaneous Commands51141
|
||||
Node: Readline vi Mode54999
|
||||
Node: GNU Free Documentation License55913
|
||||
|
||||
End Tag Table
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
This is TeX, Version 3.141592 (Web2C 7.5.4) (format=tex 2008.12.11) 8 FEB 2011 11:10
|
||||
This is TeX, Version 3.1415926 (TeX Live 2011/Fink) (format=tex 2012.4.18) 6 JAN 2014 16:37
|
||||
**/usr/homes/chet/src/bash/src/lib/readline/doc/rluserman.texi
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/rluserman.texi (./texinfo.tex
|
||||
Loading texinfo [version 2009-01-18.17]:
|
||||
Loading texinfo [version 2013-09-11.11]:
|
||||
\bindingoffset=\dimen16
|
||||
\normaloffset=\dimen17
|
||||
\pagewidth=\dimen18
|
||||
@@ -20,24 +20,25 @@ Loading texinfo [version 2009-01-18.17]:
|
||||
\mil=\dimen25
|
||||
\exdentamount=\skip18
|
||||
\inmarginspacing=\skip19
|
||||
\centerpenalty=\count26
|
||||
pdf,
|
||||
\tempnum=\count26
|
||||
\lnkcount=\count27
|
||||
\tempnum=\count27
|
||||
\lnkcount=\count28
|
||||
\filename=\toks14
|
||||
\filenamelength=\count28
|
||||
\pgn=\count29
|
||||
\filenamelength=\count29
|
||||
\pgn=\count30
|
||||
\toksA=\toks15
|
||||
\toksB=\toks16
|
||||
\toksC=\toks17
|
||||
\toksD=\toks18
|
||||
\boxA=\box19
|
||||
\countA=\count30
|
||||
\countA=\count31
|
||||
\nopdfimagehelp=\toks19
|
||||
fonts,
|
||||
\sffam=\fam8
|
||||
\textleading=\dimen26
|
||||
markup,
|
||||
\fontdepth=\count31
|
||||
\fontdepth=\count32
|
||||
glyphs,
|
||||
\errorbox=\box20
|
||||
|
||||
@@ -53,38 +54,38 @@ page headings,
|
||||
\itemindent=\dimen28
|
||||
\itemmargin=\dimen29
|
||||
\itemmax=\dimen30
|
||||
\itemno=\count32
|
||||
\itemno=\count33
|
||||
\multitableparskip=\skip22
|
||||
\multitableparindent=\skip23
|
||||
\multitablecolspace=\dimen31
|
||||
\multitablelinespace=\skip24
|
||||
\colcount=\count33
|
||||
\colcount=\count34
|
||||
\everytab=\toks24
|
||||
conditionals,
|
||||
\doignorecount=\count34
|
||||
\doignorecount=\count35
|
||||
indexing,
|
||||
\whatsitskip=\skip25
|
||||
\whatsitpenalty=\count35
|
||||
\whatsitpenalty=\count36
|
||||
\secondaryindent=\skip26
|
||||
\partialpage=\box21
|
||||
\doublecolumnhsize=\dimen32
|
||||
sectioning,
|
||||
\unnumberedno=\count36
|
||||
\chapno=\count37
|
||||
\secno=\count38
|
||||
\subsecno=\count39
|
||||
\subsubsecno=\count40
|
||||
\appendixno=\count41
|
||||
\absseclevel=\count42
|
||||
\secbase=\count43
|
||||
\unnumberedno=\count37
|
||||
\chapno=\count38
|
||||
\secno=\count39
|
||||
\subsecno=\count40
|
||||
\subsubsecno=\count41
|
||||
\appendixno=\count42
|
||||
\absseclevel=\count43
|
||||
\secbase=\count44
|
||||
\chapheadingskip=\skip27
|
||||
\secheadingskip=\skip28
|
||||
\subsecheadingskip=\skip29
|
||||
toc,
|
||||
\tocfile=\write0
|
||||
\contentsrightmargin=\skip30
|
||||
\savepageno=\count44
|
||||
\lastnegativepageno=\count45
|
||||
\savepageno=\count45
|
||||
\lastnegativepageno=\count46
|
||||
\tocindent=\dimen33
|
||||
environments,
|
||||
\lispnarrowing=\skip31
|
||||
@@ -99,27 +100,33 @@ page headings,
|
||||
\rskip=\skip37
|
||||
\nonfillparindent=\dimen37
|
||||
\tabw=\dimen38
|
||||
\verbbox=\box22
|
||||
|
||||
defuns,
|
||||
\defbodyindent=\skip38
|
||||
\defargsindent=\skip39
|
||||
\deflastargmargin=\skip40
|
||||
\defunpenalty=\count46
|
||||
\parencount=\count47
|
||||
\brackcount=\count48
|
||||
\defunpenalty=\count47
|
||||
\parencount=\count48
|
||||
\brackcount=\count49
|
||||
macros,
|
||||
\macscribble=\write1
|
||||
\paramno=\count49
|
||||
\paramno=\count50
|
||||
\macname=\toks25
|
||||
cross references,
|
||||
\auxfile=\write2
|
||||
\savesfregister=\count50
|
||||
\savesfregister=\count51
|
||||
\toprefbox=\box23
|
||||
\printedrefnamebox=\box24
|
||||
\infofilenamebox=\box25
|
||||
\printedmanualbox=\box26
|
||||
insertions,
|
||||
\footnoteno=\count51
|
||||
\SAVEfootins=\box22
|
||||
\SAVEmargin=\box23
|
||||
\footnoteno=\count52
|
||||
\SAVEfootins=\box27
|
||||
\SAVEmargin=\box28
|
||||
|
||||
(/sw/share/texmf-dist/tex/generic/epsf/epsf.tex
|
||||
This is `epsf.tex' v2.7.4 <14 February 2011>
|
||||
\epsffilein=\read0
|
||||
\epsfframemargin=\dimen39
|
||||
\epsfframethickness=\dimen40
|
||||
@@ -129,18 +136,17 @@ defuns,
|
||||
\epsfxsize=\dimen44
|
||||
\epsfysize=\dimen45
|
||||
\pspoints=\dimen46
|
||||
\epsfnoopenhelp=\toks26
|
||||
)
|
||||
\noepsfhelp=\toks27
|
||||
\noepsfhelp=\toks26
|
||||
localization,
|
||||
\nolanghelp=\toks28
|
||||
\countUTFx=\count52
|
||||
\countUTFy=\count53
|
||||
\countUTFz=\count54
|
||||
\nolanghelp=\toks27
|
||||
\countUTFx=\count53
|
||||
\countUTFy=\count54
|
||||
\countUTFz=\count55
|
||||
formatting,
|
||||
\defaultparindent=\dimen47
|
||||
|
||||
and turning on texinfo input format.) (./rluserman.aux)
|
||||
and turning on texinfo input format.)
|
||||
(./rluserman.aux)
|
||||
\openout2 = `rluserman.aux'.
|
||||
|
||||
@cpindfile=@write3
|
||||
@@ -149,8 +155,9 @@ and turning on texinfo input format.) (./rluserman.aux)
|
||||
@tpindfile=@write6
|
||||
@kyindfile=@write7
|
||||
@pgindfile=@write8
|
||||
(./version.texi)
|
||||
[1
|
||||
texinfo.tex: doing @include of version.texi
|
||||
|
||||
(./version.texi) [1
|
||||
\openout3 = `rluserman.cp'.
|
||||
|
||||
\openout4 = `rluserman.fn'.
|
||||
@@ -166,30 +173,46 @@ and turning on texinfo input format.) (./rluserman.aux)
|
||||
]
|
||||
\openout1 = `rluserman.tmp'.
|
||||
|
||||
(./rluserman.tmp) [2] (./rluserman.toc) [-1] (./rluser.texi
|
||||
(./rluserman.tmp) [2] (./rluserman.toc)
|
||||
[-1]
|
||||
texinfo.tex: doing @include of rluser.texi
|
||||
|
||||
(./rluser.texi
|
||||
@btindfile=@write9
|
||||
Chapter 1
|
||||
\openout0 = `rluserman.toc'.
|
||||
|
||||
|
||||
[1
|
||||
[1
|
||||
\openout9 = `rluserman.bt'.
|
||||
|
||||
] [2] [3] [4] [5] [6]
|
||||
Underfull \hbox (badness 5231) in paragraph at lines 551--567
|
||||
@texttt emacs-meta[]@textrm , @texttt emacs-ctlx[]@textrm , @texttt vi[]@textr
|
||||
m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
|
||||
] [2] [3] [4] [5] [6] [7] [8]
|
||||
Underfull \hbox (badness 7540) in paragraph at lines 734--740
|
||||
[]@textrm In the above ex-am-ple, @textttsl C-u[] @textrm is bound to the func
|
||||
-tion
|
||||
|
||||
@hbox(7.60416+2.12917)x433.62, glue set 3.7426
|
||||
@hbox(7.60416+2.12917)x433.62, glue set 4.22592
|
||||
.@glue(@leftskip) 115.63242
|
||||
.@texttt e
|
||||
.@texttt m
|
||||
.@texttt a
|
||||
.@texttt c
|
||||
.@hbox(0.0+0.0)x0.0
|
||||
.@textrm I
|
||||
.@textrm n
|
||||
.@glue 3.65 plus 1.825 minus 1.21666
|
||||
.etc.
|
||||
|
||||
[7] [8] [9] [10] [11]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 894--894
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 734--740
|
||||
@texttt universal-argument[]@textrm , @textttsl M-DEL[] @textrm is bound to th
|
||||
e func-tion
|
||||
|
||||
@hbox(7.60416+2.43333)x433.62, glue set 5.18782
|
||||
.@glue(@leftskip) 115.63242
|
||||
.@texttt u
|
||||
.@texttt n
|
||||
.@texttt i
|
||||
.@texttt v
|
||||
.etc.
|
||||
|
||||
[9] [10] [11]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 929--929
|
||||
[]@texttt Meta-Control-h: backward-kill-word Text after the function name is i
|
||||
gnored[] |
|
||||
|
||||
@@ -201,15 +224,18 @@ gnored[] |
|
||||
.@texttt t
|
||||
.etc.
|
||||
|
||||
[12] [13] [14] [15] [16] [17] [18] [19] [20]) Appendix A [21] (./fdl.texi
|
||||
[12] [13] [14] [15] [16] [17] [18] [19] [20]) Appendix A [21]
|
||||
texinfo.tex: doing @include of fdl.texi
|
||||
|
||||
(./fdl.texi
|
||||
[22] [23] [24] [25] [26] [27] [28]) [29] )
|
||||
Here is how much of TeX's memory you used:
|
||||
1743 strings out of 97980
|
||||
20821 string characters out of 1221004
|
||||
78011 words of memory out of 1500000
|
||||
2579 multiletter control sequences out of 10000+50000
|
||||
32127 words of font info for 112 fonts, out of 1200000 for 2000
|
||||
1882 strings out of 497974
|
||||
22482 string characters out of 3220833
|
||||
92791 words of memory out of 3000000
|
||||
2718 multiletter control sequences out of 15000+200000
|
||||
32127 words of font info for 112 fonts, out of 3000000 for 9000
|
||||
51 hyphenation exceptions out of 8191
|
||||
16i,6n,14p,331b,534s stack positions out of 5000i,500n,6000p,200000b,5000s
|
||||
16i,6n,14p,331b,624s stack positions out of 5000i,500n,10000p,200000b,50000s
|
||||
|
||||
Output written on rluserman.dvi (32 pages, 102724 bytes).
|
||||
Output written on rluserman.dvi (32 pages, 105000 bytes).
|
||||
|
||||
+5219
-3007
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ This manual describes the end user interface of the GNU Readline Library
|
||||
consistency of user interface across discrete programs which provide
|
||||
a command line interface.
|
||||
|
||||
Copyright @copyright{} 1988--2012 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
||||
@@ -4,23 +4,15 @@ This manual describes the end user interface of the GNU Readline Library
|
||||
consistency of user interface across discrete programs which provide
|
||||
a command line interface.
|
||||
|
||||
Copyright @copyright{} 1988--2011 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
are preserved on all copies.
|
||||
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
|
||||
|
||||
@quotation
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||||
any later version published by the Free Software Foundation; with no
|
||||
Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
|
||||
and with the Back-Cover Texts as in (a) below. A copy of the license is
|
||||
included in the section entitled ``GNU Free Documentation License''.
|
||||
|
||||
(a) The FSF's Back-Cover Text is: You are free to copy and modify
|
||||
this GNU manual. Buying copies from GNU Press supports the FSF in
|
||||
developing GNU and promoting software freedom.''
|
||||
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
||||
A copy of the license is included in the section entitled
|
||||
``GNU Free Documentation License''.
|
||||
|
||||
@end quotation
|
||||
@endinput
|
||||
@empty
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
@numsubsecentry{Searching for Commands in the History}{1.2.5}{Searching}{3}
|
||||
@numsecentry{Readline Init File}{1.3}{Readline Init File}{4}
|
||||
@numsubsecentry{Readline Init File Syntax}{1.3.1}{Readline Init File Syntax}{4}
|
||||
@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{10}
|
||||
@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{11}
|
||||
@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{11}
|
||||
@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{14}
|
||||
@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{14}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
\entry{bell-style}{4}{\code {bell-style}}
|
||||
\entry{bind-tty-special-chars}{5}{\code {bind-tty-special-chars}}
|
||||
\entry{colored-stats}{5}{\code {colored-stats}}
|
||||
\entry{comment-begin}{5}{\code {comment-begin}}
|
||||
\entry{completion-display-width}{5}{\code {completion-display-width}}
|
||||
\entry{completion-ignore-case}{5}{\code {completion-ignore-case}}
|
||||
@@ -7,25 +8,26 @@
|
||||
\entry{completion-prefix-display-length}{5}{\code {completion-prefix-display-length}}
|
||||
\entry{completion-query-items}{5}{\code {completion-query-items}}
|
||||
\entry{convert-meta}{5}{\code {convert-meta}}
|
||||
\entry{disable-completion}{5}{\code {disable-completion}}
|
||||
\entry{disable-completion}{6}{\code {disable-completion}}
|
||||
\entry{editing-mode}{6}{\code {editing-mode}}
|
||||
\entry{enable-keypad}{6}{\code {enable-keypad}}
|
||||
\entry{expand-tilde}{6}{\code {expand-tilde}}
|
||||
\entry{history-preserve-point}{6}{\code {history-preserve-point}}
|
||||
\entry{history-size}{6}{\code {history-size}}
|
||||
\entry{horizontal-scroll-mode}{6}{\code {horizontal-scroll-mode}}
|
||||
\entry{input-meta}{6}{\code {input-meta}}
|
||||
\entry{meta-flag}{6}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{6}{\code {isearch-terminators}}
|
||||
\entry{input-meta}{7}{\code {input-meta}}
|
||||
\entry{meta-flag}{7}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{7}{\code {isearch-terminators}}
|
||||
\entry{keymap}{7}{\code {keymap}}
|
||||
\entry{mark-modified-lines}{7}{\code {mark-modified-lines}}
|
||||
\entry{mark-symlinked-directories}{7}{\code {mark-symlinked-directories}}
|
||||
\entry{match-hidden-files}{7}{\code {match-hidden-files}}
|
||||
\entry{menu-complete-display-prefix}{7}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{7}{\code {output-meta}}
|
||||
\entry{page-completions}{7}{\code {page-completions}}
|
||||
\entry{menu-complete-display-prefix}{8}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{8}{\code {output-meta}}
|
||||
\entry{page-completions}{8}{\code {page-completions}}
|
||||
\entry{revert-all-at-newline}{8}{\code {revert-all-at-newline}}
|
||||
\entry{show-all-if-ambiguous}{8}{\code {show-all-if-ambiguous}}
|
||||
\entry{show-all-if-unmodified}{8}{\code {show-all-if-unmodified}}
|
||||
\entry{show-mode-in-prompt}{8}{\code {show-mode-in-prompt}}
|
||||
\entry{skip-completed-text}{8}{\code {skip-completed-text}}
|
||||
\entry{visible-stats}{8}{\code {visible-stats}}
|
||||
\entry{visible-stats}{9}{\code {visible-stats}}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
\entry {\code {bell-style}}{4}
|
||||
\entry {\code {bind-tty-special-chars}}{5}
|
||||
\initial {C}
|
||||
\entry {\code {colored-stats}}{5}
|
||||
\entry {\code {comment-begin}}{5}
|
||||
\entry {\code {completion-display-width}}{5}
|
||||
\entry {\code {completion-ignore-case}}{5}
|
||||
@@ -10,7 +11,7 @@
|
||||
\entry {\code {completion-query-items}}{5}
|
||||
\entry {\code {convert-meta}}{5}
|
||||
\initial {D}
|
||||
\entry {\code {disable-completion}}{5}
|
||||
\entry {\code {disable-completion}}{6}
|
||||
\initial {E}
|
||||
\entry {\code {editing-mode}}{6}
|
||||
\entry {\code {enable-keypad}}{6}
|
||||
@@ -20,25 +21,26 @@
|
||||
\entry {\code {history-size}}{6}
|
||||
\entry {\code {horizontal-scroll-mode}}{6}
|
||||
\initial {I}
|
||||
\entry {\code {input-meta}}{6}
|
||||
\entry {\code {isearch-terminators}}{6}
|
||||
\entry {\code {input-meta}}{7}
|
||||
\entry {\code {isearch-terminators}}{7}
|
||||
\initial {K}
|
||||
\entry {\code {keymap}}{7}
|
||||
\initial {M}
|
||||
\entry {\code {mark-modified-lines}}{7}
|
||||
\entry {\code {mark-symlinked-directories}}{7}
|
||||
\entry {\code {match-hidden-files}}{7}
|
||||
\entry {\code {menu-complete-display-prefix}}{7}
|
||||
\entry {\code {meta-flag}}{6}
|
||||
\entry {\code {menu-complete-display-prefix}}{8}
|
||||
\entry {\code {meta-flag}}{7}
|
||||
\initial {O}
|
||||
\entry {\code {output-meta}}{7}
|
||||
\entry {\code {output-meta}}{8}
|
||||
\initial {P}
|
||||
\entry {\code {page-completions}}{7}
|
||||
\entry {\code {page-completions}}{8}
|
||||
\initial {R}
|
||||
\entry {\code {revert-all-at-newline}}{8}
|
||||
\initial {S}
|
||||
\entry {\code {show-all-if-ambiguous}}{8}
|
||||
\entry {\code {show-all-if-unmodified}}{8}
|
||||
\entry {\code {show-mode-in-prompt}}{8}
|
||||
\entry {\code {skip-completed-text}}{8}
|
||||
\initial {V}
|
||||
\entry {\code {visible-stats}}{8}
|
||||
\entry {\code {visible-stats}}{9}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2013 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2014 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set EDITION 6.3
|
||||
@set VERSION 6.3
|
||||
@set UPDATED 26 May 2013
|
||||
@set UPDATED-MONTH May 2013
|
||||
@set UPDATED 6 January 2014
|
||||
@set UPDATED-MONTH January 2014
|
||||
|
||||
@set LASTCHANGE Sat May 25 17:02:56 EDT 2013
|
||||
@set LASTCHANGE Mon Jan 6 16:26:51 EST 2014
|
||||
|
||||
@@ -260,7 +260,7 @@ _rl_handle_signal (sig)
|
||||
# endif /* HAVE_BSD_SIGNALS */
|
||||
#endif /* !HAVE_POSIX_SIGNALS */
|
||||
|
||||
rl_reset_after_signal ();
|
||||
rl_reset_after_signal ();
|
||||
}
|
||||
|
||||
RL_UNSETSTATE(RL_STATE_SIGHANDLER);
|
||||
|
||||
Reference in New Issue
Block a user