Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi dictionaries can't be specified in a multi dictionary passed with an absolute path #607

Open
MageJohn opened this issue Feb 22, 2021 · 0 comments

Comments

@MageJohn
Copy link

Using a multi-dictionary in a personal dictionary file fails with an error about the language being unknown, but only when the personal dictionary is specified with an absolute path.

So, given a personal dictionary called /tmp/personal.pws that looks like this:

personal_ws-1.1 en_GB 0

Running aspell -d "en_GB" -p personal.pws list while in /tmp will work fine and start listening to standard input. However, running aspell -d "en_GB" -p /tmp/personal.pws list will fail with the error: Error: /tmp/personal.pws: The language "en_GB" is not known. This is probably because: the file "[...]/lib/aspell-0.60/en_GB.dat" can not be opened for reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant