mattiase
mattiase
We could also add backslashes to the end of lines in doc strings, so that clap's attempt to word-wrap actually works. It's actually already done in places but not very...
Right. Then new text filling code is needed, that uses blank lines to detect end of paragraphs, perhaps along with some rudimentary mark-up to force line breaks. There are a...
Not sure what this patch is waiting for – all rather straightforward things I thought. Anyway, it's up to date with master.
> @mattiase could you add a changelog entry for this one ? Done.
I can reproduce the slow-down, and the first thing to try would indeed be to cut down on the generation of markers – `haskell-lexeme.el` generates way more markers than necessary....
Two reasons why you shouldn't apply that PR I just wrote: it hasn't been tortured properly (leaving that to you), and by doing so we may never find and fix...
For the record, the performance problem has largely been solved in Emacs 28. Since it won't be released for a while, it probably makes sense to do something along the...
Not really about the bug at hand, but this: ``` (ignore point) ; Without this Emacs bytecode compiler complains about an ; unused variable. This may be a bug in...
This looks like issue #179 again. Note that tuareg knows how to indent the comments once you've written a non-comment on a later line. Try indenting the comments again. (Not...