emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: (void-function executable-command-find-unix-p)


From: Hiroshi Fujishima
Subject: Re: (void-function executable-command-find-unix-p)
Date: Sun, 01 Feb 2004 17:33:58 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v)

Hiroshi Fujishima <address@hidden> writes:

> Richard Stallman <address@hidden> writes:
>
>> Does this fix it?
>>
>> *** grep.el.~1.5.~   Wed Jan 28 06:03:49 2004
>> --- grep.el  Sat Jan 31 09:32:58 2004
>
> Thanks, I applied your patch.  But, M-x load-file /path/to/grep.el and
> M-x grep generate following error.
>
> Debugger entered--Lisp error: (void-variable find)
>   executable-command-find-posix-p("find")

Your patch for grep.el and a patch as below fix the problem.

--- executable.el.~1.29.~       2004-01-30 08:13:54.000000000 +0900
+++ executable.el       2004-02-01 17:28:18.507237000 +0900
@@ -143,7 +143,7 @@
 ;;;###autoload
 (defun executable-command-find-posix-p (&optional program)
   "Check if PROGRAM handles arguments Posix-style.
-If PROGRAM is non-nil, use that instead of "find"."
+If PROGRAM is non-nil, use that instead of \"find\"."
   ;;  Pick file to search from location we know
   (let* ((dir   (car load-path))
          (file  (find-if

-- 
Hiroshi Fujishima




reply via email to

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