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

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

bug#67865: [PATCH] ange-ftp fails with tnftp client


From: Michael Albinus
Subject: bug#67865: [PATCH] ange-ftp fails with tnftp client
Date: Sun, 17 Dec 2023 19:45:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Christophe Deleuze <christophe.deleuze@free.fr> writes:

Hi Cristophe,

> I suggest slightly changing the regexp used in string-match to allow
> for this colon, as shown below:
>
> (defun ange-ftp-passive-mode (proc on-or-off)
>   (if (string-match (concat "Passive mode:? " on-or-off)
>   [...]
>
> The attached patch does just that.

Looks OK to me.

Eli, do we want this in emacs-29 or master?

> regards,

Best rergards, Michael.





reply via email to

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