Lines Matching refs:completion
57 f. New application-settable completion variable:
58 rl_completion_mark_symlink_dirs, allows an application's completion
62 g. New function available to application completion functions:
63 rl_completion_mode, to tell how the completion function was invoked
70 i. New application-settable completion variable:
90 c. The completion code no longer appends a `/' or ` ' to a match when
105 h. The completion code now attempts to do a better job of preserving the
146 completion of files beginning with a `.' (on Unix). Enabled by default.
176 e. Fixed a bug in the completion code that allowed a backslash to quote a
207 o. The completion convenience functions filename_completion_function,
276 e. rlfe can now perform filename completion for the inferior process if the
338 h. Changes to the completion code to handle MS-DOS drive-letter:pathname
459 m. The menu completion code was fixed to properly insert a single completion
465 o. A fix was made to the completion code in which a typo caused the wrong
469 p. The completion code now checks the value of rl_filename_completion_desired,
470 which is set by application-supplied completion functions to indicate
471 that filename completion is being performed, to decide whether or not to
528 display the list of completion matches. The new function
577 i. The code that prints completion listings now behaves better if one or
589 b. New variable, `print-completions-horizontally', which causes completion
593 c. New variable, `completion-ignore-case', which causes filename completion
601 menu completion (successive executions of menu-complete insert a single
602 completion match, cycling through the list of possible completions).