emacs-devel
[Top][All Lists]
Advanced

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

Re: problem using call-process with grep


From: Richard M. Stallman
Subject: Re: problem using call-process with grep
Date: Sat, 24 Dec 2005 11:32:27 -0500

When I evaluate this:

     (call-process "grep" nil
                   (generate-new-buffer "Result")
                   nil "epsilon\\($\\)" "foo")

it does match.

    Summary: grep works with that regexp when run from the shell or when using
    the Emacs `grep' command. The only problem is with `call-process'.

Can you debug the inside of `call-process' and see what arguments
are actually passed to grep?




reply via email to

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