GNU bug report logs -
#9121
Error in ispell process
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Tue, 19 Jul 2011 14:21:01 UTC
Severity: minor
Done: Juri Linkov <juri <at> jurta.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> Maybe I don't know (doesn't aspell use UTF-8?). Someone who knows
> aspell should tell; I'm an old Ispell junkie.
Well, twiddling with the coding system does... something:
(let* ((coding-system-for-read 'utf-8)
(coding-system-for-write 'utf-8)
(process (start-process "aspell" (current-buffer) "aspell" "--pipe")))
(process-send-string process "русскийlala")
(process-send-string process "\n"))
=>
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6)
*
*
*
*
*
*
*
& lala 17 14: Layla, la la, la-la, Alla, Kala, Ala, Lalo, Lela, Lila, Lola, Lula, Lana, Lara, Mala, gala, lama, lava
But it's not really better, is it?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
This bug report was last modified 13 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.