[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Directory name completion blocks when it shouldn't
From: |
Michael Albinus |
Subject: |
Re: Directory name completion blocks when it shouldn't |
Date: |
Wed, 20 Dec 2006 07:14:00 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) |
Chris Moore <address@hidden> writes:
> I think you've introduced a new bug -
>
> lisp/net/ange-ftp.el.gz line 3980:
> (defun ange-ftp-file-name-completion (file dir)
> is being called like:
> (ange-ftp-file-name-completion "" "/a:/" 'file-exists-p)
>
> and
>
> lisp/net/tramp.el.gz line 2859:
> (defun tramp-handle-file-name-completion (filename directory)
> is being called like:
> (tramp-handle-file-name-completion "" "/a:/" 'file-exists-p)
>
> in both cases the functions expect 2 arguments, and they're being
> passed 3.
Shall be fixed now in both ange-ftp.el and tramp.el.
Best regards, Michael.