GNU bug report logs - #61718
[PATCH] Fill minibuffer when dired renaming one file

Previous Next

Package: emacs;

Reported by: Sandra Snan <sandra.snan <at> idiomdrottning.org>

Date: Wed, 22 Feb 2023 20:35:02 UTC

Severity: normal

Tags: patch

Done: Sandra Snan <sandra.snan <at> idiomdrottning.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sandra Snan <sandra.snan <at> idiomdrottning.org>
To: bug-gnu-emacs <at> gnu.org
Cc: Sandra Snan <sandra.snan <at> idiomdrottning.org>
Subject: [PATCH] Fill minibuffer when dired renaming one file
Date: Wed, 22 Feb 2023 21:07:34 +0100
When renaming a file in dired it's sometimes annoying to have to
retype the entire name even when we're only changing a single
character. With this tiny li'l one word patch, the minibuffer gets
pre-filled by the old name.
---
 lisp/dired-aux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6cb097f6bb3..908e43af091 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -2570,7 +2570,7 @@ Optional arg HOW-TO determines how to treat the target.
   (dired-mark-pop-up
    nil op-symbol files
    #'read-file-name
-   (format prompt (dired-mark-prompt arg files)) dir default))
+   (format prompt (dired-mark-prompt arg files)) dir default nil default))
 
 (defun dired-dwim-target-directories ()
   (if (functionp dired-dwim-target)
-- 
2.30.2





This bug report was last modified 2 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.