GNU bug report logs -
#25219
26.0.50; ispell failing
Previous Next
Full log
View this message in rfc822 format
jpff <jpff <at> birtwistle.i-did-not-set--mail-host-address--so-tickle-me>
writes:
> Load a text file (I used cvte but every file I have tried failed)
>
> run M-x ispell-buffer
>
> watch it fail on fist word not in dictionry
>
> I use ispell before sending mail (dyslexia and sspect keyboad)
>
> een this way fo a week or so
It looks like this started with commit:
db6e1f82976a7f232a4a206a3c850ed34cfbfdd3
The following patch appears to fix the problem for me, but I have my
doubts it's the best way to handle it and I've only tested with
hunspell.
modified lisp/textmodes/ispell.el
@@ -3338,7 +3338,7 @@ ispell-process-line
;; Markers can move with highlighting! This destroys
;; end of region markers line-end and ispell-region-end
(let ((word-start
- (copy-marker (+ ispell-start (car (cdr poss)))))
+ (copy-marker (+ ispell-start -1 (car (cdr poss)))))
(word-len (length (car poss)))
(line-end (copy-marker ispell-end))
(line-start (copy-marker ispell-start))
Any thoughts?
--
Alan Third
This bug report was last modified 8 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.