The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: lm@mcvoy.com (Larry McVoy)
Subject: [TUHS] OK, no more 80 cols please
Date: Sun, 12 Nov 2017 07:10:54 -0800	[thread overview]
Message-ID: <20171112151054.GB28071@mcvoy.com> (raw)
In-Reply-To: <20171112150151.5A5241F952@orac.inputplus.co.uk>

Huh, that's news to me.  The multiple window stuff is what moved me to
vim, been happy there ever since.

If we're talking editors, I still have a hacked version of xvi that I
wacked to use mmap instead of read.  I wacked the string library to 
treat \n as NULL (it honored both, it had to, too much would need to
be changed if you didn't) and then wacked the code to just mmap the
file instead of reading it into a pile of strings.

I needed this because I was looking at long trace files from debugging
the kernel and I really wanted to be able to vi them.  On an 8MB Sun
I could look at about a 7MB file and have it all fit in memory.  The
old way only could do half that.

On Sun, Nov 12, 2017 at 03:01:51PM +0000, Ralph Corderoy wrote:
> Hi Bakul,
> 
> > IIRC, Bill Joy???s vi didn???t do multiple windows.
> 
> His personal version did, but the changes, to curses too IIRC, were lost
> due to some fault and no backup.  He didn't re-do them.
> 
> -- 
> Cheers, Ralph.
> https://plus.google.com/+RalphCorderoy

-- 
---
Larry McVoy            	     lm at mcvoy.com             http://www.mcvoy.com/lm 


  reply	other threads:[~2017-11-12 15:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-11 21:23 Warren Toomey
2017-11-11 21:27 ` Larry McVoy
2017-11-12  2:51 ` George Michaelson
2017-11-12  3:00   ` Dave Horsfall
2017-11-12  3:02     ` George Michaelson
2017-11-12  3:21   ` Steve Nickolas
2017-11-12  4:00     ` Dave Horsfall
2017-11-12  4:04       ` George Michaelson
2017-11-12  9:18       ` Andy Kosela
2017-11-12 10:58       ` Ralph Corderoy
2017-11-12 14:43         ` Bakul Shah
2017-11-12 15:01           ` Ralph Corderoy
2017-11-12 15:10             ` Larry McVoy [this message]
2017-11-12 15:24               ` Bakul Shah
2017-11-12 17:35                 ` Ralph Corderoy
2017-11-12 21:36                   ` Dave Horsfall
2017-11-12  0:08 Norman Wilson
2017-11-12  0:21 ` Henry Bent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171112151054.GB28071@mcvoy.com \
    --to=lm@mcvoy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).