[Top][All Lists]
[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: |
01 Feb 2003 14:09:24 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
"Thomas Haselberger" <address@hidden> writes:
> dont know what happens there; but anyway, as requiring ange-ftp before tramp
> does the trick I'll probably stop investigating here (even if I'm not
> satisfied with the results and still curious what happens ).
Finally, it seems like speedbar is the root of the problem. It
requires ange-ftp silently. You can check it yourself with the
following lines in your .emacs:
(require 'tramp)
(message "after tramp: %s" file-name-handler-alist)
(require 'speedbar)
(message "after speedbar: %s" file-name-handler-alist)
As workaround, you need to require either ange-ftp or (better)
speedbar before Tramp. I'll contact the maintainer of speedbar in
order to fix it. Anyway, wouldn't it be cool if Tramp is integrated in
speedbar, too?
> thanks for your advice,
>
> tom
Best regards, Michael.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: filename completion ntemacs cygwin latest tramp - problem with eieio ?,
Michael Albinus <=