296
Chapter 29. Command Line Editing
width of the screen, instead of wrapping onto a new screen line. By default, this variable is
set to
off
.
input-meta
If set to
on
, Readline will enable eight-bit input (it will not clear the eighth bit in the char-
acters it reads), regardless of what the terminal claims it can support. The default value is
off
. The name
meta-flag
is a synonym for this variable.
isearch-terminators
The string of characters that should terminate an incremental search without subsequently
executing the character as a command (refer to Section 29.2.5
Searching for Commands in
the History
). If this variable has not been given a value, the characters [ESC] and
C-J
will
terminate an incremental search.
keymap
Sets Readline’s idea of the current keymap for key binding commands. Acceptable
keymap
names are
emacs
,
emacs-standard
,
emacs-meta
,
emacs-ctlx
,
vi
,
vi-move
,
vi-command
, and
vi-insert
.
vi
is equivalent to
vi-command
;
emacs
is equivalent to
emacs-standard
. The default value is
emacs
. The value of the
editing-mode
variable
also affects the default keymap.
mark-directories
If set to
on
, completed directory names have a slash appended. The default is
on
.
mark-modified-lines
This variable, when set to
on
, causes Readline to display an asterisk (
*
) at the start of history
lines which have been modified. This variable is
off
by default.
mark-symlinked-directories
If set to
on
, completed names which are symbolic links to directories have a slash appended
(subject to the value of
mark-directories
). The default is
off
.
match-hidden-files
This variable, when set to
on
, causes Readline to match files whose names begin with a
.
(hidden files) when performing filename completion, unless the leading
.
is supplied by the
user in the filename to be completed. This variable is
on
by default.
output-meta
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
.
page-completions
If set to
on
, Readline uses an internal
more
-like pager to display a screenful of possible
completions at a time. This variable is
on
by default.
print-completions-horizontally
If set to
on
, Readline will display completions with matches sorted horizontally in alpha-
betical order, rather than down the screen. The default is
off
.
Содержание ENTERPRISE LINUX 4 - DEVELOPER TOOLS GUIDE
Страница 1: ...Red Hat Enterprise Linux 4 Debugging with gdb ...
Страница 12: ...2 Chapter 1 Debugging with gdb ...
Страница 28: ...18 Chapter 4 Getting In and Out of gdb ...
Страница 34: ...24 Chapter 5 gdb Commands ...
Страница 44: ...34 Chapter 6 Running Programs Under gdb ...
Страница 68: ...58 Chapter 8 Examining the Stack ...
Страница 98: ...88 Chapter 10 Examining Data ...
Страница 112: ...102 Chapter 12 Tracepoints ...
Страница 118: ...108 Chapter 13 Debugging Programs That Use Overlays ...
Страница 138: ...128 Chapter 14 Using gdb with Different Languages ...
Страница 144: ...134 Chapter 15 Examining the Symbol Table ...
Страница 170: ...160 Chapter 19 Debugging remote programs ...
Страница 198: ...188 Chapter 21 Controlling gdb ...
Страница 204: ...194 Chapter 22 Canned Sequences of Commands ...
Страница 206: ...196 Chapter 23 Command Interpreters ...
Страница 216: ...206 Chapter 25 Using gdb under gnu Emacs ...
Страница 296: ...286 Chapter 27 gdb Annotations ...
Страница 300: ...290 Chapter 28 Reporting Bugs in gdb ...
Страница 322: ...312 Chapter 30 Using History Interactively ...
Страница 362: ...352 Appendix D gdb Remote Serial Protocol ...
Страница 380: ...370 Appendix F GNU GENERAL PUBLIC LICENSE ...
Страница 386: ...376 Appendix G GNU Free Documentation License ...
Страница 410: ......