emacs-devel
[Top][All Lists]
Advanced

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

Re: executable-find in files.el


From: Richard Stallman
Subject: Re: executable-find in files.el
Date: Wed, 18 May 2005 01:19:52 -0400

    One could argue that just calling `process-file' should be
    sufficient. But it isn't for packages which still want to support
    Emacs 21.

Backwards-compatibility is nice, but it is not the most important
thing.

    >     If `call-process' would be able to handle remote
    >     commands,
    >
    > I cannot envision any way in which that could make sense.  I have no
    > idea what it would mean for `call-process' to "handle" remote
    > commands.

    "handle commands to be executed on a remote host".

What call-process does is run a program with given arguments.
How would it run this program on a remote host?

Perhaps using ssh.  But if you want to use ssh, you can do that now.
You can invoke ssh to run a command on a remote host.

So what really is the new feature that you want?
I don't follow the idea.

WHat would that mean?  How in the world can call-process
run the pro




reply via email to

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