On 2010-08-12 12:02, Ryo Furue wrote:
Hi,
era eriksson said:
Reporter and me-toos: what does ispell -vv return on your systems,
and which version of ispell is that? (Hint: dpkg -S
/usr/bin/ispell.)
I don't have ispell installed:
$ dpkg -S /usr/bin/ispell
dpkg: /usr/bin/ispell not found.
$
Flyspell had been working without ispell a short while before
(before the update of some packages). I think it was using aspell.
I'm not sure if this matters, but I have
(setq-default ispell-program-name "aspell")
in my .emacs .
Currently, flyspell doesn't work even with this
$ /usr/bin/emacs23 -q \
--eval '(setq-default ispell-program-name "aspell")' \
anything.txt
The code in ispell.el is special-cased to run "aspell -v" instead of
"ispell -vv" if your `ispell-program-name' is "aspell". So the question
in this case is, which aspell do you have (so "dpkg -S /usr/bin/aspell"
and then "dpkg -l aspell" or replace "aspell" with whichever package
provides it -- "dpkg -l <packagename>") and what does it produce (output
and exit code) when you run "aspell -v"?
/* era */
--
If this were my real .signature, it would suck less. Well, maybe not.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org