`C-SPC :e<enter>` leaves liquid unusable
xificurC opened this issue · 3 comments
xificurC commented
`C-SPC :e` leaves liquid unusable
mogenslund commented
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)
...
Deleted user commented
I cannot reproduce this. Might have been fixed in between?
mogenslund commented
Yes. This has been fixed. I will close the issue.