On Mon, Nov 18, 2013 at 6:45 AM, Largo84 <[email protected]> wrote: > Looking in the LeoSettings.leo file, I find the following node: > > Spell Checking > Leo's spell checker requires PyEnchant to be installed. > See: http://www.rfk.id.au/software/pyenchant/tutorial.html#installation > > That link returns a 404 error. I believe the correct link s/b: > http://pythonhosted.org/pyenchant/tutorial.html#installing-pyenchant > > >>@string enchant_language = en_US > >>The language code for Enchant. > > See > http://www.rfk.id.au/software/pyenchant/tutorial.html#installation-dicts > for information about supported languages. > > That link also retirns a 404 error. I believe the correct link s/b: > > http://pythonhosted.org/pyenchant/tutorial.html#adding-language-dictionaries >
Thanks! Fixed at rev 6400. > > >>@string enchant_local_dictionary = None > Defaults to leo/plugins/spellpyx.txt > > Please advise what this string should be to use a local dictionary in a > different location. > My guess: the full path to the desired spellpyx.txt file. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
