From mboxrd@z Thu Jan  1 00:00:00 1970
Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail
From: Eli Zaretskii <eliz@gnu.org>
Newsgroups: gmane.emacs.help
Subject: Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1,
 windows 11 Enterprise)
Date: Wed, 14 Feb 2024 17:09:57 +0200
Message-ID: <86h6ibxet6.fsf@gnu.org>
References: <yqoonkl34twip9p.fsf@dod.no> <86v86spk7b.fsf@gnu.org>
 <yqoonklzfw3fo3w.fsf@dod.no>
Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214";
	logging-data="7560"; mail-complaints-to="usenet@ciao.gmane.io"
To: help-gnu-emacs@gnu.org
Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 14 16:10:38 2024
Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org>
Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org
Original-Received: from lists.gnu.org ([209.51.188.17])
	by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
	(Exim 4.92)
	(envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org>)
	id 1raGuE-0001ji-4C
	for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 14 Feb 2024 16:10:38 +0100
Original-Received: from localhost ([::1] helo=lists1p.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.90_1)
	(envelope-from <help-gnu-emacs-bounces@gnu.org>)
	id 1raGtm-0004Yz-88; Wed, 14 Feb 2024 10:10:10 -0500
Original-Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@gnu.org>) id 1raGte-0004Xl-Cq
 for help-gnu-emacs@gnu.org; Wed, 14 Feb 2024 10:10:05 -0500
Original-Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@gnu.org>) id 1raGtc-0006cy-Me
 for help-gnu-emacs@gnu.org; Wed, 14 Feb 2024 10:10:02 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=iVvlBels022DKt38nS1xZ+HD70dGeoHzktiAogSb40Q=; b=kKnyGGEyFtfw
 UmAGbGgnx9UK8xLV9YmIB3GAvbcsI8u8qATWCMsjj8ZRUNvSrQ/1TLTLae5V+Ou54YmroobXcM16W
 pwcs/rNIkcnsH9J0lA+GIyoLUl9S4JKcp9QkLmZ7OOhhxd34BGgJBN3WAxKk/+nT1O3LzZV+QTMaL
 DqC9/nmBqR023qSSPlia21l0edTY+jJ4jSSpsTk9WbpTzxiM/0dvNYhO/OI6fkCurnWdodIAQ8QcH
 t2m/R02vCB/OzBMZQs00yROhxFTnlXYl2UJJ4u7Vahj+VT9TX9gp9xPwlggrMmjhXc63VZ8PAtD3y
 gf9FSiaTEX8JroXv/O8RWg==;
In-Reply-To: <yqoonklzfw3fo3w.fsf@dod.no> (message from Steinar Bang on Wed,
 14 Feb 2024 09:26:27 +0100)
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
 <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-emacs@gnu.org>
List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
 <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe>
Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org
Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org
Xref: news.gmane.io gmane.emacs.help:145943
Archived-At: <http://permalink.gmane.org/gmane.emacs.help/145943>

> From: Steinar Bang <sb@dod.no>
> Date: Wed, 14 Feb 2024 09:26:27 +0100
> 
> Just a side note: the find was both a win64 and a win32 version, and I
> picked the win64 version.  But the grep was just a win32 version.
> 
> Does that matter/have any unforseen consequences?

It shouldn't matter.  On Windows, 64-programs can invoke 32-programs,
and vice versa.