Rainer Gemulla
Rainer Gemulla
One option may be to define the opener for `\[` as a regexp along the lines of `[^\](\\)*\[` (and the closing expression likewise). This way, it wouldn't match `\\[` as...
Thanks, I'll look into this.
I changed that function plus a modified :unless condition everywhere, see commit adfb37e. This greatly improves things, but there are still open issues. In particular: **Now works correctly** Insertion and...
Even though there are still issues, adfb37e already improves behavior significantly. What about merging it in now (I can create a pull request) and working on the remaining issues as...
Done, thanks!
I found this PR useful, but it's not working with the current elfeed anymore (it's been a while). I've updated the PR accordingly and made some smaller improvements / bugfixes....
Addition: A main reason for the disruption when navigating fast seems to be that guess-language rechecks ALL paragraphs navigated over. This can be 10s of paragraphs, all in different languages,...