Re: [gentoo-user] {OT} vi line breaks

2006-08-06 Thread Willie Wong
On Sun, Aug 06, 2006 at 07:33:39AM -0700, Penguin Lover Grant squawked: > >$ grep editor ~/.muttrc > >set editor="vim +/^$ -c 'set linebreak ft=mail'" > > I tried the following to stop mutt from adding line breaks but it doesn't > work: > > set editor="vim -c 'set nolinebreak'" See my other ema

Re: [gentoo-user] {OT} vi line breaks

2006-08-06 Thread Grant
> This worked great for plain vi, but the problem persists with mutt. > Any suggestions for mutt? This is my mutt editor command. Suit it to your desires, although I reccommend keeping the line breaks unless you know of a way to get mutt to format the outgoing mail with line breaks instead of ha

Re: [gentoo-user] {OT} vi line breaks

2006-08-06 Thread Justin R Findlay
On Sat, Aug 05, 2006 at 04:25:09PM -0700, Grant wrote: > This worked great for plain vi, but the problem persists with mutt. > Any suggestions for mutt? This is my mutt editor command. Suit it to your desires, although I reccommend keeping the line breaks unless you know of a way to get mutt to f

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Willie Wong
On Sun, Aug 06, 2006 at 04:01:57AM +0200, Penguin Lover Meino Christian Cramer squawked: > When writing "normal" text in Emacs or loading normal text into emacs > there was the possibility to reformat paragraphs wirh > "fill-paragraphs" (ALT-Q) so there were linebreaks inserted and > removed t

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Philip Webb
060806 Meino Christian Cramer wrote: > When writing "normal" text in Emacs or loading normal text into emacs > one could reformat paragraphs with "fill-paragraphs" (ALT-Q) > so there were linebreaks inserted and removed > to make the paragraph fit best into the previously defined line width. > I ca

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Meino Christian Cramer
From: "Richard Fish" <[EMAIL PROTECTED]> Subject: Re: [gentoo-user] {OT} vi line breaks Date: Sat, 5 Aug 2006 14:48:53 -0700 Hi, I have kinda "reverse question" to this vi/vim problem: I am using vim as vim (not in compatible mode). When writing "normal&q

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant
> Does anyone know how to prevent vi from inserting a line break after > every however many characters? :set nolinebreak echo set nolinebreak >> ~/.vimrc This worked great for plain vi, but the problem persists with mutt. Any suggestions for mutt? - Grant -- gentoo-user@gentoo.org mailing lis

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant
> Does anyone know how to prevent vi from inserting a line break after > every however many characters? > > - Grant vi doesn't do that on default, perhaps you mean line wrapping? If so, "set nowrap" should fix it :) nolinebreak actually fixed it. Does anyone know why vi might be inserting line

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant
> Does anyone know how to prevent vi from inserting a line break after > every however many characters? :set nolinebreak echo set nolinebreak >> ~/.vimrc Yes! Freedom! Thank you everyone. - Grant -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Michael Sullivan
On Sat, 2006-08-05 at 23:41 +0200, Alexander Skwar wrote: > Grant schrieb: > > Does anyone know how to prevent vi from inserting a line break after > > every however many characters? > > Hm. How did you enable that in the first place? > > You might want to check your /etc/vim/* and ~/.vim* files.

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Rick van Hattem
On Saturday 05 August 2006 23:19, Grant wrote: > Does anyone know how to prevent vi from inserting a line break after > every however many characters? > > - Grant vi doesn't do that on default, perhaps you mean line wrapping? If so, "set nowrap" should fix it :) Put it in your ~/.vimrc to make it

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Mark
Look for: set textwidth= Or shorthand: set tw=... If you set this to 0 .. then it will not wrap. You can do this on a per file basis with the vim modelines: # vim:set tw=0: As suggested look in the rc files. Thanks Mark -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Justin R Findlay
On Sat, Aug 05, 2006 at 02:19:41PM -0700, Grant wrote: > Does anyone know how to prevent vi from inserting a line break after > every however many characters? :set nolinebreak echo set nolinebreak >> ~/.vimrc Justin -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Richard Fish
On 8/5/06, Grant <[EMAIL PROTECTED]> wrote: Does anyone know how to prevent vi from inserting a line break after every however many characters? Is it actually inserting line breaks? Or just wrapping long lines for display? If actually inserting line breaks, then you have textwidth set somewhe

Re: [gentoo-user] {OT} vi line breaks

2006-08-05 Thread Alexander Skwar
Grant schrieb: Does anyone know how to prevent vi from inserting a line break after every however many characters? Hm. How did you enable that in the first place? You might want to check your /etc/vim/* and ~/.vim* files. Alexander Skwar -- Audience: What will become of Linux when the Hurd is

[gentoo-user] {OT} vi line breaks

2006-08-05 Thread Grant
Does anyone know how to prevent vi from inserting a line break after every however many characters? - Grant -- gentoo-user@gentoo.org mailing list