Discussion:
[Aspell-user] Windows 10: aspell called from within makefile does not remember dictionary words
Linus Feiten
2017-02-08 13:50:56 UTC
Permalink
Hi,

I have always run aspell from within my makefiles and it worked under
Windows 7 with cygwin.

Now, I am trying the same under Windows 10 with cygwin and I find that
aspell does not remember the words I manually add to the dictionary.

Makefile:
all:
aspell --encoding=utf-8 --lang=en_gb --mode=tex -c test.tex;

text.tex:
Heer I wraight everising frong!


If I just run "make" and add all the incorrect words, the next time I
run "make", the words are again recognised as wrong and there are no
changes in C:\Users\Linus\AppData\Local\VirtualStore\Program Files
(x86)\Aspell\en.pws.

If I run "aspell --encoding=utf-8 --lang=en_gb --mode=tex -c test.tex"
directly from the command line, however, it works.

Any ideas how to fix this?

Thanks,
Linus
Linus Feiten
2017-02-10 14:25:04 UTC
Permalink
Sorry guys. Today I tried to reproduce the issue but this time it all
worked as expected... Maybe I just needed a reboot.
Post by Linus Feiten
Hi,
I have always run aspell from within my makefiles and it worked under
Windows 7 with cygwin.
Now, I am trying the same under Windows 10 with cygwin and I find that
aspell does not remember the words I manually add to the dictionary.
aspell --encoding=utf-8 --lang=en_gb --mode=tex -c test.tex;
Heer I wraight everising frong!
If I just run "make" and add all the incorrect words, the next time I
run "make", the words are again recognised as wrong and there are no
changes in C:\Users\Linus\AppData\Local\VirtualStore\Program Files
(x86)\Aspell\en.pws.
If I run "aspell --encoding=utf-8 --lang=en_gb --mode=tex -c test.tex"
directly from the command line, however, it works.
Any ideas how to fix this?
Thanks,
Linus
Loading...