noctuid / emacs-sentence-navigation

(Broken) Better Sentence Movement Commands and Evil Text Objects
GNU General Public License v3.0
29 stars 3 forks source link

Unusable on Emacs 27.0.50: "Unknown rx symbol" #9

Open alienbogart opened 4 years ago

alienbogart commented 4 years ago

My Environment

Issue

All sentence-nav commands are broken and not executed at all. I only this message: rx--translate-symbol: Unknown rx symbol ‘maybe-sentence-end’.

noctuid commented 4 years ago

Yeah, I have the same issue. I'm guessing ample-regexps is broken with Emacs 27.

tillheilmann commented 4 years ago

Any chance of this issue being addressed in the near future? Emacs' forward-sentence is driving me mad and I would love to give this a try. (If I had more than just very VERY basic Lisp knowledge I would try to help, sorry.)

noctuid commented 4 years ago

It looks like initial emacs 27 support was added for ample-regexps a couple days ago. You can try updating ample-regexps and maybe rebuilding sentence-navigation and see if it works. Even then, this package needs work. I'm planning rewrite it completely on top of things, but things is nowhere near finished, and I won't have enough free time to finish it anytime soon. If you find any minor bugs in sentence-navigation, I may fix them if I have time.