mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 09:29:51 +02:00
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present
This commit is contained in:
+171
-168
@@ -1,168 +1,171 @@
|
||||
\entry{LC_MESSAGES}{7}{\code {LC_MESSAGES}}
|
||||
\entry{TEXTDOMAIN}{7}{\code {TEXTDOMAIN}}
|
||||
\entry{TEXTDOMAINDIR}{7}{\code {TEXTDOMAINDIR}}
|
||||
\entry{*}{22}{\code {*}}
|
||||
\entry{$*}{22}{\code {$*}}
|
||||
\entry{@}{22}{\code {@}}
|
||||
\entry{$@}{22}{\code {$@}}
|
||||
\entry{#}{22}{\code {#}}
|
||||
\entry{$#}{22}{\code {$#}}
|
||||
\entry{?}{22}{\code {?}}
|
||||
\entry{$?}{22}{\code {$?}}
|
||||
\entry{-}{22}{\code {-}}
|
||||
\entry{$-}{22}{\code {$-}}
|
||||
\entry{$}{22}{\code {$}}
|
||||
\entry{$$}{22}{\code {$$}}
|
||||
\entry{!}{22}{\code {!}}
|
||||
\entry{$!}{22}{\code {$!}}
|
||||
\entry{0}{22}{\code {0}}
|
||||
\entry{$0}{22}{\code {$0}}
|
||||
\entry{CDPATH}{73}{\code {CDPATH}}
|
||||
\entry{HOME}{73}{\code {HOME}}
|
||||
\entry{IFS}{73}{\code {IFS}}
|
||||
\entry{MAIL}{73}{\code {MAIL}}
|
||||
\entry{MAILPATH}{73}{\code {MAILPATH}}
|
||||
\entry{OPTARG}{73}{\code {OPTARG}}
|
||||
\entry{OPTIND}{73}{\code {OPTIND}}
|
||||
\entry{PATH}{73}{\code {PATH}}
|
||||
\entry{PS1}{73}{\code {PS1}}
|
||||
\entry{PS2}{73}{\code {PS2}}
|
||||
\entry{_}{73}{\code {_}}
|
||||
\entry{$_}{73}{\code {$_}}
|
||||
\entry{BASH}{74}{\code {BASH}}
|
||||
\entry{BASHOPTS}{74}{\code {BASHOPTS}}
|
||||
\entry{BASHPID}{74}{\code {BASHPID}}
|
||||
\entry{BASH_ALIASES}{74}{\code {BASH_ALIASES}}
|
||||
\entry{BASH_ARGC}{74}{\code {BASH_ARGC}}
|
||||
\entry{BASH_ARGV}{74}{\code {BASH_ARGV}}
|
||||
\entry{BASH_ARGV0}{75}{\code {BASH_ARGV0}}
|
||||
\entry{BASH_CMDS}{75}{\code {BASH_CMDS}}
|
||||
\entry{BASH_COMMAND}{75}{\code {BASH_COMMAND}}
|
||||
\entry{BASH_COMPAT}{75}{\code {BASH_COMPAT}}
|
||||
\entry{BASH_ENV}{75}{\code {BASH_ENV}}
|
||||
\entry{BASH_EXECUTION_STRING}{75}{\code {BASH_EXECUTION_STRING}}
|
||||
\entry{BASH_LINENO}{75}{\code {BASH_LINENO}}
|
||||
\entry{BASH_LOADABLES_PATH}{76}{\code {BASH_LOADABLES_PATH}}
|
||||
\entry{BASH_REMATCH}{76}{\code {BASH_REMATCH}}
|
||||
\entry{BASH_SOURCE}{76}{\code {BASH_SOURCE}}
|
||||
\entry{BASH_SUBSHELL}{76}{\code {BASH_SUBSHELL}}
|
||||
\entry{BASH_VERSINFO}{76}{\code {BASH_VERSINFO}}
|
||||
\entry{BASH_VERSION}{76}{\code {BASH_VERSION}}
|
||||
\entry{BASH_XTRACEFD}{76}{\code {BASH_XTRACEFD}}
|
||||
\entry{CHILD_MAX}{77}{\code {CHILD_MAX}}
|
||||
\entry{COLUMNS}{77}{\code {COLUMNS}}
|
||||
\entry{COMP_CWORD}{77}{\code {COMP_CWORD}}
|
||||
\entry{COMP_LINE}{77}{\code {COMP_LINE}}
|
||||
\entry{COMP_POINT}{77}{\code {COMP_POINT}}
|
||||
\entry{COMP_TYPE}{77}{\code {COMP_TYPE}}
|
||||
\entry{COMP_KEY}{77}{\code {COMP_KEY}}
|
||||
\entry{COMP_WORDBREAKS}{77}{\code {COMP_WORDBREAKS}}
|
||||
\entry{COMP_WORDS}{77}{\code {COMP_WORDS}}
|
||||
\entry{COMPREPLY}{78}{\code {COMPREPLY}}
|
||||
\entry{COPROC}{78}{\code {COPROC}}
|
||||
\entry{DIRSTACK}{78}{\code {DIRSTACK}}
|
||||
\entry{EMACS}{78}{\code {EMACS}}
|
||||
\entry{ENV}{78}{\code {ENV}}
|
||||
\entry{EPOCHREALTIME}{78}{\code {EPOCHREALTIME}}
|
||||
\entry{EPOCHSECONDS}{78}{\code {EPOCHSECONDS}}
|
||||
\entry{EUID}{78}{\code {EUID}}
|
||||
\entry{EXECIGNORE}{78}{\code {EXECIGNORE}}
|
||||
\entry{FCEDIT}{79}{\code {FCEDIT}}
|
||||
\entry{FIGNORE}{79}{\code {FIGNORE}}
|
||||
\entry{FUNCNAME}{79}{\code {FUNCNAME}}
|
||||
\entry{FUNCNEST}{79}{\code {FUNCNEST}}
|
||||
\entry{GLOBIGNORE}{79}{\code {GLOBIGNORE}}
|
||||
\entry{GROUPS}{79}{\code {GROUPS}}
|
||||
\entry{histchars}{79}{\code {histchars}}
|
||||
\entry{HISTCMD}{79}{\code {HISTCMD}}
|
||||
\entry{HISTCONTROL}{80}{\code {HISTCONTROL}}
|
||||
\entry{HISTFILE}{80}{\code {HISTFILE}}
|
||||
\entry{HISTFILESIZE}{80}{\code {HISTFILESIZE}}
|
||||
\entry{HISTIGNORE}{80}{\code {HISTIGNORE}}
|
||||
\entry{HISTSIZE}{80}{\code {HISTSIZE}}
|
||||
\entry{HISTTIMEFORMAT}{80}{\code {HISTTIMEFORMAT}}
|
||||
\entry{HOSTFILE}{81}{\code {HOSTFILE}}
|
||||
\entry{HOSTNAME}{81}{\code {HOSTNAME}}
|
||||
\entry{HOSTTYPE}{81}{\code {HOSTTYPE}}
|
||||
\entry{IGNOREEOF}{81}{\code {IGNOREEOF}}
|
||||
\entry{INPUTRC}{81}{\code {INPUTRC}}
|
||||
\entry{INSIDE_EMACS}{81}{\code {INSIDE_EMACS}}
|
||||
\entry{LANG}{81}{\code {LANG}}
|
||||
\entry{LC_ALL}{81}{\code {LC_ALL}}
|
||||
\entry{LC_COLLATE}{81}{\code {LC_COLLATE}}
|
||||
\entry{LC_CTYPE}{81}{\code {LC_CTYPE}}
|
||||
\entry{LC_MESSAGES}{81}{\code {LC_MESSAGES}}
|
||||
\entry{LC_NUMERIC}{82}{\code {LC_NUMERIC}}
|
||||
\entry{LC_TIME}{82}{\code {LC_TIME}}
|
||||
\entry{LINENO}{82}{\code {LINENO}}
|
||||
\entry{LINES}{82}{\code {LINES}}
|
||||
\entry{MACHTYPE}{82}{\code {MACHTYPE}}
|
||||
\entry{MAILCHECK}{82}{\code {MAILCHECK}}
|
||||
\entry{MAPFILE}{82}{\code {MAPFILE}}
|
||||
\entry{OLDPWD}{82}{\code {OLDPWD}}
|
||||
\entry{OPTERR}{82}{\code {OPTERR}}
|
||||
\entry{OSTYPE}{82}{\code {OSTYPE}}
|
||||
\entry{PIPESTATUS}{82}{\code {PIPESTATUS}}
|
||||
\entry{POSIXLY_CORRECT}{82}{\code {POSIXLY_CORRECT}}
|
||||
\entry{PPID}{82}{\code {PPID}}
|
||||
\entry{PROMPT_COMMAND}{82}{\code {PROMPT_COMMAND}}
|
||||
\entry{PROMPT_DIRTRIM}{83}{\code {PROMPT_DIRTRIM}}
|
||||
\entry{PS0}{83}{\code {PS0}}
|
||||
\entry{PS3}{83}{\code {PS3}}
|
||||
\entry{PS4}{83}{\code {PS4}}
|
||||
\entry{PWD}{83}{\code {PWD}}
|
||||
\entry{RANDOM}{83}{\code {RANDOM}}
|
||||
\entry{READLINE_LINE}{83}{\code {READLINE_LINE}}
|
||||
\entry{READLINE_MARK}{83}{\code {READLINE_MARK}}
|
||||
\entry{READLINE_POINT}{83}{\code {READLINE_POINT}}
|
||||
\entry{REPLY}{83}{\code {REPLY}}
|
||||
\entry{SECONDS}{83}{\code {SECONDS}}
|
||||
\entry{SHELL}{83}{\code {SHELL}}
|
||||
\entry{SHELLOPTS}{83}{\code {SHELLOPTS}}
|
||||
\entry{SHLVL}{84}{\code {SHLVL}}
|
||||
\entry{SRANDOM}{84}{\code {SRANDOM}}
|
||||
\entry{TIMEFORMAT}{84}{\code {TIMEFORMAT}}
|
||||
\entry{TMOUT}{84}{\code {TMOUT}}
|
||||
\entry{TMPDIR}{85}{\code {TMPDIR}}
|
||||
\entry{UID}{85}{\code {UID}}
|
||||
\entry{auto_resume}{110}{\code {auto_resume}}
|
||||
\entry{bell-style}{115}{\code {bell-style}}
|
||||
\entry{bind-tty-special-chars}{115}{\code {bind-tty-special-chars}}
|
||||
\entry{blink-matching-paren}{115}{\code {blink-matching-paren}}
|
||||
\entry{colored-completion-prefix}{115}{\code {colored-completion-prefix}}
|
||||
\entry{colored-stats}{115}{\code {colored-stats}}
|
||||
\entry{comment-begin}{115}{\code {comment-begin}}
|
||||
\entry{completion-display-width}{115}{\code {completion-display-width}}
|
||||
\entry{completion-ignore-case}{116}{\code {completion-ignore-case}}
|
||||
\entry{completion-map-case}{116}{\code {completion-map-case}}
|
||||
\entry{completion-prefix-display-length}{116}{\code {completion-prefix-display-length}}
|
||||
\entry{completion-query-items}{116}{\code {completion-query-items}}
|
||||
\entry{convert-meta}{116}{\code {convert-meta}}
|
||||
\entry{disable-completion}{116}{\code {disable-completion}}
|
||||
\entry{echo-control-characters}{116}{\code {echo-control-characters}}
|
||||
\entry{editing-mode}{116}{\code {editing-mode}}
|
||||
\entry{emacs-mode-string}{117}{\code {emacs-mode-string}}
|
||||
\entry{enable-bracketed-paste}{117}{\code {enable-bracketed-paste}}
|
||||
\entry{enable-keypad}{117}{\code {enable-keypad}}
|
||||
\entry{expand-tilde}{117}{\code {expand-tilde}}
|
||||
\entry{history-preserve-point}{117}{\code {history-preserve-point}}
|
||||
\entry{history-size}{117}{\code {history-size}}
|
||||
\entry{horizontal-scroll-mode}{117}{\code {horizontal-scroll-mode}}
|
||||
\entry{input-meta}{118}{\code {input-meta}}
|
||||
\entry{meta-flag}{118}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{118}{\code {isearch-terminators}}
|
||||
\entry{keymap}{118}{\code {keymap}}
|
||||
\entry{mark-modified-lines}{118}{\code {mark-modified-lines}}
|
||||
\entry{mark-symlinked-directories}{119}{\code {mark-symlinked-directories}}
|
||||
\entry{match-hidden-files}{119}{\code {match-hidden-files}}
|
||||
\entry{menu-complete-display-prefix}{119}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{119}{\code {output-meta}}
|
||||
\entry{page-completions}{119}{\code {page-completions}}
|
||||
\entry{revert-all-at-newline}{119}{\code {revert-all-at-newline}}
|
||||
\entry{show-all-if-ambiguous}{119}{\code {show-all-if-ambiguous}}
|
||||
\entry{show-all-if-unmodified}{119}{\code {show-all-if-unmodified}}
|
||||
\entry{show-mode-in-prompt}{120}{\code {show-mode-in-prompt}}
|
||||
\entry{skip-completed-text}{120}{\code {skip-completed-text}}
|
||||
\entry{vi-cmd-mode-string}{120}{\code {vi-cmd-mode-string}}
|
||||
\entry{vi-ins-mode-string}{120}{\code {vi-ins-mode-string}}
|
||||
\entry{visible-stats}{120}{\code {visible-stats}}
|
||||
\entry{LANG}{8}{\code {LANG}}
|
||||
\entry{LC_MESSAGES}{8}{\code {LC_MESSAGES}}
|
||||
\entry{TEXTDOMAIN}{8}{\code {TEXTDOMAIN}}
|
||||
\entry{TEXTDOMAINDIR}{8}{\code {TEXTDOMAINDIR}}
|
||||
\entry{*}{23}{\code {*}}
|
||||
\entry{$*}{23}{\code {$*}}
|
||||
\entry{@}{23}{\code {@}}
|
||||
\entry{$@}{23}{\code {$@}}
|
||||
\entry{#}{23}{\code {#}}
|
||||
\entry{$#}{23}{\code {$#}}
|
||||
\entry{?}{23}{\code {?}}
|
||||
\entry{$?}{23}{\code {$?}}
|
||||
\entry{-}{23}{\code {-}}
|
||||
\entry{$-}{23}{\code {$-}}
|
||||
\entry{$}{23}{\code {$}}
|
||||
\entry{$$}{23}{\code {$$}}
|
||||
\entry{!}{23}{\code {!}}
|
||||
\entry{$!}{23}{\code {$!}}
|
||||
\entry{0}{23}{\code {0}}
|
||||
\entry{$0}{23}{\code {$0}}
|
||||
\entry{CDPATH}{77}{\code {CDPATH}}
|
||||
\entry{HOME}{77}{\code {HOME}}
|
||||
\entry{IFS}{77}{\code {IFS}}
|
||||
\entry{MAIL}{77}{\code {MAIL}}
|
||||
\entry{MAILPATH}{77}{\code {MAILPATH}}
|
||||
\entry{OPTARG}{77}{\code {OPTARG}}
|
||||
\entry{OPTIND}{77}{\code {OPTIND}}
|
||||
\entry{PATH}{77}{\code {PATH}}
|
||||
\entry{PS1}{77}{\code {PS1}}
|
||||
\entry{PS2}{77}{\code {PS2}}
|
||||
\entry{_}{77}{\code {_}}
|
||||
\entry{$_}{77}{\code {$_}}
|
||||
\entry{BASH}{78}{\code {BASH}}
|
||||
\entry{BASHOPTS}{78}{\code {BASHOPTS}}
|
||||
\entry{BASHPID}{78}{\code {BASHPID}}
|
||||
\entry{BASH_ALIASES}{78}{\code {BASH_ALIASES}}
|
||||
\entry{BASH_ARGC}{78}{\code {BASH_ARGC}}
|
||||
\entry{BASH_ARGV}{78}{\code {BASH_ARGV}}
|
||||
\entry{BASH_ARGV0}{79}{\code {BASH_ARGV0}}
|
||||
\entry{BASH_CMDS}{79}{\code {BASH_CMDS}}
|
||||
\entry{BASH_COMMAND}{79}{\code {BASH_COMMAND}}
|
||||
\entry{BASH_COMPAT}{79}{\code {BASH_COMPAT}}
|
||||
\entry{BASH_ENV}{79}{\code {BASH_ENV}}
|
||||
\entry{BASH_EXECUTION_STRING}{79}{\code {BASH_EXECUTION_STRING}}
|
||||
\entry{BASH_LINENO}{79}{\code {BASH_LINENO}}
|
||||
\entry{BASH_LOADABLES_PATH}{80}{\code {BASH_LOADABLES_PATH}}
|
||||
\entry{BASH_REMATCH}{80}{\code {BASH_REMATCH}}
|
||||
\entry{BASH_SOURCE}{80}{\code {BASH_SOURCE}}
|
||||
\entry{BASH_SUBSHELL}{80}{\code {BASH_SUBSHELL}}
|
||||
\entry{BASH_VERSINFO}{80}{\code {BASH_VERSINFO}}
|
||||
\entry{BASH_VERSION}{80}{\code {BASH_VERSION}}
|
||||
\entry{BASH_XTRACEFD}{80}{\code {BASH_XTRACEFD}}
|
||||
\entry{CHILD_MAX}{81}{\code {CHILD_MAX}}
|
||||
\entry{COLUMNS}{81}{\code {COLUMNS}}
|
||||
\entry{COMP_CWORD}{81}{\code {COMP_CWORD}}
|
||||
\entry{COMP_LINE}{81}{\code {COMP_LINE}}
|
||||
\entry{COMP_POINT}{81}{\code {COMP_POINT}}
|
||||
\entry{COMP_TYPE}{81}{\code {COMP_TYPE}}
|
||||
\entry{COMP_KEY}{81}{\code {COMP_KEY}}
|
||||
\entry{COMP_WORDBREAKS}{81}{\code {COMP_WORDBREAKS}}
|
||||
\entry{COMP_WORDS}{81}{\code {COMP_WORDS}}
|
||||
\entry{COMPREPLY}{82}{\code {COMPREPLY}}
|
||||
\entry{COPROC}{82}{\code {COPROC}}
|
||||
\entry{DIRSTACK}{82}{\code {DIRSTACK}}
|
||||
\entry{EMACS}{82}{\code {EMACS}}
|
||||
\entry{ENV}{82}{\code {ENV}}
|
||||
\entry{EPOCHREALTIME}{82}{\code {EPOCHREALTIME}}
|
||||
\entry{EPOCHSECONDS}{82}{\code {EPOCHSECONDS}}
|
||||
\entry{EUID}{82}{\code {EUID}}
|
||||
\entry{EXECIGNORE}{82}{\code {EXECIGNORE}}
|
||||
\entry{FCEDIT}{83}{\code {FCEDIT}}
|
||||
\entry{FIGNORE}{83}{\code {FIGNORE}}
|
||||
\entry{FUNCNAME}{83}{\code {FUNCNAME}}
|
||||
\entry{FUNCNEST}{83}{\code {FUNCNEST}}
|
||||
\entry{GLOBIGNORE}{83}{\code {GLOBIGNORE}}
|
||||
\entry{GROUPS}{83}{\code {GROUPS}}
|
||||
\entry{histchars}{83}{\code {histchars}}
|
||||
\entry{HISTCMD}{83}{\code {HISTCMD}}
|
||||
\entry{HISTCONTROL}{84}{\code {HISTCONTROL}}
|
||||
\entry{HISTFILE}{84}{\code {HISTFILE}}
|
||||
\entry{HISTFILESIZE}{84}{\code {HISTFILESIZE}}
|
||||
\entry{HISTIGNORE}{84}{\code {HISTIGNORE}}
|
||||
\entry{HISTSIZE}{84}{\code {HISTSIZE}}
|
||||
\entry{HISTTIMEFORMAT}{84}{\code {HISTTIMEFORMAT}}
|
||||
\entry{HOSTFILE}{85}{\code {HOSTFILE}}
|
||||
\entry{HOSTNAME}{85}{\code {HOSTNAME}}
|
||||
\entry{HOSTTYPE}{85}{\code {HOSTTYPE}}
|
||||
\entry{IGNOREEOF}{85}{\code {IGNOREEOF}}
|
||||
\entry{INPUTRC}{85}{\code {INPUTRC}}
|
||||
\entry{INSIDE_EMACS}{85}{\code {INSIDE_EMACS}}
|
||||
\entry{LANG}{85}{\code {LANG}}
|
||||
\entry{LC_ALL}{85}{\code {LC_ALL}}
|
||||
\entry{LC_COLLATE}{85}{\code {LC_COLLATE}}
|
||||
\entry{LC_CTYPE}{85}{\code {LC_CTYPE}}
|
||||
\entry{LC_MESSAGES}{85}{\code {LC_MESSAGES}}
|
||||
\entry{LC_NUMERIC}{86}{\code {LC_NUMERIC}}
|
||||
\entry{LC_TIME}{86}{\code {LC_TIME}}
|
||||
\entry{LINENO}{86}{\code {LINENO}}
|
||||
\entry{LINES}{86}{\code {LINES}}
|
||||
\entry{MACHTYPE}{86}{\code {MACHTYPE}}
|
||||
\entry{MAILCHECK}{86}{\code {MAILCHECK}}
|
||||
\entry{MAPFILE}{86}{\code {MAPFILE}}
|
||||
\entry{OLDPWD}{86}{\code {OLDPWD}}
|
||||
\entry{OPTERR}{86}{\code {OPTERR}}
|
||||
\entry{OSTYPE}{86}{\code {OSTYPE}}
|
||||
\entry{PIPESTATUS}{86}{\code {PIPESTATUS}}
|
||||
\entry{POSIXLY_CORRECT}{86}{\code {POSIXLY_CORRECT}}
|
||||
\entry{PPID}{86}{\code {PPID}}
|
||||
\entry{PROMPT_COMMAND}{86}{\code {PROMPT_COMMAND}}
|
||||
\entry{PROMPT_DIRTRIM}{87}{\code {PROMPT_DIRTRIM}}
|
||||
\entry{PS0}{87}{\code {PS0}}
|
||||
\entry{PS3}{87}{\code {PS3}}
|
||||
\entry{PS4}{87}{\code {PS4}}
|
||||
\entry{PWD}{87}{\code {PWD}}
|
||||
\entry{RANDOM}{87}{\code {RANDOM}}
|
||||
\entry{READLINE_ARGUMENT}{87}{\code {READLINE_ARGUMENT}}
|
||||
\entry{READLINE_LINE}{87}{\code {READLINE_LINE}}
|
||||
\entry{READLINE_MARK}{87}{\code {READLINE_MARK}}
|
||||
\entry{READLINE_POINT}{87}{\code {READLINE_POINT}}
|
||||
\entry{REPLY}{87}{\code {REPLY}}
|
||||
\entry{SECONDS}{87}{\code {SECONDS}}
|
||||
\entry{SHELL}{87}{\code {SHELL}}
|
||||
\entry{SHELLOPTS}{88}{\code {SHELLOPTS}}
|
||||
\entry{SHLVL}{88}{\code {SHLVL}}
|
||||
\entry{SRANDOM}{88}{\code {SRANDOM}}
|
||||
\entry{TIMEFORMAT}{88}{\code {TIMEFORMAT}}
|
||||
\entry{TMOUT}{88}{\code {TMOUT}}
|
||||
\entry{TMPDIR}{89}{\code {TMPDIR}}
|
||||
\entry{UID}{89}{\code {UID}}
|
||||
\entry{auto_resume}{114}{\code {auto_resume}}
|
||||
\entry{bell-style}{119}{\code {bell-style}}
|
||||
\entry{bind-tty-special-chars}{119}{\code {bind-tty-special-chars}}
|
||||
\entry{blink-matching-paren}{119}{\code {blink-matching-paren}}
|
||||
\entry{colored-completion-prefix}{119}{\code {colored-completion-prefix}}
|
||||
\entry{colored-stats}{119}{\code {colored-stats}}
|
||||
\entry{comment-begin}{119}{\code {comment-begin}}
|
||||
\entry{completion-display-width}{119}{\code {completion-display-width}}
|
||||
\entry{completion-ignore-case}{120}{\code {completion-ignore-case}}
|
||||
\entry{completion-map-case}{120}{\code {completion-map-case}}
|
||||
\entry{completion-prefix-display-length}{120}{\code {completion-prefix-display-length}}
|
||||
\entry{completion-query-items}{120}{\code {completion-query-items}}
|
||||
\entry{convert-meta}{120}{\code {convert-meta}}
|
||||
\entry{disable-completion}{120}{\code {disable-completion}}
|
||||
\entry{echo-control-characters}{120}{\code {echo-control-characters}}
|
||||
\entry{editing-mode}{120}{\code {editing-mode}}
|
||||
\entry{emacs-mode-string}{121}{\code {emacs-mode-string}}
|
||||
\entry{enable-active-region}{121}{\code {enable-active-region}}
|
||||
\entry{enable-bracketed-paste}{121}{\code {enable-bracketed-paste}}
|
||||
\entry{enable-keypad}{121}{\code {enable-keypad}}
|
||||
\entry{expand-tilde}{121}{\code {expand-tilde}}
|
||||
\entry{history-preserve-point}{121}{\code {history-preserve-point}}
|
||||
\entry{history-size}{122}{\code {history-size}}
|
||||
\entry{horizontal-scroll-mode}{122}{\code {horizontal-scroll-mode}}
|
||||
\entry{input-meta}{122}{\code {input-meta}}
|
||||
\entry{meta-flag}{122}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{122}{\code {isearch-terminators}}
|
||||
\entry{keymap}{122}{\code {keymap}}
|
||||
\entry{mark-modified-lines}{123}{\code {mark-modified-lines}}
|
||||
\entry{mark-symlinked-directories}{123}{\code {mark-symlinked-directories}}
|
||||
\entry{match-hidden-files}{123}{\code {match-hidden-files}}
|
||||
\entry{menu-complete-display-prefix}{123}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{123}{\code {output-meta}}
|
||||
\entry{page-completions}{123}{\code {page-completions}}
|
||||
\entry{revert-all-at-newline}{123}{\code {revert-all-at-newline}}
|
||||
\entry{show-all-if-ambiguous}{124}{\code {show-all-if-ambiguous}}
|
||||
\entry{show-all-if-unmodified}{124}{\code {show-all-if-unmodified}}
|
||||
\entry{show-mode-in-prompt}{124}{\code {show-mode-in-prompt}}
|
||||
\entry{skip-completed-text}{124}{\code {skip-completed-text}}
|
||||
\entry{vi-cmd-mode-string}{124}{\code {vi-cmd-mode-string}}
|
||||
\entry{vi-ins-mode-string}{124}{\code {vi-ins-mode-string}}
|
||||
\entry{visible-stats}{125}{\code {visible-stats}}
|
||||
|
||||
Reference in New Issue
Block a user