Is there a simple way to run emacs from erlang?<div><br></div><div>This doesn't work</div><div><br></div><div>> os:cmd("emacs").  </div><div>"emacs: standard input is not a tty\n"</div><div><br></div>
<div>I just want to pop up a window with emacs in it (and some text in a buffer)</div><div>and get the text back when the user quits emacs</div><div><br></div><div>Is there an easy way to do this?</div><div><br></div><div>
And no - I don't want to run erlang inside emacs - I want the other way around.</div><div><br></div><div>Cheers</div><div><br></div><div>/Joe</div>