(Emacs) Text is read only?

前端 未结 7 891
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-04 06:56

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?

7条回答
  •  失恋的感觉
    2021-02-04 07:17

    Possible cause of such a message may be this: you are trying to print something over the REPL prompt, for example CL-US|ER> (+ 1 2). This text in the SLIME buffer is read-only. Note the space after >, it is the part of the prompt.

提交回复
热议问题