Frank Joerdens [[EMAIL PROTECTED]] wrote: > Is there a way to integrate some spell checking utility with mutt? I use > vi as the editor . . . . You can try adding this to your $HOME/.exrc file. map ;S :w<CR>:!clear;ispell %<CR><CR>:e!<CR> The <CR> needs to be converted to ^M if you version of vi doesn't understand it. (This can be done by doing ctrl-v, then ctrl-m to `write' the ^M.) Then when you are editing a file in vi just do a <esc>;S -steve
- spell checking Frank Joerdens
- Re: spell checking Thomas Roessler
- Re: spell checking John Wright
- Re: spell checking Steve Bankowitz
- Re: spell checking Benjamin Korvemaker
- spell checking Robert Barish
- Re: spell checking Wade A. Mosely
- Re: spell checking Ken Weingold
- Re: spell checking Osamu Aoki