[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: |
Eli Zaretskii |
Subject: |
Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1, windows 11 Enterprise) |
Date: |
Wed, 14 Feb 2024 17:08:27 +0200 |
> From: Steinar Bang <sb@dod.no>
> Date: Wed, 14 Feb 2024 10:00:43 +0100
>
> But when I went in "the old way", so to speak, i.e. via "System
> properties" and "Environment variables", I got the same dialog but with
> the system variables enabled.
>
> Then I put C:\ProgramFiles\ezwinports at the start of the system
> enviroment variable "Path".
>
> When I started a fresh emacs rgrep worked just as well as it does on
> linuxen and macs.
That's exactly the way to go. The error message you show in your
previous message:
FIND: Parameter format not correct
indicates that the find.exe program which comes with Windows (a
completely different utility with a different purpose and command-line
syntax) was being called instead of GNU Find.
> Wow! That took 9 years, but I finally got there! :-)
Congrats!
> Thanks again, Eli!
You're welcome.