galdor / rfc-mode

An Emacs major mode to read and browse RFC documents.
ISC License
105 stars 10 forks source link

Emacs 29 breaks rfc-mode-forward-page #22

Closed mattheww closed 1 year ago

mattheww commented 1 year ago

In Emacs 29, rfc-mode-forward-page usually leaves the position unchanged.

In particular, this happens if point is at the start of a line immediately before the ^L, as it will be after using rfc-mode-forward-page once.

I think this is fallout from the changes made here:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20663

https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3aaed2e1ccfcc230f813d3fe7867a7abc5b22109

galdor commented 1 year ago

I can reproduce the problem here. Let me see if I can fix it.

galdor commented 1 year ago

Fixed in v1.4.1 :)