unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14816: 24.3.50.1; ispell remember position, feature request
@ 2013-07-08  6:06 Andreas Röhler
  2022-05-10 14:24 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Röhler @ 2013-07-08  6:06 UTC (permalink / raw)
  To: 14816

When ispell process ends, user might want to jump to last position
where checking was done.

See

http://stackoverflow.com/questions/17510249/emacs-ispell-goto-previous-word

Don't see it's possible for now.

Implementation would be trivial.

In ispell.el

defun ispell-process-line

line 3572
(goto-char word-start)

knows position of last ispell.

Store it in a suitable defvared variable, so it's accessible
when ispell ends.

Afterwards a command ispell-goto-last-position might jump there.

Thanks,

Andreas

GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2013-07-06





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-12  5:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08  6:06 bug#14816: 24.3.50.1; ispell remember position, feature request Andreas Röhler
2022-05-10 14:24 ` Lars Ingebrigtsen
2022-05-10 17:16   ` Eli Zaretskii
2022-05-11 11:46     ` Lars Ingebrigtsen
2022-05-11 12:04       ` Eli Zaretskii
2022-05-12  0:07         ` Lars Ingebrigtsen
2022-05-12  5:29           ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).