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

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

Re: counsel-dired-jump error "find: paths must precede expression:"


From: Robert Pluim
Subject: Re: counsel-dired-jump error "find: paths must precede expression:"
Date: Fri, 19 Jan 2018 10:47:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

John Magolske <listmail@b79.net> writes:

> looking into this further, I found a quoted wildcard resolves the issue:
>
>     (shell-command-to-string
>      (concat find-program " -path './*' -type d -not -path '*\/.git*'"))
>
> Seems to behave pretty much the same, except that all the directory
> file-paths displayed in the minibuffer are now preceded with a ./

What's wrong with using "find ." instead of "find './*'"?

Robert



reply via email to

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