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