GNU bug report logs - #41261
27.0.90; Dired default file operation target no longer guessed

Previous Next

Package: emacs;

Reported by: Wojciech Siewierski <wojciech.siewierski <at> onet.pl>

Date: Thu, 14 May 2020 14:38:01 UTC

Severity: normal

Found in version 27.0.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Leo Vivier <leo.vivier+dev <at> gmail.com>
Cc: wojciech.siewierski <at> onet.pl, 41261 <at> debbugs.gnu.org
Subject: bug#41261: 27.0.90; Dired default file operation target no longer guessed
Date: Fri, 15 May 2020 01:41:07 +0300
> I went ahead and wrote the patch.
>
>  (defun dired-dwim-target-directories ()
> -  (cond ((functionp dired-dwim-target)
> -         (funcall dired-dwim-target))
> -        (dired-dwim-target
> -         (dired-dwim-target-next))))
> +  (if (functionp dired-dwim-target)
> +      (funcall dired-dwim-target)
> +    (dired-dwim-target-next)))

Thanks, please push your patch that fixes the regression.




This bug report was last modified 5 years and 9 days ago.

Previous Next


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