Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44829d96
Commit
44829d96
authored
Oct 13, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Completion Options): Document the significance of a trailing slash
in elements of completion-ignored-extensions.
parent
58a11372
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
man/mini.texi
man/mini.texi
+8
-0
No files found.
man/mini.texi
View file @
44829d96
...
...
@@ -363,6 +363,14 @@ However, if @emph{all} the possible completions end in ``ignored''
strings, then they are not ignored. Ignored extensions do not apply to
lists of completions---those always mention all possible completions.
If an element of the list in @code{completion-ignored-extensions} ends
in a slash @file{/}, it indicates a subdirectory that should be ignored
when completing file names. (Elements of
@code{completion-ignored-extensions} which do not end in a slash are
never considered when a completion candidate is a directory; thus,
completion returns directories whose names end in @file{.elc} even
though there's an element @code{".elc"} in the list.)
@vindex completion-auto-help
Normally, a completion command that cannot determine even one
additional character automatically displays a list of all possible
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment