At 11:14 AM 6/7/99 -0700, Jeremy Chadwick wrote:
>       Having to
>       go through and manually remove all these spaces, even in vi, is
>       a tedious process and should not have to be done at all.

I won't address mutt/slang here, but removing all trailing blanks
in vi is hardly tedious:
        :%s/ *$//

If that's too much, you can map it to a single key, for example K:
        setenv EXINIT=':map K :%s/ *$//^M'
(you need to put a "real" control-m in there).

Cheers,
Stan

Reply via email to