Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cad2b414
Commit
cad2b414
authored
May 29, 2005
by
Richard M. Stallman
Browse files
(flyspell-auto-correct-previous-word):
Undo the change that moves to end of the current word.
parent
a8c453e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
lisp/ChangeLog
lisp/ChangeLog
+11
-3
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+0
-1
No files found.
lisp/ChangeLog
View file @
cad2b414
2005-05-29 Richard M. Stallman <rms@gnu.org>
* textmodes/flyspell.el (flyspell-auto-correct-previous-word):
Undo the change that moves to end of the current word.
2005-05-29 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
...
...
@@ -27,7 +32,13 @@
* progmodes/which-func.el (which-func-update-1): Turn the mode
off in case of error by setting which-func-mode.
2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
* flyspell.el (flyspell-auto-correct-previous-word):
Narrow down to what's on the screen, and recenter overlays
at the end of the next word.
2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
* flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
...
...
@@ -71,9 +82,6 @@
(flyspell-highlight-incorrect-region): Clean up overlays in region.
(flyspell-auto-correct-word): Check that WORD is a cons.
(flyspell-correct-word): Likewise.
(flyspell-auto-correct-previous-word):
Narrow down to what's on the screen, and recenter overlays
at the end of the next word.
2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
...
...
lisp/textmodes/flyspell.el
View file @
cad2b414
...
...
@@ -1901,7 +1901,6 @@ But don't look beyond what's visible on the screen."
(save-excursion
(save-restriction
(narrow-to-region top bot)
(
re-search-forward
"\\s \\|\\'"
nil
t
)
(overlay-recenter (point))
(add-hook 'pre-command-hook
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment