home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / readline / doc / readline.i03 (.txt) < prev    next >
GNU Info File  |  2000-01-15  |  13KB  |  209 lines

  1. This is Info file readline.info, produced by Makeinfo-1.64 from the
  2. input file rlman.tex.
  3.    This document describes the GNU Readline Library, a utility which
  4. aids in the consistency of user interface across discrete programs that
  5. need to provide a command line interface.
  6.    Copyright (C) 1988, 1991 Free Software Foundation, Inc.
  7.    Permission is granted to make and distribute verbatim copies of this
  8. manual provided the copyright notice and this permission notice pare
  9. preserved on all copies.
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided that
  12. the entire resulting derived work is distributed under the terms of a
  13. permission notice identical to this one.
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that this permission notice may be stated in a
  17. translation approved by the Foundation.
  18. File: readline,  Node: Function and Variable Index,  Prev: Concept Index,  Up: Top
  19. Function and Variable Index
  20. ***************************
  21. * Menu:
  22. * (:                                    Utility Functions.
  23. * abort (C-g):                          Miscellaneous Commands.
  24. * accept-line (Newline, Return):        Commands For History.
  25. * alphabetic:                           Utility Functions.
  26. * backward-char (C-b):                  Commands For Moving.
  27. * backward-delete-char (Rubout):        Commands For Text.
  28. * backward-kill-line (C-x Rubout):      Commands For Killing.
  29. * backward-kill-word (M-DEL):           Commands For Killing.
  30. * backward-word (M-b):                  Commands For Moving.
  31. * beginning-of-history (M-<):           Commands For History.
  32. * beginning-of-line (C-a):              Commands For Moving.
  33. * bell-style:                           Readline Init File Syntax.
  34. * call-last-kbd-macro (C-x e):          Keyboard Macros.
  35. * capitalize-word (M-c):                Commands For Text.
  36. * character-search (C-]):               Miscellaneous Commands.
  37. * character-search-backward (M-C-]):    Miscellaneous Commands.
  38. * clear-screen (C-l):                   Commands For Moving.
  39. * comment-begin:                        Readline Init File Syntax.
  40. * complete (TAB):                       Commands For Completion.
  41. * completion-query-items:               Readline Init File Syntax.
  42. * completion_matches:                   Completion Functions.
  43. * convert-meta:                         Readline Init File Syntax.
  44. * copy-backward-word ():                Commands For Killing.
  45. * copy-forward-word ():                 Commands For Killing.
  46. * copy-region-as-kill ():               Commands For Killing.
  47. * delete-char (C-d):                    Commands For Text.
  48. * delete-horizontal-space ():           Commands For Killing.
  49. * digit-argument (M-0, M-1, ... M-):    Numeric Arguments.
  50. * digit_p:                              Utility Functions.
  51. * digit_value:                          Utility Functions.
  52. * ding:                                 Utility Functions.
  53. * disable-completion:                   Readline Init File Syntax.
  54. * do-uppercase-version (M-a, M-b, M-X, ...): Miscellaneous Commands.
  55. * downcase-word (M-l):                  Commands For Text.
  56. * dump-functions ():                    Miscellaneous Commands.
  57. * dump-macros ():                       Miscellaneous Commands.
  58. * dump-variables ():                    Miscellaneous Commands.
  59. * editing-mode:                         Readline Init File Syntax.
  60. * enable-keypad:                        Readline Init File Syntax.
  61. * end-kbd-macro (C-x )):                Keyboard Macros.
  62. * end-of-history (M->):                 Commands For History.
  63. * end-of-line (C-e):                    Commands For Moving.
  64. * exchange-point-and-mark (C-x C-x):    Miscellaneous Commands.
  65. * expand-tilde:                         Readline Init File Syntax.
  66. * filename_completion_function:         Completion Functions.
  67. * forward-char (C-f):                   Commands For Moving.
  68. * forward-search-history (C-s):         Commands For History.
  69. * forward-word (M-f):                   Commands For Moving.
  70. * free_undo_list:                       Allowing Undoing.
  71. * history-search-backward ():           Commands For History.
  72. * history-search-forward ():            Commands For History.
  73. * horizontal-scroll-mode:               Readline Init File Syntax.
  74. * input-meta:                           Readline Init File Syntax.
  75. * insert-comment (M-#):                 Miscellaneous Commands.
  76. * insert-completions (M-*):             Commands For Completion.
  77. * keymap:                               Readline Init File Syntax.
  78. * kill-line (C-k):                      Commands For Killing.
  79. * kill-region ():                       Commands For Killing.
  80. * kill-whole-line ():                   Commands For Killing.
  81. * kill-word (M-d):                      Commands For Killing.
  82. * lowercase_p:                          Utility Functions.
  83. * mark-modified-lines:                  Readline Init File Syntax.
  84. * meta-flag:                            Readline Init File Syntax.
  85. * next-history (C-n):                   Commands For History.
  86. * non-incremental-forward-search-history (M-n): Commands For History.
  87. * non-incremental-reverse-search-history (M-p): Commands For History.
  88. * numeric:                              Utility Functions.
  89. * output-meta:                          Readline Init File Syntax.
  90. * possible-completions (M-?):           Commands For Completion.
  91. * prefix-meta (ESC):                    Miscellaneous Commands.
  92. * previous-history (C-p):               Commands For History.
  93. * quoted-insert (C-q, C-v):             Commands For Text.
  94. * re-read-init-file (C-x C-r):          Miscellaneous Commands.
  95. * readline:                             Basic Behavior.
  96. * redraw-current-line ():               Commands For Moving.
  97. * reverse-search-history (C-r):         Commands For History.
  98. * revert-line (M-r):                    Miscellaneous Commands.
  99. * rl_add_defun:                         Function Naming.
  100. * rl_add_undo:                          Allowing Undoing.
  101. * rl_attempted_completion_function:     Completion Variables.
  102. * rl_basic_quote_characters:            Completion Variables.
  103. * rl_basic_word_break_characters:       Completion Variables.
  104. * rl_begin_undo_group:                  Allowing Undoing.
  105. * rl_binding_keymap:                    Readline Variables.
  106. * rl_bind_key:                          Binding Keys.
  107. * rl_bind_key_in_map:                   Binding Keys.
  108. * rl_callback_handler_install:          Alternate Interface.
  109. * rl_callback_handler_remove:           Alternate Interface.
  110. * rl_callback_read_char:                Alternate Interface.
  111. * rl_char_is_quoted_p:                  Completion Variables.
  112. * rl_clear_message:                     Redisplay.
  113. * rl_complete <1>:                      How Completing Works.
  114. * rl_complete:                          Completion Functions.
  115. * rl_completer_quote_characters:        Completion Variables.
  116. * rl_completer_word_break_characters:   Completion Variables.
  117. * rl_complete_internal:                 Completion Functions.
  118. * rl_completion_append_character:       Completion Variables.
  119. * rl_completion_entry_function <1>:     How Completing Works.
  120. * rl_completion_entry_function:         Completion Variables.
  121. * rl_completion_query_items:            Completion Variables.
  122. * rl_copy_keymap:                       Keymaps.
  123. * rl_copy_text:                         Modifying Text.
  124. * rl_delete_text:                       Modifying Text.
  125. * rl_directory_completion_hook:         Completion Variables.
  126. * rl_discard_keymap:                    Keymaps.
  127. * rl_done:                              Readline Variables.
  128. * rl_do_undo:                           Allowing Undoing.
  129. * rl_end:                               Readline Variables.
  130. * rl_end_undo_group:                    Allowing Undoing.
  131. * rl_event_hook:                        Readline Variables.
  132. * rl_executing_keymap:                  Readline Variables.
  133. * rl_filename_completion_desired:       Completion Variables.
  134. * rl_filename_dequoting_function:       Completion Variables.
  135. * rl_filename_quote_characters:         Completion Variables.
  136. * rl_filename_quoting_desired:          Completion Variables.
  137. * rl_filename_quoting_function:         Completion Variables.
  138. * rl_forced_update_display:             Redisplay.
  139. * rl_function_dumper:                   Associating Function Names and Bindings.
  140. * rl_function_of_keyseq:                Associating Function Names and Bindings.
  141. * rl_generic_bind:                      Binding Keys.
  142. * rl_getc:                              Utility Functions.
  143. * rl_getc_function:                     Readline Variables.
  144. * rl_get_keymap:                        Keymaps.
  145. * rl_get_keymap_by_name:                Keymaps.
  146. * rl_get_keymap_name:                   Keymaps.
  147. * rl_ignore_completion_duplicates:      Completion Variables.
  148. * rl_ignore_some_completions_function:  Completion Variables.
  149. * rl_inhibit_completion:                Completion Variables.
  150. * rl_initialize:                        Utility Functions.
  151. * rl_insert_completions:                Completion Functions.
  152. * rl_insert_text:                       Modifying Text.
  153. * rl_instream:                          Readline Variables.
  154. * rl_invoking_keyseqs:                  Associating Function Names and Bindings.
  155. * rl_invoking_keyseqs_in_map:           Associating Function Names and Bindings.
  156. * rl_kill_text:                         Modifying Text.
  157. * rl_library_version:                   Readline Variables.
  158. * rl_line_buffer:                       Readline Variables.
  159. * rl_list_funmap_names:                 Associating Function Names and Bindings.
  160. * rl_make_bare_keymap:                  Keymaps.
  161. * rl_make_keymap:                       Keymaps.
  162. * rl_mark:                              Readline Variables.
  163. * rl_message:                           Redisplay.
  164. * rl_modifying:                         Allowing Undoing.
  165. * rl_named_function:                    Associating Function Names and Bindings.
  166. * rl_on_new_line:                       Redisplay.
  167. * rl_outstream:                         Readline Variables.
  168. * rl_parse_and_bind:                    Binding Keys.
  169. * rl_pending_input:                     Readline Variables.
  170. * rl_point:                             Readline Variables.
  171. * rl_possible_completions:              Completion Functions.
  172. * rl_prompt:                            Readline Variables.
  173. * rl_readline_name:                     Readline Variables.
  174. * rl_read_init_file:                    Binding Keys.
  175. * rl_read_key:                          Utility Functions.
  176. * rl_redisplay:                         Redisplay.
  177. * rl_redisplay_function:                Readline Variables.
  178. * rl_reset_line_state:                  Redisplay.
  179. * rl_reset_terminal:                    Utility Functions.
  180. * rl_set_keymap:                        Keymaps.
  181. * rl_special_prefixes:                  Completion Variables.
  182. * rl_startup_hook:                      Readline Variables.
  183. * rl_stuff_char:                        Utility Functions.
  184. * rl_terminal_name:                     Readline Variables.
  185. * rl_unbind_key:                        Binding Keys.
  186. * rl_unbind_key_in_map:                 Binding Keys.
  187. * self-insert (a, b, A, 1, !, ...):     Commands For Text.
  188. * set-mark (C-@):                       Miscellaneous Commands.
  189. * show-all-if-ambiguous:                Readline Init File Syntax.
  190. * start-kbd-macro (C-x ():              Keyboard Macros.
  191. * tab-insert (M-TAB):                   Commands For Text.
  192. * tilde-expand (M-~):                   Miscellaneous Commands.
  193. * to_lower:                             Utility Functions.
  194. * to_upper:                             Utility Functions.
  195. * transpose-chars (C-t):                Commands For Text.
  196. * transpose-words (M-t):                Commands For Text.
  197. * undo (C-_, C-x C-u):                  Miscellaneous Commands.
  198. * universal-argument ():                Numeric Arguments.
  199. * unix-line-discard (C-u):              Commands For Killing.
  200. * unix-word-rubout (C-w):               Commands For Killing.
  201. * upcase-word (M-u):                    Commands For Text.
  202. * uppercase_p:                          Utility Functions.
  203. * username_completion_function:         Completion Functions.
  204. * visible-stats:                        Readline Init File Syntax.
  205. * yank (C-y):                           Commands For Killing.
  206. * yank-last-arg (M-., M-_):             Commands For History.
  207. * yank-nth-arg (M-C-y):                 Commands For History.
  208. * yank-pop (M-y):                       Commands For Killing.
  209.