[erlang-questions] how can I run emacs from erlang
Joe Armstrong
erlang@REDACTED
Tue Jul 16 16:00:49 CEST 2013
Is there a simple way to run emacs from erlang?
This doesn't work
> os:cmd("emacs").
"emacs: standard input is not a tty\n"
I just want to pop up a window with emacs in it (and some text in a buffer)
and get the text back when the user quits emacs
Is there an easy way to do this?
And no - I don't want to run erlang inside emacs - I want the other way
around.
Cheers
/Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130716/35691892/attachment.htm>
More information about the erlang-questions
mailing list