Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4f683b1b
Commit
4f683b1b
authored
May 16, 2003
by
Richard M. Stallman
Browse files
(Magic File Names): Document the safe-magic property.
parent
733b241e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lispref/files.texi
lispref/files.texi
+10
-0
No files found.
lispref/files.texi
View file @
4f683b1b
...
...
@@ -2405,6 +2405,16 @@ shown above; the details are crucial for proper behavior in the case of
multiple handlers, and for operations that have two file names that may
each have handlers.
@kindex safe-magic (@r{property})
Handlers that don'
t
really
do
anything
specal
for
actual
access
to
the
file
---
such
as
the
ones
that
implement
completion
of
host
names
for
remote
file
names
---
should
have
a
non
-@
code
{
nil
}
@
code
{
safe
-
magic
}
property
.
For
instance
,
Emacs
normally
``
protects
''
directory
names
it
finds
in
@
code
{
PATH
}
from
becoming
magic
,
if
they
look
like
magic
file
names
,
by
prefixing
them
with
@
samp
{/:}.
But
if
the
handler
that
would
be
used
for
them
has
a
non
-@
code
{
nil
}
@
code
{
safe
-
magic
}
property
,
the
@
samp
{/:}
is
not
added
.
@
defvar
inhibit
-
file
-
name
-
handlers
This
variable
holds
a
list
of
handlers
whose
use
is
presently
inhibited
for
a
certain
operation
.
...
...
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