cursive-ide / emacs-plus

Some patches to make the IntelliJ Emacs+ plugin work correctly with recent versions of IntelliJ.
Other
41 stars 18 forks source link

Incorrect forward-word behavior with digits #9

Open wilkystyle opened 5 years ago

wilkystyle commented 5 years ago

forward-word is not treating digits (0-9) the same as it treats letters (a-z). It seems to be moving past them entirely, as though they were non-word characters:

forward-word-bug

And an animated gif of the behavior:

emacs-plus-move-by-word-bug