From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alex Bochannek Newsgroups: gmane.emacs.bugs Subject: bug#48494: 28.0.50; [PATCH] AngeFTP fails on macOS 10.14 with GNU inetutils FTP Date: Fri, 21 May 2021 10:06:25 -0700 Message-ID: References: <83mtsss1gn.fsf@gnu.org> <83o8d7rjl8.fsf@gnu.org> <8735uh4ky4.fsf@gmx.de> <87tumxay5b.fsf@gnus.org> <87sg2gqysh.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5955"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cc: 48494@debbugs.gnu.org, Lars Ingebrigtsen To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri May 21 19:07:10 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lk8cA-0001GT-0s for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 21 May 2021 19:07:10 +0200 Original-Received: from localhost ([::1]:57628 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lk8c8-0003ei-2b for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 21 May 2021 13:07:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lk8c2-0003eT-3c for bug-gnu-emacs@gnu.org; Fri, 21 May 2021 13:07:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54167) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lk8c1-0008UE-Sy for bug-gnu-emacs@gnu.org; Fri, 21 May 2021 13:07:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lk8c1-0001Oz-Mg for bug-gnu-emacs@gnu.org; Fri, 21 May 2021 13:07:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alex Bochannek Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 May 2021 17:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48494 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 48494-submit@debbugs.gnu.org id=B48494.16216167915339 (code B ref 48494); Fri, 21 May 2021 17:07:01 +0000 Original-Received: (at 48494) by debbugs.gnu.org; 21 May 2021 17:06:31 +0000 Original-Received: from localhost ([127.0.0.1]:37480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk8bX-0001O3-M4 for submit@debbugs.gnu.org; Fri, 21 May 2021 13:06:31 -0400 Original-Received: from ns.lapseofthought.com ([50.0.39.240]:24336 helo=mail.lapseofthought.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk8bW-0001Nv-2H for 48494@debbugs.gnu.org; Fri, 21 May 2021 13:06:30 -0400 Original-Received: from awb-mbp.local (unknown [IPv6:2601:646:4200:b470:e19b:7741:3c48:f758]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.lapseofthought.com (Postfix) with ESMTPSA id 4FmtLD0zWqz3pk9P; Fri, 21 May 2021 10:06:28 -0700 (PDT) In-Reply-To: <87sg2gqysh.fsf@gmx.de> (Michael Albinus's message of "Fri, 21 May 2021 10:25:02 +0200") Authentication-Results: ORIGINATING; auth=pass smtp.auth=alex smtp.mailfrom=alex@bochannek.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:206992 Archived-At: Michael Albinus writes: > Alex Bochannek writes: > > Hi Alex, > >>> Perhaps the `ange-ftp-ftp-program-args' doc string should mention that >>> some ftp clients require "-e"? That should help with discoverability >>> for people who have these problems. >> >> diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el >> index 04ea809127..064aca5abf 100644 >> --- a/lisp/net/ange-ftp.el >> +++ b/lisp/net/ange-ftp.el >> @@ -949,7 +949,9 @@ ange-ftp-gateway-ftp-program-name >> :type 'string) >> >> (defcustom ange-ftp-ftp-program-args '("-i" "-n" "-g" "-v") >> - "A list of arguments passed to the FTP program when started." >> + "A list of arguments passed to the FTP program when started. >> +Some FTP clients may also require the \"-e\" argument, which disables >> +command line editing." >> :group 'ange-ftp >> :type '(repeat string)) > > LGTM. As I see, you have already submitted several patches to > Emacs. Have you signed already the FSF copyright papers? Otherwise, I > fear your contributions would exceed the max tiny patch limit. I have not. > In case you haven't signed yet, would you like to do that? It would > enable you to submit as many patches to Emacs as you like :-) Sure, happy to do that! -- Alex.