REPL on console emacs

浪尽此生 提交于 2019-12-03 16:48:16

问题


I'm using the console version of emacs (that is, I'm SSH'ed into a remote machine and using emacs there) and I was wondering how (assuming it's possible) to start up the REPL from there. I'm pretty new to Lisp and emacs.


回答1:


How about M-x ielm?

ielm: Inferior Emacs Lisp Mode




回答2:


You can run a terminal emulator with M-x term in Emacs and use any REPL you like in there. I prefer it to inferior modes, but I think it's just a matter of taste.



来源:https://stackoverflow.com/questions/4250913/repl-on-console-emacs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!