Re: Trying to wrap my messages at 72 characters

2000-12-20 Thread Douglas L . Potts
Quoting Marco van Lienen <[EMAIL PROTECTED]>: > I use: set editor="vim -u ~/.vimrc-mutt" (from my .muttrc). > And .vimrc-mutt contains: > set tw=78 > set wrap Just to let you know, 'set wrap' does nothing for wrapping the actual text, it is only used for *your display* of the text. -Doug -- *=*

Re: Trying to wrap my messages at 72 characters

2000-12-20 Thread Marco van Lienen
I use: set editor="vim -u ~/.vimrc-mutt" (from my .muttrc). And .vimrc-mutt contains: set tw=78 set wrap just change tw to value 72. Marco. On Fri, Dec 15, 2000 at 09:13:19AM -0600,([-30]5908.27) Bryan Walton said the following stuff: > On Thu, Dec 14, 2000 at 03:29:47PM -0600, David Champion

Re: Trying to wrap my messages at 72 characters

2000-12-15 Thread Bryan Walton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Dec 14, 2000 at 03:29:47PM -0600, David Champion wrote: > On 2000.12.14, in <[EMAIL PROTECTED]>, > "Bryan Walton" <[EMAIL PROTECTED]> wrote: > > > vi understands the wl. However, when I begin to compose a message in > > mutt, the addit

Re: Trying to wrap my messages at 72 characters

2000-12-14 Thread Jeff Howie
On Thu, Dec 14, 2000 at 03:53:59PM -0500, Douglas L . Potts wrote: > set editor="vim -c ':0;/^To: '" > > it does a ':0' go to top of file, and then '/^To: ', search for first > line that has To: in it at the very beginning. Whether or not you use > the Mutt option to have the to/cc/etc lines i

Re: Trying to wrap my messages at 72 characters

2000-12-14 Thread Ken Weingold
On Thu, Dec 14, 2000, Bryan Walton wrote: > But this didn't work. vi told me that it didn't understand tw. So I > continued my search and found something that does work: > set editor ="vi -c 'set wl=72'" > > vi understands the wl. However, when I begin to compose a message in > mutt, the addit

Re: Trying to wrap my messages at 72 characters

2000-12-14 Thread Douglas L . Potts
Couple of things for you: Quoting Bryan Walton <[EMAIL PROTECTED]>: > Hi, > It has been advised that I set my .muttrc to wrap lines after 72 > characters. I have looked into how to do this and have some questions > for the list. I looked around on the web for how to do this and found > th

Trying to wrap my messages at 72 characters

2000-12-14 Thread Bryan Walton
Hi, It has been advised that I set my .muttrc to wrap lines after 72 characters. I have looked into how to do this and have some questions for the list. I looked around on the web for how to do this and found the following: set editor ="vi -c 'set tw=72'" But this didn't work. vi told