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: Eli Zaretskii
Subject: bug#16045: 24.3.50; rgrep can't work
Date: Wed, 04 Dec 2013 21:36:30 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Michael Albinus <michael.albinus@gmx.de>,  zijianyue <zijianyue@163.com>, 
>  16045@debbugs.gnu.org
> Date: Wed, 04 Dec 2013 14:10:31 -0500
> 
> > @@ -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.

You mean, the fix that created this problem, yes?





reply via email to

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