[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1, windows 11
From: |
Gregor Zattler |
Subject: |
Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1, windows 11 Enterprise) |
Date: |
Thu, 15 Feb 2024 10:40:09 +0100 |
Hi Eli,
* Eli Zaretskii <eliz@gnu.org> [2024-02-13; 15:28 +02]:
> I just tried
>
> M-x rgrep RET DOS_NT RET .[ch] RET /path/to/emacs RET
>
> (where /path/to/emacs was replaced with the actual top-level directory
> of the Emacs source tree), and pronto saw the list of 178 matches in
> the current Emacs tree.
That was actually
M-x rgrep RET DOS_NT RET *.[ch] RET /path/to/emacs RET
^
wasn't it? With your original receipt I did not get
matches, with the additional asterisk, it's 180 matches
for me.
Ciao; Gregor