Unified file-name syntax?

Michael Albinus michael.albinus at gmx.de
Fri Jan 4 03:13:21 EST 2008


Steve Youngs <steve at sxemacs.org> writes:

> May I suggest this compromise... _Require_ the optional colon.
>
>   Tramp filenames
>         /method:user at host:/path/to/file
>         /:user at host:/path/to/file  (which uses default method)

In GNU Emacs, "/:" at the beginning of a file name means to quote this
name. This would disable Tramp handlers for this file name.

But don't panic, the idea is not to remove the syntax you like. We are
just speaking about a common default for the syntax. Today, it is
'ftp for GNU Emacs and 'sep for XEmacs. If you apply

     (setq tramp-syntax 'sep)

you won't see the changed default.

Best regards, Michael.



More information about the XEmacs-Beta mailing list