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: Fri, 8 May 2020 16:29:24 +0300 Message-ID: <20200508132924.GI14650@protected.rcdrun.com> References: <861rnybf34.fsf@protected.rcdrun.com> <20200506144423.GW24998@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="45152"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) 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 Fri May 08 17:32:40 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 1jX4zQ-000Bck-Ck for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 May 2020 17:32:40 +0200 Original-Received: from localhost ([::1]:51150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jX4zP-00044p-Dj for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 May 2020 11:32:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jX4p8-0004AL-TP for bug-gnu-emacs@gnu.org; Fri, 08 May 2020 11:22:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34569) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jX4p8-0006s7-Gk for bug-gnu-emacs@gnu.org; Fri, 08 May 2020 11:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jX4p8-0004Z7-Cj for bug-gnu-emacs@gnu.org; Fri, 08 May 2020 11:22: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: Fri, 08 May 2020 15:22: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.158895128217502 (code B ref 41097); Fri, 08 May 2020 15:22:02 +0000 Original-Received: (at 41097) by debbugs.gnu.org; 8 May 2020 15:21:22 +0000 Original-Received: from localhost ([127.0.0.1]:46115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jX4oT-0004YC-UO for submit@debbugs.gnu.org; Fri, 08 May 2020 11:21:22 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:44877) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jX4Ke-0003kG-04 for 41097@debbugs.gnu.org; Fri, 08 May 2020 10:50:32 -0400 Original-Received: from localhost ([::ffff:41.210.155.213]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000002F286C.000000005EB570A5.00001922; Fri, 08 May 2020 07:43:20 -0700 Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Fri, 08 May 2020 11:21:21 -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:179928 Archived-At: * Arthur Miller [2020-05-08 12:06]: > I didn what you said, but it worked fine for me. > > One remark is that I don't see any pre-configured shortcut to use with > C-x 4 (operations on other window), so I created directory and switched > to other window. Besides that, I did what you said and it worked fine in > my Emacs started with -Q flag. Ask somebody else to try. I am using latest git version from Emacs. emacs -Q C-x C-f to /tmp directory C-x 3 to make 2 windows vertical in other directory, make new directory like /tmp/new create file in /tmp or choose any file with m, marking it use C to copy to /tmp/new C-x o to other window where file is copied, it has C mark press t to toggle, it is not working Compare it maybe to my lossage. I cannot know why is it happening and if you are doing something different. My lossage; C-x C-f ;; find-file C-a ;; move-beginning-of-line C-d ;; delete-char ;; minibuffer-complete-and-exit C-x 3 ;; split-window-right C-x o ;; other-window C-n ;; dired-next-line C-n ;; dired-next-line C-n ;; dired-next-line C-n ;; dired-next-line C-n ;; dired-next-line C-n ;; dired-next-line ;; dired-find-file C-x o ;; other-window C-x o ;; other-window d ;; dired-flag-file-deletion x ;; dired-do-flagged-delete y ;; self-insert-command e ;; self-insert-command s ;; self-insert-command ;; exit-minibuffer C-x o ;; other-window n ;; dired-next-line n ;; dired-next-line n ;; dired-next-line n ;; dired-next-line n ;; dired-next-line n ;; dired-next-line n ;; dired-next-line m ;; dired-mark C ;; dired-do-copy ;; exit-minibuffer C ;; dired-do-copy n ;; self-insert-command e ;; self-insert-command ;; minibuffer-complete ;; exit-minibuffer C-x o ;; other-window t ;; dired-toggle-marks ;; indent-for-tab-command C-e ;; move-end-of-line t ;; dired-toggle-marks t ;; dired-toggle-marks t ;; dired-toggle-marks t ;; dired-toggle-marks t ;; dired-toggle-marks M-x ;; execute-extended-command v ;; self-insert-command i ;; self-insert-command e ;; self-insert-command w ;; self-insert-command l ;; self-insert-command ;; delete-backward-char - ;; self-insert-command l ;; self-insert-command o ;; self-insert-command s ;; self-insert-command ;; minibuffer-complete ;; minibuffer-complete-and-exit