So I was working in emacs and the suddenly, the slime-repl sbcl says text is read only. Well that's great because now I can't type anything into it. How do I fix?
相关问题
- Symbol's function definition is void: declare-
- Generating powerset in one function, no explicit r
- How can I set the SVN password with Emacs 23.1 bui
- Emacs shell: save commit message
- emacs bind key to the insertion of another
相关文章
- ess-rdired: I get this error “no ESS process is as
- Emacs/xterm color annoyance on Linux
- Does learning one Lisp help in learning the other?
- Common Lisp: Why does my tail-recursive function c
- Pipe less to Emacs
- What is the definition of “natural recursion”?
- How do I write a macro-defining macro in common li
- How can I unintern a qualified method?
Try typing
C-c M-o RET
(it will clear the console and add a new line), I had a problem similar to yours and for it fixed it.