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#44682: 28.0.50; dired on file with space first: dired-get-file-for-visit: File no longer exists; type =?UTF-8?Q?=E2=80=98g=E2=80=99?= to update Dired buffer Date: Wed, 18 Nov 2020 16:03:38 +0300 Message-ID: References: <87lff01hfk.fsf@igel.home> <87eekr216i.fsf@gmx.de> <87wnyjymlj.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="38693"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: 44682@debbugs.gnu.org, Andreas Schwab To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 18 14:21:29 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 1kfNOr-0009vS-OP for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 Nov 2020 14:21:29 +0100 Original-Received: from localhost ([::1]:47222 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfNOq-00081L-JF for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 18 Nov 2020 08:21:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfNOQ-0007zE-PY for bug-gnu-emacs@gnu.org; Wed, 18 Nov 2020 08:21:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51225) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kfNOQ-00025D-GP for bug-gnu-emacs@gnu.org; Wed, 18 Nov 2020 08:21:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kfNOQ-0001YX-BP for bug-gnu-emacs@gnu.org; Wed, 18 Nov 2020 08:21:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 18 Nov 2020 13:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44682 X-GNU-PR-Package: emacs Original-Received: via spool by 44682-submit@debbugs.gnu.org id=B44682.16057056505940 (code B ref 44682); Wed, 18 Nov 2020 13:21:02 +0000 Original-Received: (at 44682) by debbugs.gnu.org; 18 Nov 2020 13:20:50 +0000 Original-Received: from localhost ([127.0.0.1]:34538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNOE-0001Xk-HI for submit@debbugs.gnu.org; Wed, 18 Nov 2020 08:20:50 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:50773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kfNOC-0001XQ-IS for 44682@debbugs.gnu.org; Wed, 18 Nov 2020 08:20:49 -0500 Original-Received: from localhost ([::ffff:41.202.241.56]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C000B.000000005FB51FA9.00000CF6; Wed, 18 Nov 2020 13:20:40 +0000 Content-Disposition: inline In-Reply-To: <87wnyjymlj.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:193612 Archived-At: * Michael Albinus [2020-11-18 13:40]: > Michael Albinus writes: > > Hi, > > > The problem is, that dired does not recognise the filename correctly, if > > it starts with a space, and text property dired-filename isn't set > > accordingly (as it should, if --dired is used). I plan to debug this > > case, but there wasn't time for this by today. Hope I could do it > > tomorrow. > > The dired-filename text property was lost due to a decode-coding-region > call. I've fixed this in Tramp, pushed to master. > > Jean, does it work for you? It works well. Thank you much.