emacs-devel
[Top][All Lists]
Advanced

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

Re: ange-ftp bug


From: Michael Albinus
Subject: Re: ange-ftp bug
Date: Tue, 19 Feb 2008 20:28:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Katsumi Yamaoka <address@hidden> writes:

> Hi,

Hi,

> OTOH, the former `ange-ftp-quote-string' function returns the
> null string when the argument is nil while the present one
> returns nil.  And modifying it into
>
> (defun ange-ftp-quote-string (string)
>   (if (stringp string)
>       (shell-quote-argument string)
>     ""))
>
> solves the problem, though I don't know why it does the trick.
> Could anyone please fix it properly?  Thanks.

The result in dired looks strange, indeed. Since your patch reverts the
behaviour to the original one in case of a nil argument, I believe it is
TRT. I've applied your patch to the trunk.

Best regards, Michael.




reply via email to

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