all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp not overriding ange-ftp
@ 2003-11-15 16:37 Sheol
  2003-12-03 22:34 ` Kai Grossjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Sheol @ 2003-11-15 16:37 UTC (permalink / raw)



emacs: 21.2.93.1
tramp: 2.95

I have been trying to get tramp working and have not been able to get it
to replace the ange-ftp functionality. I have read the FAQ and made sure
that ange-ftp is not butchering the file-name-handler-alist. This is my
current value:

file-name-handler-alist's value is 
(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" . jka-compr-handler)
 ("\\`/\\[.*\\]" . tramp-file-name-handler)
 ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
 ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
 ("\\`/:" . file-name-non-special))


Unfortunately, I do not have a working example to know if this is correct
or not. The regexp for tramp-file-name-handler seems wrong to me, but I do
not want to just randomly change it. If I were to take a wild stab at it,
I would think it should look just like the ange-ftp regexp.

So, would someone who has tramp working please post their
file-name-handler-alist. Also, if anything else wrong pops out at anyone,
please post it so that I can get this fixed.

Thank you in advance.

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

* Re: tramp not overriding ange-ftp
  2003-11-15 16:37 tramp not overriding ange-ftp Sheol
@ 2003-12-03 22:34 ` Kai Grossjohann
  2003-12-05 21:23   ` Sheol
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Grossjohann @ 2003-12-03 22:34 UTC (permalink / raw)


"Sheol" <sheol@subdimension.com> writes:

> tramp: 2.95

Looks like a very old version.  I changed the version numbering
recently, the current version is 2.0.38.

Does that work better?

Kai

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

* Re: tramp not overriding ange-ftp
  2003-12-03 22:34 ` Kai Grossjohann
@ 2003-12-05 21:23   ` Sheol
  0 siblings, 0 replies; 3+ messages in thread
From: Sheol @ 2003-12-05 21:23 UTC (permalink / raw)



What helped the most was reading the manual and discovering that
/[username@my.networked.machine]some/directory works. I kept trying the
old way of /username@my.networked.machine:some/directory which invokes
ange-ftp. Now that I look at the regexp in file-name-handler-alist, I see
that is correct. Oh, and I have upgraded. Thanks. 

On Thu, 04 Dec 2003 01:34:44 +0000, Kai Grossjohann wrote:

> "Sheol" <sheol@subdimension.com> writes:
> 
>> tramp: 2.95
> 
> Looks like a very old version.  I changed the version numbering
> recently, the current version is 2.0.38.
> 
> Does that work better?
> 
> Kai

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

end of thread, other threads:[~2003-12-05 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-15 16:37 tramp not overriding ange-ftp Sheol
2003-12-03 22:34 ` Kai Grossjohann
2003-12-05 21:23   ` Sheol

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.