The Original VI ?

2013-09-04 Thread Ronald F. Guilmette

I've just been fiddling with some unicode/utf-8 stuff, and managed
to figure out how to get both xterm and more (aka less) to properly
deal with utf-8 characters.  It then occured to me that it might be
nice if I could cut and paste utf-8 stuff into vi, which is the text
editor that I happen to use.

After a quick bit of googling I found this:

  
http://newsgroups.derkeiler.com/Archive/Comp/comp.editors/2011-03/msg00010.html

Apparently, it is correct that FreeBSD distributes nvi as vi (and as
far as I can tell, that _does not_ currently support utf-8), but I
sort-of thought that maybe this "original" vi, now with unicode support,
had at least made it into the ports tree, but I can't seem to find it there.

Am I wrong?  Is it in there?  If so, where please?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: The Original VI ?

2013-09-04 Thread olli hauer
On 2013-09-04 23:56, Ronald F. Guilmette wrote:
> 
> I've just been fiddling with some unicode/utf-8 stuff, and managed
> to figure out how to get both xterm and more (aka less) to properly
> deal with utf-8 characters.  It then occured to me that it might be
> nice if I could cut and paste utf-8 stuff into vi, which is the text
> editor that I happen to use.
> 
> After a quick bit of googling I found this:
> 
>   
> http://newsgroups.derkeiler.com/Archive/Comp/comp.editors/2011-03/msg00010.html
> 
> Apparently, it is correct that FreeBSD distributes nvi as vi (and as
> far as I can tell, that _does not_ currently support utf-8), but I
> sort-of thought that maybe this "original" vi, now with unicode support,
> had at least made it into the ports tree, but I can't seem to find it there.
> 
> Am I wrong?  Is it in there?  If so, where please?

try editors/nvi-devel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: The Original VI ?

2013-09-04 Thread Chad Perrin
On Thu, Sep 05, 2013 at 12:38:08AM +0200, olli hauer wrote:
> On 2013-09-04 23:56, Ronald F. Guilmette wrote:
> > 
> > Apparently, it is correct that FreeBSD distributes nvi as vi (and as
> > far as I can tell, that _does not_ currently support utf-8), but I
> > sort-of thought that maybe this "original" vi, now with unicode support,
> > had at least made it into the ports tree, but I can't seem to find it there.
> > 
> > Am I wrong?  Is it in there?  If so, where please?
> 
> try editors/nvi-devel

Is there some specific reason the nvi in base is stalled so far behind
nvi-devel in terms of usability (by the way)?

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: The Original VI ?

2013-09-04 Thread Zhihao Yuan
On Sep 4, 2013 3:55 PM, "Chad Perrin"  wrote:
> Is there some specific reason the nvi in base is stalled so far behind
> nvi-devel in terms of usability (by the way)?

The nvi in CURRENT already supports
UTF-8; if you want varies encodings,
you need WITH_ICONV=1.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"