all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharad Pratap <sh4r4d@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: REPL of emacs lisp connected to instance of emacs server outside of emacs frame/window
Date: Fri, 15 Oct 2010 16:39:19 +0530	[thread overview]
Message-ID: <rylocavr9uo.fsf@personal.machine.of.sharard.com> (raw)


Hi All,

Briefly I am searching for emacsrepl for emacs
in analogy of Mozrepl for mozilla.


I need to evaluate few emacs-lisp sexp from common-lisp program, form slime
mailing list http://news.gmane.org/gmane.lisp.slime.devel I got suggestion to
use

swank::eval-in-emacs it has worked, but later I have found it will
only work in SLIME mode inside emacs frame,

I try using swank::eval-in-emacs from common-lisp that has it swank
server opened at 4005 and emacs server has already connected to it,
I am always getting nil only.

So I am searching some other option like if running instance of emacs
(emacs server) could be connected at some port and I will be able to get
result, that I will interface into common-lisp.

For this I have tried below command after checking 
http://git.savannah.gnu.org/cgit/emacs.git/tree/lib-src/emacsclient.c

$ cat ~/.emacs.d/server/server 
127.0.0.1:41116 6414
AUTHCODE

$ telnet 127.0.0.1 41116 
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
-auth AUTHCODE  -eval (message&_"hello")
Connection closed by foreign host.


But I did not got any success, do anybody know here something like this
already present, or some way I can get repl outside of emacs frame/window
basically at shell prompt that have connected to running instance of emacs
server, much like Mozrepl of mozilla.

and above telnet session at least for error giving some output

$ telnet 127.0.0.1 41116        
Trying 127.0.0.1...        
Connected to localhost (127.0.0.1).
Escape character is '^]'.
-auth AUTHCODE -dir "/home" -eval sdf
-error Symbol's&_value&_as&_variable&_is&_void:&_sdf
Connection closed by foreign host.

--
Regards,
-sharad




             reply	other threads:[~2010-10-15 11:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-15 11:09 Sharad Pratap [this message]
     [not found] <mailman.1.1287142813.14305.help-gnu-emacs@gnu.org>
2010-10-15 13:15 ` REPL of emacs lisp connected to instance of emacs server outside of emacs frame/window Helmut Eller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rylocavr9uo.fsf@personal.machine.of.sharard.com \
    --to=sh4r4d@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.