"Thomas Haselberger" <[EMAIL PROTECTED]> writes:

>  file-name-handler-alist '(("^[a-zA-Z]:/[^/:]*\\'" . 
>ange-ftp-completion-hook-function)
>                          ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
>                          ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
>                          ("^/[^/]*$" . tramp-completion-file-name-handler)
>                          ("\\`/[^/:]+:" . tramp-file-name-handler)
>                          ("\\`/:" . file-name-non-special))
>  )

Hmm. Ange-FTP hooks shouldn't be there. This reminds me a thread in
this mailing list from last autumn:

| From: [EMAIL PROTECTED] (Kai Gro�johann)
| Subject: Re: problems with tramp 2.0.12 and 2.0.24 on xemacs
| 
| I'm now guessing that the problem comes from jde-root-dir-p which has
| a special case for Ange-FTP but not for Tramp.

|| From: Bruce Lowekamp <[EMAIL PROTECTED]>
|| 
||      Thanks for tracking this down to the JDE code.  I know you
|| posted another fix to the jde-users list, but my favorite fix (since
|| all I really want to do is edit JDE files) is:
|| 
|| (require 'jde)
|| (defun jde-find-project-file (dir) nil)
|| 
|| in init.el

Would this throw away your problem?

Best regards, Michael.



_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel

Reply via email to