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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel