era,

| 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"?

  $ dpkg -S /usr/bin/aspell
  aspell: /usr/bin/aspell
  $ dpkg -l aspell
  [ . . . ]
  ii  aspell         0.60.6-4       GNU Aspell spell-checker
  $ /usr/bin/aspell -v
  @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6)
  $ echo $?
  0
  $ 

Regards,
Ryo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to