tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filename completion ntemacs cygwin latest tramp - problem with eieio


From: Michael Albinus
Subject: Re: filename completion ntemacs cygwin latest tramp - problem with eieio ?
Date: 29 Jan 2003 14:05:32 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

"Thomas Haselberger" <address@hidden> 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: address@hidden (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 <address@hidden>
|| 
||      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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]