mogenslund/liquid

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

xificurC opened this issue · 3 comments

`C-SPC :e` leaves liquid unusable

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)
...

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

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