Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!hplabs!hpda!hpsemc!gph From: gph@hpsemc.HP.COM (O. W. Holmes) Newsgroups: comp.unix.questions Subject: Re: Sizes of various editors (was Re: Textedit wars (was vi vs emacs in a student environment)) Message-ID: <810016@hpsemc.HP.COM> Date: 14 Jul 88 21:26:18 GMT References: <2157@pt.cs.cmu.edu> Organization: HP Technology Access Center, Cupertino, CA Lines: 22 g-rh@cca.CCA.COM (Richard Harter) writes: >One of the nicest editors I have used is IBM's xedit (given the constraint >of working on big blue iron.) I've even heard hard core emacs fans admit . . . >course). I.e. you edit the screen using terminal hardware and send the >entire screen to the CPU. This is not as good as having a work station, >and much better than editors which make the CPU do all of the work. -- Along a similar vein, there is an editor on HP3000 systems called QEDIT, which is one of the very best editors I have ever used. It also uses screen(block transfer) mode, which is a GREAT relief to the CPU (reducing CPU interrupts by hundreds of key strokes). However, these editors require Block Mode terminals, and they are not able to move the cursor based upon what is on the screen. The future likely lies in using a PC workstation, removing all possible keystroke interrupt overhead from the mainframe cpu, and allowing bit-mapped graphics for token-represented object oriented editing/development (how's that for a sentence?). - gph