[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Mutt select language for ispell



> From: Joao Clemente [mailto:jpcl@rnl.ist.utl.pt]
> > > Is there a way to select the language ispell uses for 
> spell checking? 
> > > I have both English and Portuguese dictionaries 
> installed, but I don't
> > > see a way to tell mutt to choose "Portuguese" when I want 
> to.. It always
> > > uses English, that is the default one...

At home, I use mutt with vim as the editor, and invoke ispell (actually
aspell) from inside vim.

Setting different keystrokes for different languages is done in .vimrc like
this:

  map ,id :w<CR>:!aspell -d dansk check %<CR>:e %<CR>
  map ,in :w<CR>:!aspell -d norsk check %<CR>:e %<CR>
  map ,ie :w<CR>:!aspell -d english check %<CR>:e %<CR>

Works for me,
David Knudsen



Reply to: