From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9121@debbugs.gnu.org, jidanni@jidanni.org
Subject: bug#9121: Error in ispell process
Date: Sun, 11 Sep 2011 19:59:03 +0200 [thread overview]
Message-ID: <m3aaabc654.fsf@stories.gnus.org> (raw)
In-Reply-To: <83bourx99j.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 11 Sep 2011 20:46:00 +0300")
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/
next prev parent reply other threads:[~2011-09-11 17:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-19 14:20 bug#9121: Error in ispell process jidanni
2011-09-11 3:06 ` Lars Magne Ingebrigtsen
2011-09-11 15:52 ` Eli Zaretskii
2011-09-11 16:02 ` Lars Magne Ingebrigtsen
2011-09-11 17:46 ` Eli Zaretskii
2011-09-11 17:59 ` Lars Magne Ingebrigtsen [this message]
2011-09-11 18:09 ` Eli Zaretskii
2011-09-11 20:46 ` Lars Magne Ingebrigtsen
2011-09-15 18:42 ` Juri Linkov
2011-09-16 1:55 ` Lars Magne Ingebrigtsen
2011-09-16 12:45 ` Juri Linkov
2011-09-17 5:06 ` Lars Magne Ingebrigtsen
2011-09-17 12:08 ` Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3aaabc654.fsf@stories.gnus.org \
--to=larsi@gnus.org \
--cc=9121@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=jidanni@jidanni.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).