Am 03.06.2013 um 21:12 schrieb Scott Kostyshak <skost...@lyx.org>: > Would it make sense to automate the detection of the hunspell dictionaries > path? > If so, would this go into configure.py? > > Hunspell allows the following option: > > -D Show detected path of the loaded dictionary, and list of the > search path and the available dictionaries. > > So we could parse the following command: > > hunspell -D <<< ""
Yes, this is an interesting idea. Not for Mac and Windows, IMHO. But I'm not sure how stable the format of the hunspell output is. (On linux it's possible to check the rpm -q output too) Stephan