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: Lars Magne Ingebrigtsen
Subject: bug#9121: Error in ispell process
Date: Sun, 11 Sep 2011 19:59:03 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

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?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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