[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] Columns and linewrap
From: |
Paul Fox |
Subject: |
Re: [vile] Columns and linewrap |
Date: |
Wed, 09 Apr 2008 09:17:04 -0400 |
thomas wrote:
> On Wed, 9 Apr 2008, Paul Fox wrote:
>
> > paul van tilburg wrote:
> > > * Can I make linewrap do wordwrapping.. that is not cut a word
> > > in two if the 90 (or preferebly 80) char boundary is reached?
> >
> > especially, might actually be worth a new mode. or, perhaps
> > something could be done with read- and write-hooks to convert
> > "newline means end of paragraph" text to "newline means end of
> > line" and back, on input and output.
>
> I'm not sure I follow this (am thinking...)
>
it was a half-baked idea, and might not work.
if it were separate programs, one might do:
$ convert_text --nl_is_eol filename
$ vi filename
$ convert_text --nl_is_eop filename
if one could do that with read-hook and write-hook, it might be
interesting. that's all i meant.
paul
=---------------------
paul fox, address@hidden (arlington, ma, where it's 38.3 degrees)
Re: [vile] Columns and linewrap, Thomas Dickey, 2008/04/09
Re: [vile] Columns and linewrap, Thomas Dickey, 2008/04/09