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#44289: 28.0.50; Tramp SSH on remote BSD: No file on this line Date: Fri, 30 Oct 2020 23:16:35 +0300 Message-ID: References: <87blgjhlos.fsf@gnus.org> <87zh43eo6h.fsf@gnus.org> <87ft5ven19.fsf@gnus.org> <874kmbzoh6.fsf@gmx.de> <87imarbrwv.fsf@gmx.de> <87k0v7ts2h.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="36940"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ (1036f0e) (2020-10-18) Cc: Lars Ingebrigtsen , 44289@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 30 21:17:22 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 1kYapu-0009VO-Cs for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 21:17:22 +0100 Original-Received: from localhost ([::1]:36014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYapt-0006IF-Fk for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 16:17:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51786) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYapb-0006I3-ND for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:17:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48299) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYapZ-00077i-Tn for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:17:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYapZ-0000Ai-PI for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 16:17: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: Fri, 30 Oct 2020 20:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44289 X-GNU-PR-Package: emacs Original-Received: via spool by 44289-submit@debbugs.gnu.org id=B44289.1604089003631 (code B ref 44289); Fri, 30 Oct 2020 20:17:01 +0000 Original-Received: (at 44289) by debbugs.gnu.org; 30 Oct 2020 20:16:43 +0000 Original-Received: from localhost ([127.0.0.1]:59845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYapH-0000A7-28 for submit@debbugs.gnu.org; Fri, 30 Oct 2020 16:16:43 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:43197) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYapF-00009y-Td for 44289@debbugs.gnu.org; Fri, 30 Oct 2020 16:16:42 -0400 Original-Received: from localhost ([::ffff:197.157.0.60]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B39.000000005F9C74A8.00000215; Fri, 30 Oct 2020 20:16:39 +0000 Content-Disposition: inline In-Reply-To: <87k0v7ts2h.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:192189 Archived-At: * Michael Albinus [2020-10-30 22:47]: > Jean Louis writes: > > Hi Jean, > > > This time cursor is on the begin of lines. If I try to enter directory > > or try ENTER on any line in the list, I get the error: No file on this > > line > > After further debugging, the problem was found in > directory-listing-before-filename-regexp. It does not understand the > DD-MMM-YYYY date format, like in 28-Oct-2020. I've fixed this in master; > could you pls check? Let me recompile new Emacs.