GNU bug report logs -
#29465
25.3; Confusing message for dired-do-shell-command substitution
Previous Next
Reported by: Allen Li <vianchielfaura <at> gmail.com>
Date: Mon, 27 Nov 2017 07:18:02 UTC
Severity: minor
Found in version 25.3
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 29465 <at> debbugs.gnu.org (full text, mbox):
Allen Li <vianchielfaura <at> gmail.com> writes:
> I have included two patches. The first is to fix the documentation
> string which I encountered while reading the code, the second is for
> my proposed solution of removing the confirmation message.
I think this would also solve Bug#28969 that I had reported some time
ago. I wanted to try your patch but...
> diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
> index 57eb216231..15bb3173b7 100644
> --- a/lisp/dired-aux.el
> +++ b/lisp/dired-aux.el
> @@ -744,20 +744,10 @@ dired-do-shell-command
> (dired--star-or-qmark-p res str))
> (setq res (replace-match "" t t res 2)))
> (string-match regexp res))))
> - (let* ((on-each (not (dired--star-or-qmark-p command "*" 'keep)))
> - (no-subst (not (dired--star-or-qmark-p command "?" 'keep)))
Here seems to be a problem with leading whitespace in the first line -
applying this patch fails for me.
Michael.
This bug report was last modified 3 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.