summaryrefslogtreecommitdiff
path: root/doc/rluserman.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rluserman.info')
-rw-r--r--doc/rluserman.info64
1 files changed, 35 insertions, 29 deletions
diff --git a/doc/rluserman.info b/doc/rluserman.info
index 953890b..e13bd99 100644
--- a/doc/rluserman.info
+++ b/doc/rluserman.info
@@ -2,8 +2,8 @@ This is rluserman.info, produced by makeinfo version 6.8 from
rluserman.texi.
This manual describes the end user interface of the GNU Readline Library
-(version 8.2, 11 March 2022), a library which aids in the consistency of
-user interface across discrete programs which provide a command line
+(version 8.2, 12 August 2022), a library which aids in the consistency
+of user interface across discrete programs which provide a command line
interface.
Copyright (C) 1988-2022 Free Software Foundation, Inc.
@@ -467,7 +467,9 @@ Variable Settings
eighth bit and prefixing an <ESC> character, converting them
to a meta-prefixed key sequence. The default value is 'on',
but will be set to 'off' if the locale is one that contains
- eight-bit characters.
+ eight-bit characters. This variable is dependent on the
+ 'LC_CTYPE' locale category, and may change if the locale is
+ changed.
'disable-completion'
If set to 'On', Readline will inhibit word completion.
@@ -562,7 +564,9 @@ Variable Settings
regardless of what the terminal claims it can support. The
default value is 'off', but Readline will set it to 'on' if
the locale contains eight-bit characters. The name
- 'meta-flag' is a synonym for this variable.
+ 'meta-flag' is a synonym for this variable. This variable is
+ dependent on the 'LC_CTYPE' locale category, and may change if
+ the locale is changed.
'isearch-terminators'
The string of characters that should terminate an incremental
@@ -627,7 +631,9 @@ Variable Settings
If set to 'on', Readline will display characters with the
eighth bit set directly rather than as a meta-prefixed escape
sequence. The default is 'off', but Readline will set it to
- 'on' if the locale contains eight-bit characters.
+ 'on' if the locale contains eight-bit characters. This
+ variable is dependent on the 'LC_CTYPE' locale category, and
+ may change if the locale is changed.
'page-completions'
If set to 'on', Readline uses an internal 'more'-like pager to
@@ -2047,30 +2053,30 @@ their use in free software.

Tag Table:
-Node: Top905
-Node: Command Line Editing1427
-Node: Introduction and Notation2081
-Node: Readline Interaction3706
-Node: Readline Bare Essentials4899
-Node: Readline Movement Commands6684
-Node: Readline Killing Commands7646
-Node: Readline Arguments9566
-Node: Searching10612
-Node: Readline Init File12766
-Node: Readline Init File Syntax13923
-Node: Conditional Init Constructs36843
-Node: Sample Init File41041
-Node: Bindable Readline Commands44167
-Node: Commands For Moving45223
-Node: Commands For History46983
-Node: Commands For Text51948
-Node: Commands For Killing55652
-Node: Numeric Arguments58367
-Node: Commands For Completion59508
-Node: Keyboard Macros61478
-Node: Miscellaneous Commands62167
-Node: Readline vi Mode66090
-Node: GNU Free Documentation License67004
+Node: Top906
+Node: Command Line Editing1428
+Node: Introduction and Notation2082
+Node: Readline Interaction3707
+Node: Readline Bare Essentials4900
+Node: Readline Movement Commands6685
+Node: Readline Killing Commands7647
+Node: Readline Arguments9567
+Node: Searching10613
+Node: Readline Init File12767
+Node: Readline Init File Syntax13924
+Node: Conditional Init Constructs37216
+Node: Sample Init File41414
+Node: Bindable Readline Commands44540
+Node: Commands For Moving45596
+Node: Commands For History47356
+Node: Commands For Text52321
+Node: Commands For Killing56025
+Node: Numeric Arguments58740
+Node: Commands For Completion59881
+Node: Keyboard Macros61851
+Node: Miscellaneous Commands62540
+Node: Readline vi Mode66463
+Node: GNU Free Documentation License67377

End Tag Table