On 16.05.11,00:17, Robert Holtzman wrote: > On Sun, May 15, 2011 at 09:28:48PM -0400, Tim Gray wrote: > > On May 15, 2011 at 05:30 PM -0700, Robert Holtzman wrote: > > >Mutt is compiled with ispell. The documentation I found only talks about > > >it's use with emacs. Being a confirmed vi/vim user, I'm somewhat at a > > >loss. I'm primarily interested, at this point, in adding words to the > > >list. Any pointers appreciated. > > > > I don't use ispell but I do use vim. Vim 7.3 has a spell checker > > built in, and it's easy to add words to it too. Might be worth > > checking out. > > That's what I use now but would rather use aspell or in a pinch ispell. > Not sure if that's possible for a noncoder. > > BTW, how do you add words to the Vim spell checker? Running a search > turned up nothing of value. >
If you have this setting in your .muttrc you can just do "i" in the compose view to spellcheck your mail: set ispell="/usr/bin/ispell" For spell checking in vim see: http://vimdoc.sourceforge.net/htmldoc/spell.html Jostein