From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Possible regression in dired when renaming directories Date: Sun, 10 Apr 2022 17:00:41 +0300 Message-ID: <83fsml6nsm.fsf@gnu.org> References: <87y20d5aqa.fsf@valhala.localdomain> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29279"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Nicolas Martyanoff Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 10 16:02:04 2022 Return-path: Envelope-to: ged-emacs-devel@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 1ndY8h-0007Sg-8U for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 16:02:03 +0200 Original-Received: from localhost ([::1]:41522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndY8g-0002Td-35 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Apr 2022 10:02:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndY7T-0001m2-2M for emacs-devel@gnu.org; Sun, 10 Apr 2022 10:00:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42820) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndY7O-00073Y-A0; Sun, 10 Apr 2022 10:00:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=KMsdcFaQpuUi6Kcx4lXnZISHfGpHr4ZH4PUPZ0ecAH0=; b=irSfvUUA66IU mz28RpsAYHPrWQBqr5Vxq9Is165tmaErdRxW7rda3lzQM5Z98ttGhELRGdnpOO3F4xGlLr4AW2Jf8 lZGb2tJcmeqQ1S7onb4ahN44TZCBjfoASmVeT63d3+VZ6BbpfG4HUpV4r8nLXzRav28L8g9poCDoU 8vmAWxY/qmUM85W05kynJbdGurVp+K1FHzmZBurdwJjaMiRSt2FqpGCaat53Ls3uTJAcWTTCNfbvA ZfxKL9iAOdiA620FTH4qACONVg5P9W7hbY9zLZa9eYiRqoNT5yRY3YCe8ufFWpNNSxy+HyJzm7h9Y EJM+5IcTjUWdtbz6G108Yg==; Original-Received: from [87.69.77.57] (port=3759 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndY7N-0003ZR-Px; Sun, 10 Apr 2022 10:00:42 -0400 In-Reply-To: <87y20d5aqa.fsf@valhala.localdomain> (message from Nicolas Martyanoff on Sun, 10 Apr 2022 15:28:13 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288142 Archived-At: > From: Nicolas Martyanoff > Date: Sun, 10 Apr 2022 15:28:13 +0200 > > I just updated from 27.2 to 28.1, and it seems a default behaviour has > changed. When renaming a directory in dired, either using 'R' or with > Wdired, buffers visiting files in this directory are not modified so > that they visit the file at the new location. I cannot reproduce this. I tried R in Dired, and Emacs 28.1 works the same as 27.2 here. Can you provide a complete recipe starting from "emacs -Q" to reproduce the problem?