[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] aspell - Unknown mode: "nroff"
From: |
Kevin Atkinson |
Subject: |
Re: [Aspell-user] aspell - Unknown mode: "nroff" |
Date: |
Wed, 20 Aug 2014 15:54:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 |
Hi,
On 08/20/2014 03:35 PM, Cook, Kevin J wrote:
-sh-4.1$ /usr/bin/aspell -a --lang=en_US < dead.letter
WARNING: Unable to enter Nroff mode: Unknown mode: "nroff".
Error: No word lists can be found for the language "en_US".
It looks like Aspell is not installed correctly. It is looking for the
nroff filter. More specifically it needs to be able to find the files
"nroff.amf" "nroff-filter.info" and "nroff-filter.so".
As a work around you could use:
/usr/bin/aspell --mode=none -a --lang=en_US < dead.letter
Kevin