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

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

[debbugs-tracker] bug#27456: closed (25.2; Not possible to use -prune wi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27456: closed (25.2; Not possible to use -prune with find-dired)
Date: Sun, 09 Sep 2018 02:40:01 +0000

Your message dated Sun, 09 Sep 2018 04:39:05 +0200
with message-id <address@hidden>
and subject line Re: bug#27456: 25.2; Not possible to use -prune with find-dired
has caused the debbugs.gnu.org bug report #27456,
regarding 25.2; Not possible to use -prune with find-dired
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27456: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27456
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.2; Not possible to use -prune with find-dired Date: Thu, 22 Jun 2017 23:00:48 -0700
It is not possible to effectively use the -prune action with find-dired.

With plain find, -prune would be used like:

    find . -name "foo*" -prune -o -name "*.el" -ls

However, find-dired wraps everything:

    (find-dired "." "-name \\"foo*\\" -prune -o -name \\"*.el\\" -ls")

results in the equivalent call:

    find . \( -name "foo*" -prune -o -name "*.el" -ls \) -ls

Notably, this will list files matching foo*

Unfortunately, I'm not sure if there are any easy remedies.  Perhaps
find-dired should refrain from appending -ls if ARGS already contains
-ls.

In GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.10)



--- End Message ---
--- Begin Message --- Subject: Re: bug#27456: 25.2; Not possible to use -prune with find-dired Date: Sun, 09 Sep 2018 04:39:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Allen Li <address@hidden> writes:

> I think we can close this.  The comma operator suggested by Andreas is
> the right solution.

Ok, fine - closing.


Michael.


--- End Message ---

reply via email to

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