mogenslund / liquid

Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Eclipse Public License 1.0
960 stars 42 forks source link

`C-SPC :e<enter>` leaves liquid unusable #45

Closed xificurC closed 3 years ago

mogenslund commented 4 years ago

To get more information about the error a trick is to start liquid with --jframe and reproduce the error. This will allow the error message to print to the terminal, since the editor uses the JFrame.

An infinite recursion seems to occur: at liq.editor$switch_to_buffer.invoke(editor.cljc:104) at liq.editor$switch_to_buffer.invokeStatic(editor.cljc:110) ...

ghost commented 3 years ago

I cannot reproduce this. Might have been fixed in between?

mogenslund commented 3 years ago

Yes. This has been fixed. I will close the issue.