I need an aproximate spell checker, because I write often in French, without having a French keyboard.
One way that I write French is to use C-x 8 ' e
for combinations, but it is too tiring to use it many times.
Another way is to write the word incorrectly, and press ispell-word
, for it to correct it. For example, 'j'ai marchee' , in order to write "j'ai marché". I have to press this combination, because if I write "j'ai marche", the spell checker does not find the semantical error. It checks only the syntax.
I would like to ask if a spell checker exists in Emacs, where I can press "j'ai marche", and it finds all approximate matches, including the "j'ai marché". It is tiring to press 'ee' many times (many times I cannot find an approximate bad form that can be completed to some correct form in the way I need).
Or, I am interested about another way in emacs to write conveniently in French, using a British keyboard...