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#60233: 30.0.50; Dired buffer not updating sometimes Date: Fri, 23 Dec 2022 08:03:16 +0300 Message-ID: References: <709e6a8fd515d54bca5aa44a3891d0e9.support1@rcdrun.com> <86f81b9e45b67da0212f@heytings.org> 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="20232"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.2.9+54 (af2080d) (2022-11-21) Cc: 60233@debbugs.gnu.org To: Gregory Heytings Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 23 06:24:16 2022 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 1p8aXX-00052h-RL for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 23 Dec 2022 06:24:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p8aXQ-0001wb-2S; Fri, 23 Dec 2022 00:24:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8aXO-0001wJ-Ov for bug-gnu-emacs@gnu.org; Fri, 23 Dec 2022 00:24:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p8aXK-0008UP-JG for bug-gnu-emacs@gnu.org; Fri, 23 Dec 2022 00:24:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p8aXK-0002do-DA for bug-gnu-emacs@gnu.org; Fri, 23 Dec 2022 00:24: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: Fri, 23 Dec 2022 05:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60233 X-GNU-PR-Package: emacs Original-Received: via spool by 60233-submit@debbugs.gnu.org id=B60233.167177301610132 (code B ref 60233); Fri, 23 Dec 2022 05:24:02 +0000 Original-Received: (at 60233) by debbugs.gnu.org; 23 Dec 2022 05:23:36 +0000 Original-Received: from localhost ([127.0.0.1]:36610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8aWt-0002dM-OX for submit@debbugs.gnu.org; Fri, 23 Dec 2022 00:23:36 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:33213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p8aWr-0002dB-Cu for 60233@debbugs.gnu.org; Fri, 23 Dec 2022 00:23:34 -0500 Original-Received: from localhost ([::ffff:102.85.128.226]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000055DA4.0000000063A53B54.00006D55; Thu, 22 Dec 2022 22:23:32 -0700 Content-Disposition: inline In-Reply-To: <86f81b9e45b67da0212f@heytings.org> 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:251701 Archived-At: * Gregory Heytings [2022-12-23 00:48]: > > Here is what happens sometimes: > > https://gnu.support/images/tmp/2022-12-21/2022-12-21-08:09:15.ogv > > > > I see this on the modeline of your video: > > [[[[(Dired by name Launch Hypb WK)]]]] Thanks, you notices something I did not notice. I can't know why and how that came in the modeline. > Unless you customized your modeline in a strange way, these four "[[[[" and > "]]]]" mean that you're in recursive edit, in a recursive edit, in a > recursive edit, in a recursive edit (yes, four times). Is that really what > you want? I invoke recursive edits all the time, though not related to Dired buffer. > (info "(emacs)Recursive Edit") says: "You could probably do all the rest of > your editing inside the recursive edit, visiting files and all. But this > could have surprising effects (such as stack overflow) from time to time. > So remember to exit or abort the recursive edit when you no longer need it. > In general, we try to minimize the use of recursive editing levels in GNU > Emacs." That is definitely some other bug that I will report. I do use recursive edit, but I see now that after closing recursive edit those square brackets do not close. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/