On 20 oct. 2010, at 21:43, Hans Hagen wrote: > On 20-10-2010 7:08, Matija Šuklje wrote: >> […] > > I did implement it for Mojca indeed. A made it a bit more clever so that you can play with it. Thanks a lot Hans! That's fantastic… However the file created by ConTeXt is \jobname.words: so > \typefile{words-003.words} should be \typefile{\jobname.words} as indicated in lang-wrd.mkiv. Best regards: OK > > \starttext > > % beware, no grouping (maybe some day, but maybe not) > > \setupspellchecking[state=start,method=2] > > \setupspellchecking[list=tufte] \input tufte \blank > \setupspellchecking[list=knuth] \input knuth \blank > \setupspellchecking[list=ward] \input ward \blank > > \typefile{words-003.words} > > \stoptext > > I uploaded a beta zip that has it so it will end up in the minimals. > > Hans >