all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Michal <rabbit50@tenbit.pl>
Cc: emacs mailing list <help-gnu-emacs@gnu.org>
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	[thread overview]
Message-ID: <87bq51fex6.fsf@gmx.de> (raw)
In-Reply-To: <m2ej9xmr8a.fsf@tenbit.pl> (Michal's message of "Wed, 26 Mar 2008 16:37:09 +0100")

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.




  parent reply	other threads:[~2008-03-26 19:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26 15:37 Linux emacs 22.1 + tramp: 2.1.12: tramp completion does not work for me Michal
2008-03-26 16:19 ` Thierry Volpiatto
2008-03-26 19:44 ` Michael Albinus [this message]
2008-03-27 11:40   ` Michal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bq51fex6.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rabbit50@tenbit.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.