When sending a badly formed expression from the buffer to the REPL containing a multiline string constant emacs freezes until I hit C-g and interrupt the REPL with C-c k.
Example(| indicates the position of the cursor when hitting C-x C-e):
(display #<<END
test
END)|
This does not happen for correctly formed expressions like
(display #<<END
test
END
)|
Even though it does not affect correctly written expressions, since it hangs the REPL I thought it was reasonable to report it, just in case.
Chicken Extensions to the standard
emacs version: 26.3
geiser version: Melpa
Chicken version: 5.2
When sending a badly formed expression from the buffer to the REPL containing a multiline string constant emacs freezes until I hit C-g and interrupt the REPL with C-c k.
Example(| indicates the position of the cursor when hitting C-x C-e):
```
(display #<<END
test
END)|
```
This does not happen for correctly formed expressions like
```
(display #<<END
test
END
)|
```
Even though it does not affect correctly written expressions, since it hangs the REPL I thought it was reasonable to report it, just in case.
[Chicken Extensions to the standard](http://wiki.call-cc.org/man/5/Extensions%20to%20the%20standard)
emacs version: 26.3
geiser version: Melpa
Chicken version: 5.2