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
- Unfriendly terminal behaviour Jeremy Chadwick
- Re: Unfriendly terminal behaviour Randall J. Million
- Re: Unfriendly terminal behaviour Brandon Long
- Re: Unfriendly terminal behaviour rfi from Rich Roth
- Re: Unfriendly terminal behaviour rfi from Rich Roth
- Re: Unfriendly terminal behaviour Lorens Kockum
- Re: Unfriendly terminal behaviour Brandon Long
- Re: Unfriendly terminal behaviour Jeremy Chadwick
- Re: Unfriendly terminal behaviour Stan Ryckman
- Re: Unfriendly terminal behaviour Jeremy Chadwick
- Re: Unfriendly terminal behaviour John E. Davis
- Re: Unfriendly terminal behaviour Jeremy Chadwick
- Re: Unfriendly terminal behaviour brian moore
- Re: Unfriendly terminal behav... Jeremy Chadwick
- Re: Unfriendly terminal b... brian moore
- Re: Unfriendly terminal behaviour John E. Davis
- Re: Unfriendly terminal behaviour Jeremy Chadwick
- Re: Unfriendly terminal behaviour Stefan `Sec` Zehl
- Re: Unfriendly terminal behaviour Stan Ryckman