home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / editors / 2736 < prev    next >
Encoding:
Text File  |  1992-11-13  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!uwm.edu!linac!uchinews!machine!chinet!les
  3. From: les@chinet.chi.il.us (Leslie Mikesell)
  4. Subject: Re: VI??? GROSS!
  5. Message-ID: <BxM1z1.2K7@chinet.chi.il.us>
  6. Organization: Chinet - Public Access UNIX
  7. References: <1992Oct28.162607.5613@sunvax.sun.ac.za> <1992Oct28.214551.21668@wixer.cactus.org> <LYT86XN@math.fu-berlin.de>
  8. Date: Thu, 12 Nov 1992 16:04:11 GMT
  9. Lines: 33
  10.  
  11. In article <LYT86XN@math.fu-berlin.de> wolff@inf.fu-berlin.de (Thomas Wolff) writes:
  12. >Full screen: in some sense, vi is. But not screen-oriented. Changing 
  13. >or inserting text and not seeing the result unless a finish key is 
  14. >pressed 
  15.  
  16. No wonder you don't like it!  This behaviour is optional and only
  17. desirable for slow connections and terminals that don't have an
  18. insert character command (i.e. the host has to redraw the whole line
  19. or screen).  It may be that you aren't using the right TERM definition,
  20. or you need to :set redraw and :set noslowopen to force it.
  21.  
  22. >... it is not even capable of performing one of the most elementary 
  23. >text editing tasks: marking an arbitrary (!) block of text and by some 
  24. >means copying or moving it to another place.
  25.  
  26. Right - it just doesn't do arbitrary rectangles, but blocks of lines
  27. are easy as are characters within a line, and the two operations can
  28. handle the things you usually need to do to text, especially program
  29. text.
  30.  
  31. >As a reaction to my moroseness about the apparent unavailability of a 
  32. >simple text editor for Unix and the monstrous complexity and slowness 
  33. >of the only widely spread alternative (emacs), I captured the source 
  34. >of a freely available editor and turned it into a safe, fast, and easy 
  35. >to use text editor. (I also announced it to this group some time ago.)
  36. >It is available by ftp from ftp.fu-berlin.de [130.133.4.50]:
  37. >/pub/unix/editor/mined.tar.Z (108841 bytes)
  38. >/pub/pc/editor/mined_pc.zip (114522 bytes)
  39.  
  40. Does this one do arbitrary rectangles?
  41.  
  42. Les Mikesell
  43.   les@chinet.chi.il.us
  44.