GNU bug report logs -
#14192
24.3.50; recursive edit while running ispell not working usefully
Previous Next
Reported by: michael_heerdegen <at> web.de
Date: Fri, 12 Apr 2013 15:06:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 14192 <at> debbugs.gnu.org (full text, mbox):
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> Hi,
>
> I think the most common use of entering a recursive edit in an ispell
> session (C-r) would be to modify the checked buffer - especially, to
> substitute the currently checked word with some other text. But
> whenever I exit the recursive edit (C-M-c), the deleted text reappears
> and is highlighted again as unknown by ispell. I see this in emacs -Q,
> e.g. after M-x ispell-buffer in *scratch*.
Some comments after debugging a bit:
`ispell-process-line' sets the variable `replace' to the result of
`ispell-command-loop'. `ispell-command-loop', however, returns the
_old_ word. Why?
In `ispell-command-loop', search for the cond-clause of (= char ?\C-r).
The clause returns (list word nil), where `word' is the (old, unchanged)
current word. There is this comment at that position:
; recheck starting at this word.
If I change the clause so that it just returns nil, the bug is fixed,
but the replaced text is not being checked again (I could live with
that).
As a fix, we could try to return something reflecting the change that
was maybe made in the buffer.
Regards,
Michael.
This bug report was last modified 1 year and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.