You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Running
aspell -d "en_GB" -p personal.pws list
while in/tmp
will work fine and start listening to standard input. However, runningaspell -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.
The text was updated successfully, but these errors were encountered: