Line length and word wrapping

2000-12-18 Thread Jeffrey A Schoolcraft
I have a problem with my line length and word wrapping. I'm not sure where the configurations are in the muttrc but if someone could help me I would appreciate it (and I'm sure everyone else I write to would also). Jeff

Re: Line length and word wrapping

2000-12-18 Thread Charles Curley
On Mon, Dec 18, 2000 at 09:15:29AM -0500, Jeffrey A Schoolcraft wrote: I have a problem with my line length and word wrapping. I'm not sure where the configurations are in the muttrc but if someone could help me I would appreciate it (and I'm sure everyone else I write to would also). Yes

Re: Line length and word wrapping

2000-12-18 Thread Suresh Ramasubramanian
Jeffrey A Schoolcraft proclaimed on mutt-users that: I have a problem with my line length and word wrapping. I'm not sure where the configurations are in the muttrc but if someone could help me I would appreciate it (and I'm sure everyone else I write to would also). The config

Re: Line length and word wrapping

2000-12-18 Thread Jeffrey A Schoolcraft
I'm pretty sure that I've fixed my line length word prolem. If someone could just post back and say yes or not I would appreciate it. Thanks. Jeff * Jeffrey A Schoolcraft ([EMAIL PROTECTED]) wrote: I have a problem with my line length and word wrapping. I'm not sure where

Re: Line length and word wrapping

2000-12-18 Thread Thomas Roessler
On 2000-12-18 09:15:29 -0500, Jeffrey A Schoolcraft wrote: I have a problem with my line length and word wrapping. I'm not sure where the configurations are in the muttrc but if someone could help me I would appreciate it (and I'm sure everyone else I write to would also). :-) It's

Re: Line length and word wrapping

2000-12-18 Thread Mike E
* Jeffrey A Schoolcraft ([EMAIL PROTECTED]) wrote: I have a problem with my line length and word wrapping. I'm not sure where the configurations are in the muttrc but if someone could help me I would appreciate it (and I'm sure everyone else I write to would also). I just changed my editor

Re: Line length and word wrapping

2000-12-18 Thread Gary Johnson
On Mon, Dec 18, 2000 at 03:58:21PM -0800, Mike E wrote: set editor='vim "+set tw=73"' This automatically sets a 73 column textwrap in vim, so that I no longer have to pipe all my email paragraphs through fmt. However, I just noticed that if I go back and type on a line, it doesn't

Re: Line length and word wrapping

2000-12-18 Thread David Alban
Gary, On Mon, Dec 18, 2000 at 03:58:21PM -0800, Mike E wrote: set editor='vim "+set tw=73"' This automatically sets a 73 column textwrap in vim, so that I no longer have to pipe all my email paragraphs through fmt. However, I just noticed that if I go back and type on a line, it doesn't

Re: Line length and word wrapping

2000-12-18 Thread Gary Johnson
On Mon, Dec 18, 2000 at 08:34:37PM -0800, David Alban wrote: At 2000/12/18/16:48 -0800 Gary Johnson [EMAIL PROTECTED] wrote: There's no really good way (i.e., none that I like) to automatically reformat paragraphs within vim Hmmm... Maybe you'll like this. Works for either vi or vim.

Re: Line length and word wrapping

2000-12-18 Thread David Alban
Gary, At 2000/12/18/21:49 -0800 Gary Johnson [EMAIL PROTECTED] wrote: Thanks, David. That does save a few keystrokes and would be handy when using vi. I often do something similar by first typing 'gqj' to reformat the current line and the next line, then typing '.' to repeat the operation