bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16045: 24.3.50; rgrep can't work


From: Stefan Monnier
Subject: bug#16045: 24.3.50; rgrep can't work
Date: Wed, 04 Dec 2013 14:10:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> @@ -1005,7 +1005,9 @@ to specify a command to run."
>                             (mapconcat
>                              #'shell-quote-argument
>                              (split-string files)
> -                            (concat "\\\n" " -o " find-name-arg " "))
> +                            (concat
> +                             (if (file-remote-p dir) "\\\n")
> +                             " -o " find-name-arg " "))
>                             " "
>                             (shell-quote-argument ")"))
>                     dir

Yuck!  The fix should be in Tramp, not here.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]