Home | History | Annotate | Download | only in info

Lines Matching full:readline

343    Brian Fox is the author of the readline libraries providing
15619 GDB reads its input commands via the "Readline" interface. This GNU
15638 *Note Command Line Editing::, for more details about the Readline
15652 GDB uses the GNU History library, a part of the Readline package, to
15699 a tab to prevent it from being expanded. The readline history
17870 GDB output. The GDB input is still managed using readline.
17956 The TUI installs several key bindings in the readline keymaps (*note
18019 are not available for their normal use by readline unless the command
18021 other readline key bindings such as `C-p', `C-n', `C-b' and `C-f' to
23500 * Readline Interaction:: The minimum set of commands for editing a line.
23501 * Readline Init File:: Customizing Readline from a user's view.
23502 * Bindable Readline Commands:: A description of most of the Readline commands
23504 * Readline vi Mode:: A short description of how to make Readline
23508 File: gdb.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
23538 when seen in this text, or in an init file (*note Readline Init File::).
23544 File: gdb.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
23546 31.2 Readline Interaction
23551 Readline library gives you a set of commands for manipulating the text
23562 * Readline Bare Essentials:: The least you need to know about Readline.
23563 * Readline Movement Commands:: Moving about the input line.
23564 * Readline Killing Commands:: How to delete text, and how to get it back!
23565 * Readline Arguments:: Giving numeric arguments to commands.
23569 File: gdb.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
23571 31.2.1 Readline Bare Essentials
23617 File: gdb.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
23619 31.2.2 Readline Movement Commands
23648 File: gdb.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
23650 31.2.3 Readline Killing Commands
23701 File: gdb.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
23703 31.2.4 Readline Arguments
23706 You can pass numeric arguments to Readline commands. Sometimes the
23722 File: gdb.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
23727 Readline provides commands for searching through the command history
23733 Readline displays the next entry from the history matching the string
23748 Any other key sequence bound to a Readline command will terminate the
23754 Readline remembers the last incremental search string. If two
23763 File: gdb.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
23765 31.3 Readline Init File
23768 Although the Readline library comes with a set of Emacs-like
23770 of keybindings. Any user can customize programs that use Readline by
23776 When a program which uses the Readline library starts up, the init
23784 * Readline Init File Syntax:: Syntax for the commands in the inputrc file.
23791 File: gdb.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
23793 31.3.1 Readline Init File Syntax
23796 There are only a few basic constructs allowed in the Readline init
23803 You can modify the run-time behavior of Readline by altering the
23804 values of variables in Readline using the `set' command within the
23825 Controls what happens when Readline wants to ring the
23826 terminal bell. If set to `none', Readline never rings the
23827 bell. If set to `visible', Readline uses a visible bell if
23829 Readline attempts to ring the terminal's bell.
23832 If set to `on', Readline attempts to bind the control
23834 to their Readline equivalents.
23842 If set to `on', Readline performs filename matching and
23850 than this value, Readline will ask the user whether or not he
23853 equal to 0. A negative value means Readline should never ask.
23857 If set to `on', Readline will convert characters with the
23863 If set to `On', Readline will inhibit word completion.
23869 bindings is used. By default, Readline starts up in Emacs
23874 When set to `on', Readline will try to enable the application
23879 If set to `on', tilde expansion is performed when Readline
23895 If set to `on', Readline will enable eight-bit input (it will
23909 Sets Readline's idea of the current keymap for key binding
23922 This variable, when set to `on', causes Readline to display an
23932 This variable, when set to `on', causes Readline to match
23939 If set to `on', Readline will display characters with the
23944 If set to `on', Readline uses an internal `more'-like pager
23949 If set to `on', Readline will display completions with matches
23987 In addition to command names, readline allows keys to be bound to
24092 File: gdb.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
24097 Readline implements a facility similar in spirit to the conditional
24105 Readline. The text of the test extends to the end of the line; no
24110 whether Readline is in `emacs' or `vi' mode. This may be
24113 `emacs-ctlx' keymaps only if Readline is starting out in
24127 Readline library sets the APPLICATION NAME, and you can test
24152 File: gdb.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
24162 # programs that use the GNU Readline library. Existing
24262 File: gdb.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
24264 31.4 Bindable Readline Commands
24274 * Commands For Completion:: Getting Readline to do the typing for you.
24278 This section describes Readline commands that may be bound to key
24288 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
24322 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
24395 File: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
24452 `readline()' starts in insert mode.
24463 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
24529 File: gdb.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
24552 File: gdb.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
24554 31.4.6 Letting Readline Type For You
24589 File: gdb.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
24607 File: gdb.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
24668 Print all of the functions and their key bindings to the Readline
24675 Readline output stream. If a numeric argument is supplied, the
24680 Print all of the Readline key sequences bound to macros and the
24695 File: gdb.info, Node: Readline vi Mode, Prev: Bindable Readline Commands, Up: Command Line Editing
24697 31.5 Readline vi Mode
24700 While the Readline library does not have a full set of `vi' editing
24702 The Readline `vi' mode behaves as specified in the POSIX 1003.2
24707 `vi' mode and to vi-editing-mode in `emacs' mode). The Readline
24725 GNU Readline Library Manual.
25106 `gdb-7.1-android-gg2/readline'
25135 `readline', `mmalloc', and `libiberty' libraries, then `gdb' itself.
25157 `bfd', `readline', and other sibling directories of the `gdb'
32001 * bell-style: Readline Init File Syntax.
32003 * bind-tty-special-chars: Readline Init File Syntax.
32142 * command editing: Readline Bare Essentials.
32169 * comment-begin: Readline Init File Syntax.
32193 * completion-query-items: Readline Init File Syntax.
32227 * convert-meta: Readline Init File Syntax.
32344 * disable-completion: Readline Init File Syntax.
32412 * editing command lines: Readline Bare Essentials.
32415 * editing-mode: Readline Init File Syntax.
32428 * enable-keypad: Readline Init File Syntax.
32475 Readline Init File Syntax.
32721 * history-preserve-point: Readline Init File Syntax.
32733 * horizontal-scroll-mode: Readline Init File Syntax.
32850 * initialization file, readline: Readline Init File. (line 6)
32854 * input-meta: Readline Init File Syntax.
32867 * interaction, readline: Readline Interaction.
32892 * isearch-terminators: Readline Init File Syntax.
32904 * keymap: Readline Init File Syntax.
32909 * kill ring: Readline Killing Commands.
32919 * killing text: Readline Killing Commands.
33091 * mark-modified-lines: Readline Init File Syntax.
33093 * mark-symlinked-directories: Readline Init File Syntax.
33095 * match-hidden-files: Readline Init File Syntax.
33117 * meta-flag: Readline Init File Syntax.
33199 * notation, readline: Readline Bare Essentials.
33247 * output-meta: Readline Init File Syntax.
33274 * page-completions: Readline Init File Syntax.
33479 * readline: Editing. (line 6)
34018 * show-all-if-ambiguous: Readline Init File Syntax.
34020 * show-all-if-unmodified: Readline Init File Syntax.
34400 * variables, readline: Readline Init File Syntax.
34415 * visible-stats: Readline Init File Syntax.
34469 * yanking text: Readline Killing Commands.
34831 Node: Readline Interaction896231
34832 Node: Readline Bare Essentials897420
34833 Node: Readline Movement Commands899207
34834 Node: Readline Killing Commands900170
34835 Node: Readline Arguments902088
34837 Node: Readline Init File905279
34838 Node: Readline Init File Syntax906342
34841 Node: Bindable Readline Commands923920
34850 Node: Readline vi Mode940427