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

Reply via email to