Re: line wrap with editors

2014-11-18 Thread Patrick Shanahan
* Dale d...@dalekelly.org [11-18-14 14:16]: seem to have line wrap problems with nano and vi(vim?) what kind of problem would that be? how can I fix this or use gedit,emacs w/o knowing problem your question cannot be answered, but... if setting line length/wrap is what you are looking for,

Re: line wrap with editors

2014-11-18 Thread Francesco Ariis
On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote: how can I fix this or use gedit,emacs Not sure this is what you are asking for, but set editor=emacs # or something else could do -F

Re: line wrap with editors

2014-11-18 Thread John Niendorf
I use nano which I think is the default editor in Ubuntu. I have this in my .muttrc file: set wrap=78 set smart_wrap set editor=nano -r 75 and it seems to work well. On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote: seem to have line wrap problems with nano and vi(vim?) how can I fix

Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote: I use nano which I think is the default editor in Ubuntu. I have this in my .muttrc file: set wrap=78 set smart_wrap set editor=nano -r 75 and it seems to work well. this works for things I copy/cut and paste, but typing

Re: line wrap with editors

2014-11-18 Thread Patrick Shanahan
* Dale d...@dalekelly.org [11-18-14 18:37]: On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote: I use nano which I think is the default editor in Ubuntu. I have this in my .muttrc file: set wrap=78 set smart_wrap set editor=nano -r 75 and it seems to work well.

Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 06:52:01PM -0500, Patrick Shanahan wrote: * Dale d...@dalekelly.org [11-18-14 18:37]: On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote: I use nano which I think is the default editor in Ubuntu. I have this in my .muttrc file: set wrap=78 set