From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#41097: 28.0.50; (dired-toggle-marks) not working after copy Date: Wed, 6 May 2020 17:44:23 +0300 Message-ID: <20200506144423.GW24998@protected.rcdrun.com> References: <861rnybf34.fsf@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="50041"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.13.5 (2020-03-28) Cc: 41097@debbugs.gnu.org To: Arthur Miller Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 06 17:25:12 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 1jWLv5-000CW2-BV for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 May 2020 17:25:11 +0200 Original-Received: from localhost ([::1]:39128 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWLv4-0000DF-Aj for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 May 2020 11:25:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWLuw-0000Bn-KD for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 11:25:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57555) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jWLuw-0001dh-96 for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 11:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jWLuw-0003yN-60 for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 11:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 May 2020 15:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41097 X-GNU-PR-Package: emacs Original-Received: via spool by 41097-submit@debbugs.gnu.org id=B41097.158877864715204 (code B ref 41097); Wed, 06 May 2020 15:25:02 +0000 Original-Received: (at 41097) by debbugs.gnu.org; 6 May 2020 15:24:07 +0000 Original-Received: from localhost ([127.0.0.1]:40868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWLu3-0003x7-2C for submit@debbugs.gnu.org; Wed, 06 May 2020 11:24:07 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:58523) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWLKA-00032c-W5 for 41097@debbugs.gnu.org; Wed, 06 May 2020 10:47:03 -0400 Original-Received: from localhost ([::ffff:41.210.145.176]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000002D4966.000000005EB2CDDD.00002CE0; Wed, 06 May 2020 07:46:53 -0700 Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Wed, 06 May 2020 11:24:06 -0400 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:179823 Archived-At: * Arthur Miller [2020-05-06 17:05]: > Jean Louis writes: > > > I have observed that after the copy of files from one window to another, > > the `t' for (dired-toggle-marks) is not working in that other window, > > where files are copied. > > > > If I kill the window, and enter into the directory again, than `t' for > > (dired-toggle-marks) starts working again. > > > > However, it is a bug. > > I have 28.0.50 built on 27. april, and it works just fine for me. I use > Dired every day as my only file-manager. I just tested, and toggle > worked fine after copying a file between two directories (same drive and > partition). Marks on files are also preserved in other window after the > copy operation. I don't know if it helps. With emacs -Q open dired, make one empty directory in other window, mark file in first one, use C to copy to other, in the other window t does not work to toggle marked files. Jean