[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67865: [PATCH] ange-ftp fails with tnftp client
From: |
Eli Zaretskii |
Subject: |
bug#67865: [PATCH] ange-ftp fails with tnftp client |
Date: |
Sun, 17 Dec 2023 21:23:55 +0200 |
> Cc: 67865@debbugs.gnu.org
> Date: Sun, 17 Dec 2023 19:45:18 +0100
> From: Michael Albinus via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> 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?
It's okay to install this on emacs-29, thanks.