emacs-devel
[Top][All Lists]
Advanced

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

Re: Using `call-process-shell-command' in `process-lines'


From: Lennart Borgman (gmail)
Subject: Re: Using `call-process-shell-command' in `process-lines'
Date: Tue, 27 Nov 2007 23:34:23 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Eli Zaretskii wrote:
Date: Mon, 26 Nov 2007 23:39:59 +0100
From: "Lennart Borgman (gmail)" <address@hidden>
CC: address@hidden, address@hidden, address@hidden

The case that fails is

    find -name *.el
Because *.el matches something.
But

   find -name m*.el

also matches something and it works.

As I explained in other messages, whether this works or not depends on
what files are there in the directory where you run the command (not
in the directory where `find' starts its search).  This is specific to
each machine, so you will need to research this yourself.  In
particular, the number of matching files (zero, one, or more than one)
matters.

Thanks, I think I missed the note you made before about more than one file matching.




reply via email to

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