From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#43695: 28.0.50; FTP tramp fails with some dired listing switches Date: Sun, 18 Oct 2020 19:20:45 +0300 Message-ID: <20201018162045.GG25813@protected.rcdrun.com> References: <87d024h38b.fsf@gmx.de> <20200930110641.GE31048@protected.rcdrun.com> <871rijlcy4.fsf@gmx.de> <20200930150122.GH19181@protected.rcdrun.com> <87sgazjj6h.fsf@gmx.de> <87h7qr1sh0.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2910"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: 43695@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 18 18:21:14 2020 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 1kUBQk-0000as-4b for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 18 Oct 2020 18:21:10 +0200 Original-Received: from localhost ([::1]:60120 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUBQi-0001QZ-Rg for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 18 Oct 2020 12:21:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUBQc-0001Q1-2S for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2020 12:21:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55634) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUBQb-00074c-P2 for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2020 12:21:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUBQb-00020g-LW for bug-gnu-emacs@gnu.org; Sun, 18 Oct 2020 12:21:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Oct 2020 16:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43695 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 43695-submit@debbugs.gnu.org id=B43695.16030380547702 (code B ref 43695); Sun, 18 Oct 2020 16:21:01 +0000 Original-Received: (at 43695) by debbugs.gnu.org; 18 Oct 2020 16:20:54 +0000 Original-Received: from localhost ([127.0.0.1]:38947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUBQT-000209-LC for submit@debbugs.gnu.org; Sun, 18 Oct 2020 12:20:53 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:60191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUBQQ-0001zz-Ob for 43695@debbugs.gnu.org; Sun, 18 Oct 2020 12:20:51 -0400 Original-Received: from localhost ([::ffff:41.210.141.103]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B3D.000000005F8C6B60.0000787B; Sun, 18 Oct 2020 16:20:48 +0000 Content-Disposition: inline In-Reply-To: <87h7qr1sh0.fsf@gmx.de> 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:190896 Archived-At: Pong. I cannot reproduce it. You may close it. * Michael Albinus [2020-10-18 18:09]: > Michael Albinus writes: > > Hi Jean, > > >>> Could you pls send a backtrace when the error happens to you? > >> > >> How do I make backtrace? From debug? > > > > Eval (setq debug-on-error t) prior your test. > > Ping. > > Best regards, Michael.