bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9121: Error in ispell process


From: Eli Zaretskii
Subject: bug#9121: Error in ispell process
Date: Sun, 11 Sep 2011 21:09:40 +0300

> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> Cc: jidanni@jidanni.org,  9121@debbugs.gnu.org
> Date: Sun, 11 Sep 2011 19:59:03 +0200
> 
> Eli Zaretskii <eliz@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?

Do you even have a Russian dictionary installed?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]