Re: Word wrapping

2009-04-15 Thread J. Limon
On Wed, Apr 15, 2009 at 08:08:56AM +0200, Joost Kremers wrote: On Wed, Apr 15, 2009 at 01:46:40AM -0400, J. Limon wrote: Other ncurses based apps are able to wrap text in such a way that gnome-terminal is able to still pull out urls and make them clickable. I'm sure a good many of you

Re: Word wrapping

2009-04-15 Thread Michael Maurer
* J. Limon jli...@eml.cc [15.04.2009 08:46]: On Wed, Apr 15, 2009 at 08:08:56AM +0200, Joost Kremers wrote: On Wed, Apr 15, 2009 at 01:46:40AM -0400, J. Limon wrote: Other ncurses based apps are able to wrap text in such a way that gnome-terminal is able to still pull out urls and make

Re: Word wrapping

2009-04-15 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, April 15 at 09:23 AM, quoth Michael Maurer: * J. Limon jli...@eml.cc [15.04.2009 08:46]: On Wed, Apr 15, 2009 at 08:08:56AM +0200, Joost Kremers wrote: On Wed, Apr 15, 2009 at 01:46:40AM -0400, J. Limon wrote: Other ncurses based

Re: Word wrapping

2009-04-15 Thread J. Limon
On Wed, Apr 15, 2009 at 09:23:29AM +0200, Michael Maurer wrote: * J. Limon jli...@eml.cc [15.04.2009 08:46]: On Wed, Apr 15, 2009 at 08:08:56AM +0200, Joost Kremers wrote: On Wed, Apr 15, 2009 at 01:46:40AM -0400, J. Limon wrote: Other ncurses based apps are able to wrap text in such a

Re: Word wrapping

2009-04-15 Thread Michael Wagner
* J. Limon jli...@eml.cc 15.04.2009 On Wed, Apr 15, 2009 at 09:23:29AM +0200, Michael Maurer wrote: Or you could both use urlview and put something like this in your .muttrc: macro index,pager \Cb :set pipe_decode\n|urlview\n:unset pipe_decode\n -- Hey I look like Jesus, can I

Re: Word wrapping

2009-04-15 Thread J. Limon
is that every other ncurses app I've used has no issues with the word wrapping while being able to provide a clickable URL within gnome-terminal and apparently Xfce's terminal application. Fixing this wouldn't change anything for you, it would just help people.. Win/win. -- If a problem can be solved

Word wrapping

2009-04-14 Thread J. Limon
I don't know how to address this without seeming.. complaining. :) Other ncurses based apps are able to wrap text in such a way that gnome-terminal is able to still pull out urls and make them clickable. I'm sure a good many of you probably don't use gnome-terminal so this is a moot point to

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