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

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

Re: REPL of emacs lisp connected to instance of emacs server outside of


From: Stefan Monnier
Subject: Re: REPL of emacs lisp connected to instance of emacs server outside of emacs frame/window
Date: Wed, 08 Dec 2010 15:32:03 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> $ 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.

I'm not sure what you're trying to do, really, but at least to do the
above, you might be better off starting with

   emacsclient --eval '(message "hello")'
   

   -- Stefan


reply via email to

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