all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 21.1 magic filename quoting
@ 2002-04-10 22:36 Andrew Arensburger
  2002-04-11 11:23 ` Andreas Schwab
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Arensburger @ 2002-04-10 22:36 UTC (permalink / raw)
  Cc: Andrew Arensburger

	Summary: Emacs refuses to read files in "/:".

	If I'm reading "files.el" correctly, Emacs prepends "/:"
to filenames to indicate that magic has been performed on the
filename, and should not be performed again, then strips off the "/:"
before opening the file.
	The problem is that under a standard AFS installation, /: is a
symbolic link to /afs/<cell-name> (/afs/glue.umd.edu, in our case).
Thus, when I try to edit "/:/a/b/c", Emacs tries to open "/a/b/c".

	Yes, I can take the "file-name-non-special" element out of
"file-name-handler-alist", but that breaks opening a file with
wildcards.
	Perhaps "\\`/#" would be a better pattern. Or, ideally, it
should be possible to pick a different prefix on a site-wide basis.
Is this desirable? Should I try to work on it and send in a patch?

-- 
Andrew Arensburger, Systems guy         University of Maryland
arensb@glue.umd.edu                     Office of Information Technology
      Zeit fliegt wie ein Pfeil, Obstfliegen haben bananen gern.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-04-17 17:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 22:36 Emacs 21.1 magic filename quoting Andrew Arensburger
2002-04-11 11:23 ` Andreas Schwab
2002-04-11 16:29   ` Andrew Arensburger
2002-04-11 19:42     ` Miles Bader
2002-04-12 19:49     ` Richard Stallman
2002-04-12 21:02       ` Andrew Arensburger
2002-04-15 18:31         ` Stefan Monnier
2002-04-17 16:03           ` Richard Stallman
2002-04-17 17:14             ` Stefan Monnier
2002-04-11 19:16   ` Andrew Arensburger

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.