Closed paulmr closed 1 year ago
Hello, just checking in. I have had the same error and funnily enough found the same solution. I have updated it in my local repo, but why is this fix not getting accepted?
Sorry but I'm not actively using it and monitoring this repo any more. Applied the suggested fix. Thanks both
If you start a new empty buffer in
fish-mode
and enter a continued line, such as:then when you press enter at the end of the line, emacs will freeze until you quit with
C-g
.Looking at the implementation of
(fish-get-normal-indent)
it looks like it is getting stuck in an infinite loop in(back-to-non-continued)
:A simple fix for this is changing the while condition to: