summaryrefslogtreecommitdiff
path: root/doc/readline.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/readline.info')
-rw-r--r--doc/readline.info144
1 files changed, 79 insertions, 65 deletions
diff --git a/doc/readline.info b/doc/readline.info
index 86d2c74..69e6b57 100644
--- a/doc/readline.info
+++ b/doc/readline.info
@@ -1,6 +1,6 @@
-This is readline.info, produced by makeinfo version 6.5 from rlman.texi.
+This is readline.info, produced by makeinfo version 6.7 from rlman.texi.
-This manual describes the GNU Readline Library (version 8.0, 6 March
+This manual describes the GNU Readline Library (version 8.0, 15 November
2019), a library which aids in the consistency of user interface across
discrete programs which provide a command line interface.
@@ -1237,6 +1237,13 @@ File: readline.info, Node: Commands For Killing, Next: Numeric Arguments, Pre
Kill the word behind point. Word boundaries are the same as
'backward-word'.
+'shell-transpose-words (M-C-t)'
+ Drag the word before point past the word after point, moving point
+ past that word as well. If the insertion point is at the end of
+ the line, this transposes the last two words on the line. Word
+ boundaries are the same as 'shell-forward-word' and
+ 'shell-backward-word'.
+
'unix-word-rubout (C-w)'
Kill the word behind point, using white space as a word boundary.
The killed text is saved on the kill-ring.
@@ -3108,7 +3115,7 @@ to update its idea of the terminal size when it receives a 'SIGWINCH'.
Readline's idea of that terminal dimension is unchanged. This is
intended to tell Readline the physical dimensions of the terminal,
and is used internally to calculate the maximum number of
- characters that may appear on the screen.
+ characters that may appear on a single line and on the screen.
If an application does not want to install a 'SIGWINCH' handler, but
is still interested in the screen dimensions, it may query Readline's
@@ -4624,16 +4631,16 @@ Function and Variable Index
* convert-meta: Readline Init File Syntax.
(line 105)
* copy-backward-word (): Commands For Killing.
- (line 49)
+ (line 56)
* copy-forward-word (): Commands For Killing.
- (line 54)
+ (line 61)
* copy-region-as-kill (): Commands For Killing.
- (line 45)
+ (line 52)
* delete-char (C-d): Commands For Text. (line 12)
* delete-char-or-list (): Commands For Completion.
(line 39)
* delete-horizontal-space (): Commands For Killing.
- (line 37)
+ (line 44)
* digit-argument (M-0, M-1, ... M--): Numeric Arguments. (line 6)
* disable-completion: Readline Init File Syntax.
(line 113)
@@ -4699,7 +4706,7 @@ Function and Variable Index
* kill-line (C-k): Commands For Killing.
(line 6)
* kill-region (): Commands For Killing.
- (line 41)
+ (line 48)
* kill-whole-line (): Commands For Killing.
(line 15)
* kill-word (M-d): Commands For Killing.
@@ -5022,6 +5029,8 @@ Function and Variable Index
* self-insert (a, b, A, 1, !, ...): Commands For Text. (line 33)
* set-mark (C-@): Miscellaneous Commands.
(line 33)
+* shell-transpose-words (M-C-t): Commands For Killing.
+ (line 28)
* show-all-if-ambiguous: Readline Init File Syntax.
(line 273)
* show-all-if-unmodified: Readline Init File Syntax.
@@ -5042,11 +5051,11 @@ Function and Variable Index
(line 23)
* universal-argument (): Numeric Arguments. (line 10)
* unix-filename-rubout (): Commands For Killing.
- (line 32)
+ (line 39)
* unix-line-discard (C-u): Commands For Killing.
(line 12)
* unix-word-rubout (C-w): Commands For Killing.
- (line 28)
+ (line 35)
* upcase-word (M-u): Commands For Text. (line 56)
* vi-cmd-mode-string: Readline Init File Syntax.
(line 307)
@@ -5057,69 +5066,74 @@ Function and Variable Index
* visible-stats: Readline Init File Syntax.
(line 329)
* yank (C-y): Commands For Killing.
- (line 59)
+ (line 66)
* yank-last-arg (M-. or M-_): Commands For History.
(line 79)
* yank-nth-arg (M-C-y): Commands For History.
(line 70)
* yank-pop (M-y): Commands For Killing.
- (line 62)
+ (line 69)

Tag Table:
-Node: Top861
-Node: Command Line Editing1586
-Node: Introduction and Notation2238
-Node: Readline Interaction3862
-Node: Readline Bare Essentials5054
-Node: Readline Movement Commands6838
-Node: Readline Killing Commands7799
-Node: Readline Arguments9718
-Node: Searching10763
-Node: Readline Init File12916
-Node: Readline Init File Syntax14070
-Node: Conditional Init Constructs34229
-Node: Sample Init File38426
-Node: Bindable Readline Commands41544
-Node: Commands For Moving42599
-Node: Commands For History44166
-Node: Commands For Text48431
-Node: Commands For Killing51873
-Node: Numeric Arguments54040
-Node: Commands For Completion55180
-Node: Keyboard Macros57149
-Node: Miscellaneous Commands57837
-Node: Readline vi Mode61759
-Node: Programming with GNU Readline63576
-Node: Basic Behavior64562
-Node: Custom Functions68245
-Node: Readline Typedefs69728
-Node: Function Writing71362
-Node: Readline Variables72676
-Node: Readline Convenience Functions85348
-Node: Function Naming86420
-Node: Keymaps87682
-Node: Binding Keys90761
-Node: Associating Function Names and Bindings95309
-Node: Allowing Undoing98088
-Node: Redisplay100638
-Node: Modifying Text104662
-Node: Character Input105909
-Node: Terminal Management107807
-Node: Utility Functions109630
-Node: Miscellaneous Functions112958
-Node: Alternate Interface115547
-Node: A Readline Example118289
-Node: Alternate Interface Example120228
-Node: Readline Signal Handling123760
-Node: Custom Completers132998
-Node: How Completing Works133718
-Node: Completion Functions137025
-Node: Completion Variables140599
-Node: A Short Completion Example156390
-Node: GNU Free Documentation License169169
-Node: Concept Index194343
-Node: Function and Variable Index195864
+Node: Top865
+Node: Command Line Editing1590
+Node: Introduction and Notation2242
+Node: Readline Interaction3866
+Node: Readline Bare Essentials5058
+Node: Readline Movement Commands6842
+Node: Readline Killing Commands7803
+Node: Readline Arguments9722
+Node: Searching10767
+Node: Readline Init File12920
+Node: Readline Init File Syntax14074
+Node: Conditional Init Constructs34233
+Node: Sample Init File38430
+Node: Bindable Readline Commands41548
+Node: Commands For Moving42603
+Node: Commands For History44170
+Node: Commands For Text48435
+Node: Commands For Killing51877
+Node: Numeric Arguments54373
+Node: Commands For Completion55513
+Node: Keyboard Macros57482
+Node: Miscellaneous Commands58170
+Node: Readline vi Mode62092
+Node: Programming with GNU Readline63909
+Node: Basic Behavior64895
+Node: Custom Functions68578
+Node: Readline Typedefs70061
+Node: Function Writing71695
+Node: Readline Variables73009
+Node: Readline Convenience Functions85681
+Node: Function Naming86753
+Node: Keymaps88015
+Node: Binding Keys91094
+Node: Associating Function Names and Bindings95642
+Node: Allowing Undoing98421
+Node: Redisplay100971
+Node: Modifying Text104995
+Node: Character Input106242
+Node: Terminal Management108140
+Node: Utility Functions109963
+Node: Miscellaneous Functions113291
+Node: Alternate Interface115880
+Node: A Readline Example118622
+Node: Alternate Interface Example120561
+Node: Readline Signal Handling124093
+Node: Custom Completers133352
+Node: How Completing Works134072
+Node: Completion Functions137379
+Node: Completion Variables140953
+Node: A Short Completion Example156744
+Node: GNU Free Documentation License169523
+Node: Concept Index194697
+Node: Function and Variable Index196218

End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End: