emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/files.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi
Date: Fri, 16 May 2003 09:32:42 -0400

Index: emacs/lispref/files.texi
diff -c emacs/lispref/files.texi:1.48 emacs/lispref/files.texi:1.49
*** emacs/lispref/files.texi:1.48       Tue Apr  8 21:30:40 2003
--- emacs/lispref/files.texi    Fri May 16 09:32:42 2003
***************
*** 2405,2410 ****
--- 2405,2420 ----
  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 address@hidden @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 address@hidden @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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]