From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Emacs 21.3.50 grep.el/executable.el problems Date: Wed, 18 Feb 2004 03:39:19 -0500 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: References: <6408-Mon16Feb2004215712+0200-eliz@elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077094090 10397 80.91.224.253 (18 Feb 2004 08:48:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 08:48:10 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, eliz@elta.co.il, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Feb 18 09:48:00 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtNNA-0000PV-00 for ; Wed, 18 Feb 2004 09:48:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtNM9-00037v-Nq for gebp-emacs-pretest-bug@gmane.org; Wed, 18 Feb 2004 03:46:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtNIV-0001T3-Tk for emacs-pretest-bug@gnu.org; Wed, 18 Feb 2004 03:43:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtNI5-0001FL-Jb for emacs-pretest-bug@gnu.org; Wed, 18 Feb 2004 03:43:01 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtNI5-0001Ew-64; Wed, 18 Feb 2004 03:42:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AtNEl-0004TN-Km; Wed, 18 Feb 2004 03:39:19 -0500 Original-To: Markus Rost In-reply-to: (message from Markus Rost on Mon, 16 Feb 2004 22:10:03 +0100) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:2156 gmane.emacs.devel:20040 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20040 Great, so now grep-find works again. In fact, it tells that there is another use of executable-command-find-posix-p, namely in filecache.el. Maybe one should change that as well and then remove executable-command-find-posix-p. Someone said that filecache.el previously failed entirely to cope with a nonstandard find, so perhaps we lose nothing by leaving it in and we may as well fix it instead.