From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dieter Faulbaum Newsgroups: gmane.emacs.help Subject: revert-buffer in dired Date: Mon, 23 Dec 2024 17:13:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5438"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 23 17:14:44 2024 Return-path: Envelope-to: geh-help-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 1tPl4t-0001Hc-Ho for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 23 Dec 2024 17:14:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tPl4L-0007SN-AY; Mon, 23 Dec 2024 11:14:09 -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 1tPl4J-0007SB-AD for help-gnu-emacs@gnu.org; Mon, 23 Dec 2024 11:14:07 -0500 Original-Received: from einhorn-mail.in-berlin.de ([217.197.80.20] helo=einhorn-mail-out.in-berlin.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tPl4H-0002dA-9m for help-gnu-emacs@gnu.org; Mon, 23 Dec 2024 11:14:07 -0500 X-Envelope-From: mail@faulbaum.in-berlin.de X-Envelope-To: Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 4BNGDuUc2511256 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Mon, 23 Dec 2024 17:13:57 +0100 Original-Received: from frangula (frangula.xpertex.internal [172.16.3.241]) by frangula.xpertex.internal (Postfix) with ESMTPSA id 935DD13A; Mon, 23 Dec 2024 17:13:51 +0100 (CET) Received-SPF: pass client-ip=217.197.80.20; envelope-from=mail@faulbaum.in-berlin.de; helo=einhorn-mail-out.in-berlin.de X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148926 Archived-At: I think, it would be nice, if the newly introduced: *** Clicking on base name of directory reverts buffer. When 'dired-make-directory-clickable' is non-nil, clicking on the base name of the directory now reverts the Dired buffer. should not change the position of the cursor. Is this possible? The 'revert-buffer' in dired also changes the position of the cursor (to the filename of the "actual" line). What is the idea of this? The revert-buffer with a file doesn't do this (if the file becomes greater (from "outside")).