emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ispell-aspell-find-dictionary: Opening input file: no such file or d


From: Eugene Vlasov
Subject: Re: ispell-aspell-find-dictionary: Opening input file: no such file or directory
Date: Sat, 15 Oct 2005 00:31:56 +0600

On Fri, Oct 14, 2005 at 01:37:17PM -0400 Richard M. Stallman wrote:

> If aspell does not match what its manual says, one or the other of
> them has a bug.

Here some text from info(1) aspell:

As with previous versions of Aspell you can specify the main dictionary
to use via the `-d' or `--master' option.  However as of Aspell .32 you
can now also:

  1. Specify more than word list to use with the `extra-dicts' option.

  2. Specify special _multi_ dictionaries.

...

   A _multi_ dictionary is a special file which is basically a list of
dictionary files to use.  A _multi_ dictionary must end in `.multi' and
has roughly the same format as a configuration file with the only
accepted key being `add'.

In my case:

$ ls `aspell config dict-dir`/*.multi

/usr/lib/aspell/en_CA-w-accents.multi
/usr/lib/aspell/en_CA-wo-accents.multi
/usr/lib/aspell/en_GB-w-accents.multi
/usr/lib/aspell/en_GB-wo-accents.multi
/usr/lib/aspell/en.multi
/usr/lib/aspell/en_US-w-accents.multi
/usr/lib/aspell/en_US-wo-accents.multi
/usr/lib/aspell/ru-lebedev-ie.multi
/usr/lib/aspell/ru-lebedev-io.multi
/usr/lib/aspell/ru-lebedev.multi
/usr/lib/aspell/ru.multi

$ cat /usr/lib/aspell/ru.multi

add ru-lebedev-common-only.rws
add ru-lebedev-ie-only.rws
add ru-lebedev-io-only.rws


-- 
Eugene Vlasov                       mailto:eugvv at altlinux.ru





reply via email to

[Prev in Thread] Current Thread [Next in Thread]