Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ebe479ec
Commit
ebe479ec
authored
Oct 16, 2009
by
Kevin Ryde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Magic File Names): Add @vindex file-name-handler-alist,
in particular so `info-lookup-symbol' can find its docs.
parent
5d8adb2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/files.texi
doc/lispref/files.texi
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
ebe479ec
2009-10-16 Kevin Ryde <user42@zip.com.au>
* files.texi (Magic File Names): Add @vindex file-name-handler-alist,
in particular so `info-lookup-symbol' can find its docs.
2009-10-16 Chong Yidong <cyd@stupidchicken.com>
* variables.texi (Constant Variables): Distinguish from defconst
...
...
doc/lispref/files.texi
View file @
ebe479ec
...
...
@@ -2561,6 +2561,7 @@ expression to define the class of names (all those that match the
regular
expression
),
plus
a
handler
that
implements
all
the
primitive
Emacs
file
operations
for
file
names
that
do
match
.
@
vindex
file
-
name
-
handler
-
alist
The
variable
@
code
{
file
-
name
-
handler
-
alist
}
holds
a
list
of
handlers
,
together
with
regular
expressions
that
determine
when
to
apply
each
handler
.
Each
element
has
this
form
:
...
...
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