[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp not overriding ange-ftp
From: |
Sheol |
Subject: |
tramp not overriding ange-ftp |
Date: |
Sat, 15 Nov 2003 08:37:50 -0800 |
User-agent: |
Pan/0.13.4 (She had eyes like strange sins.) |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- tramp not overriding ange-ftp,
Sheol <=