GNU bug report logs - #9121
Error in ispell process

Previous Next

Package: emacs;

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


Message #26 received at 9121 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 9121 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#9121: Error in ispell process
Date: Sun, 11 Sep 2011 22:46:17 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Do you even have a Russian dictionary installed?

Probably not.  But the `coding-system-for-write' thing shows that the
"Error in ispell" message may be coding-system-related.

The following invocation, without the coding system stuff, displays the
issue: 

(let* ((process (start-process "aspell" (current-buffer) "aspell" "--pipe")))
  (process-send-string process "русский")
  (process-send-string process "\n"))

I.e., there's no output here instead of a blank line, which is what
you're supposed to get if aspell doesn't know anything about the word.

However, it outputs six newlines, so the coding system stuff doesn't fix
the issue totally.

-- 
(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.