* Steve Talley <[EMAIL PROTECTED]> [2002-03-21 18:45]:
> Suppose my default $editor is something ridiculously long, like:
>     vi -o2 -e -b '+/^subject' '+s/^subject/SuBJeCt/i' '+/^$/'

then you certainly have a problem with your editor's setup.  ;-)
you can put all these commands into a file and use this instead:

  vim -u file -s file

and then there are autocommands which
you can trigger via the "mail" filetype...

Sven

Reply via email to