From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Loris Bennett" Newsgroups: gmane.emacs.help Subject: Re: ssh question... Date: Tue, 19 Jun 2018 15:17:17 +0200 Organization: Freie Universitaet Berlin Message-ID: <87h8ly6hlu.fsf@hornfels.zedat.fu-berlin.de> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1529414319 30776 195.159.176.226 (19 Jun 2018 13:18:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2018 13:18:39 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 15:18:35 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVGWo-0007og-PU for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2018 15:18:34 +0200 Original-Received: from localhost ([::1]:42563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVGYu-0001FW-4K for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Jun 2018 09:20:44 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: news.uni-berlin.de 65IP0JxJrBvXJr7e52QdIwYYFM9FCtZUlO8bJMOJJON4vS Cancel-Lock: sha1:Do6tXPo3QZ2qeQgJioF+aRnPpJ4= Original-Xref: usenet.stanford.edu gnu.emacs.help:223097 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117218 Archived-At: Jean-Christophe Helary 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.