all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tramp/Ange-FTP filename unification
@ 2002-07-11 20:43 Kai Großjohann
  2002-07-12  0:48 ` Miles Bader
  0 siblings, 1 reply; 13+ messages in thread
From: Kai Großjohann @ 2002-07-11 20:43 UTC (permalink / raw)


I think I've now done it so that it works.  The new filename format
is this:

Normal:
    /method:user@host:/path/to/file
Multi-hop:
    /multi:hopm1:user1@host1:hopm2:user2@host2:/path/to/file

In the normal filename format, the method and user are optional.

In the multi-hop format, all methods must be given, both the initial
"multi" or "multiu" which decides between base64 and uuencode, and
the hop methods hopm1, ..., hopmK.

What's currently unclean is that Ange-FTP adds its stuff to
file-name-handler-alist and then Tramp removes it again.  This is the
next step I want to do: just comment out the code in Ange-FTP which
adds to file-name-handler-alist and disable the removing code in
Tramp.

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)

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

end of thread, other threads:[~2002-07-13  3:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-11 20:43 Tramp/Ange-FTP filename unification Kai Großjohann
2002-07-12  0:48 ` Miles Bader
2002-07-12  9:03   ` Kai Großjohann
2002-07-12  9:15     ` Miles Bader
2002-07-12  9:47       ` Kai Großjohann
2002-07-12 12:40     ` Kim F. Storm
2002-07-12 13:09       ` Kai Großjohann
2002-07-12 14:28         ` Juanma Barranquero
2002-07-12 15:34           ` Kim F. Storm
2002-07-12 14:45             ` Juanma Barranquero
2002-07-12 23:22           ` Kim F. Storm
2002-07-13  3:24             ` Juanma Barranquero
2002-07-13  0:51               ` Kim F. Storm

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.