Lines Matching refs:completion

413 @item completion-ignore-case
414 If set to @samp{on}, Readline performs filename matching and completion
418 @item completion-query-items
419 @vindex completion-query-items
435 @item disable-completion
436 @vindex disable-completion
437 If set to @samp{On}, Readline will inhibit word completion.
457 attempts word completion. The default is @samp{off}.
526 completion, unless the leading @samp{.} is
549 This alters the default behavior of the completion functions. If
551 words which have more than one possible completion cause the
863 set completion-query-items 150
1175 Attempt to perform completion on the text before point.
1176 The actual completion performed is application-specific.
1178 Bash attempts completion treating the text as a variable (if the
1182 of these produces a match, filename completion is attempted.
1185 The default is filename completion.
1218 Attempt filename completion on the text before point.
1225 Attempt completion on the text before point, treating
1233 Attempt completion on the text before point, treating
1241 Attempt completion on the text before point, treating
1249 Attempt completion on the text before point, treating
1250 it as a command name. Command completion attempts to
1260 Attempt completion on the text before point, comparing
1262 completion matches.
1265 Perform filename completion and insert the list of possible completions
1476 @cindex programmable completion
1478 When word completion is attempted for an argument to a command for
1479 which a completion specification (a @var{compspec}) has been defined
1481 the programmable completion facilities are invoked.
1493 If a compspec is not found, the default Bash completion
1500 directory name completion, the shell variable @env{FIGNORE} is
1558 Any completion that matches the pattern will be removed from the list.
1559 A leading @samp{!} negates the pattern; in this case any completion
1563 options are added to each member of the completion list, and the result is
1564 returned to the Readline completion code as the list of possible
1569 compspec was defined, directory name completion is attempted.
1572 the completion code as the full set of possible completions.
1574 of filename completion is disabled.
1576 compspec was defined, Readline's default completion will be performed
1579 When a compspec indicates that directory name completion is desired,
1580 the programmable completion functions force Readline to append a slash
1587 @cindex completion builtins
1589 Two builtin commands are available to manipulate the programmable completion
1599 Generate possible completion matches for @var{word} according to
1605 set by the programmable completion facilities, while available, will not
1609 completion code had generated them directly from a completion specification
1628 completion specifications are printed in a way that allows them to be
1630 The @option{-r} option removes a completion specification for
1632 completion specifications.
1634 The process of applying these completion specifications when word completion
1653 Use Readline's default filename completion if the compspec generates
1657 Perform directory name completion if the compspec generates no matches.
1775 preceding options and arguments, and each completion matching
1778 case, any completion not matching @var{filterpat} is removed.
1781 @var{prefix} is added at the beginning of each possible completion
1785 @var{suffix} is appended to each possible completion
1791 argument, an attempt is made to remove a completion specification for
1793 an error occurs adding a completion specification.