[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autocompletion error
From: |
Michael Albinus |
Subject: |
Re: autocompletion error |
Date: |
Tue, 03 Apr 2007 10:11:43 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
address@hidden writes:
> Hello,
Hi,
> Auto completition seems to work fine on some of computers, and does
> not work on others.
>
> I have searched archives, found at least one message points to same
> problem:
Your problem looks different.
> I am running tramp 2.1.4 with emacs-cvs-22.0.9999-r2(22.0.93)(10:39:13
> 13.02.2007)
[...]
> message("tramp: Wrong number of arguments: (lambda (filename directory)
> \"Like `file-name-completion' for tramp files.\" (unless (tramp-tramp-file-p
> directory) (error \"tramp-handle-file-name-completion invoked on non-tramp
> directory `%s'\" directory)) (try-completion filename (mapcar (lambda (x)
> (cons x nil)) (file-name-all-completions filename directory)))), 3")
[...]
> tramp-file-name-handler(file-name-completion ""
> "/ssh:address@hidden:/home/alex/.adobe/" file-exists-p)
In Emacs 22, the parameter list of `file-name-completion' has been
changed some weeks/months ago. It has an optional 3rd parameter
PREDICATE now.
Tramp supports it since version 2.1.8. You need to upgrade, or you
wait for version 2.1.9, which will be released next weekend likely.
Best regards, Michael.