help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Linux emacs 22.1 + tramp: 2.1.12: tramp completion does not work for


From: Michael Albinus
Subject: Re: Linux emacs 22.1 + tramp: 2.1.12: tramp completion does not work for me.
Date: Wed, 26 Mar 2008 20:44:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Michal <rabbit50@tenbit.pl> writes:

> Hallo group members.

Hi,

> C-x C-f /s<TAB>
> Click <mouse-2> on a completion to select it.
> In this buffer, type <S-Return> to select the completion near point.
>
> Possible completions are:
> sbin/                            sys/
> selinux/                         srv/
>
> ...no ssh:, scp:... present...
>
> My tramp configuration is:
> (setq pp-tramp-dir "/emacs-packages-22/tramp-2.1.12")
> (add-to-list 'load-path (concat pp-tramp-dir "/lisp"))
>
> (let ((partial-completion-mode t))
>   (require 'tramp))
>
> (setq password-cache-expiry nil)

Unfortunately, it doesn't work as described in the Tramp manual. Partial
completion must be enabled permanently:

(add-to-list 'load-path "~/src/tramp/lisp")
(partial-completion-mode t)
(require 'tramp)

> I wonder if it can be the fact that I do not use built in tramp 2.0.55
> from emacs 22.1.

No, that's not related.

> Regards,
> Michal

Best regards, Michael.




reply via email to

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