help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: ssh question...


From: Loris Bennett
Subject: Re: ssh question...
Date: Tue, 19 Jun 2018 15:17:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Jean-Christophe Helary <brandelune@gmail.com> writes:

> I'm wondering if the following is possible:
>
> Use emacs from my Mac, and use picolisp as the lisp executable to run
> with slime, but from my ssh'ed RaspberryPi...
>
> Basically, can I call an executable from an ssh session to a different
> machine ?

Not knowing anything about picolisp or slime, I don't really understand
the question, but would a source block in an Org file on your Mac be of
any help, e.g.

  #+BEGIN_SRC sh :dir /jc@raspberrypi:
  emacs -batch -l ~/.emacs_minimal --eval=='(some-function)'
  #+END_SRC

?

Loris

-- 
This signature is currently under construction.


reply via email to

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