Running a command remotely is something like

            ssh <remotehost> <command>

    whereas running a remote command locally is something like

            scp <remotecommand> /tmp/foo; /tmp/foo

If instead of "command" you say "executable", the distinction will be
clearer.  I'd say the second example does not make sense with
commands, only with executables.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to