home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / editors / 2727 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.1 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!wolff
  2. From: wolff@inf.fu-berlin.de (Thomas Wolff)
  3. Newsgroups: comp.editors
  4. Subject: Re: VI??? GROSS!
  5. Message-ID: <LYT86XN@math.fu-berlin.de>
  6. Date: 12 Nov 92 15:20:27 GMT
  7. References: <1992Oct28.162607.5613@sunvax.sun.ac.za> <1992Oct28.214551.21668@wixer.cactus.org>
  8. Sender: news@math.fu-berlin.de (Math Department)
  9. Organization: Free University of Berlin, Germany
  10. Lines: 35
  11.  
  12. rhodesia@wixer.cactus.org (Felix S. Gallo) writes:
  13.  
  14. >9118543@sunvax.sun.ac.za writes:
  15. >>Is there no better editor for UNIX than VI?
  16. >>I mean... what happened to the good old full screen ones?
  17. >>Cheers
  18. >>Christ
  19.  
  20. >psst.  vi is full screen; also, the relative 'goodness' of an
  21. >editor depends on what you're trying to do.  For instance, if
  22. >you're trying to have a completely integrated one-program
  23. >environment that reads news and everything, check out gnuemacs.
  24. >If you can't stand these fancy newfangled "tools", use cat.
  25. >If you live modally, vi is for you.
  26.  
  27. Full screen: in some sense, vi is. But not screen-oriented. Changing 
  28. or inserting text and not seeing the result unless a finish key is 
  29. pressed is certainly not the behaviour I would wish from an interactive 
  30. editor - it reminds a lot of old batch-time editing programs.
  31. Vi is a line editor with on-screen display. Actually, I wouldn't even 
  32. call it a text editor since (according to some recent discussion in this 
  33. group) it is not even capable of performing one of the most elementary 
  34. text editing tasks: marking an arbitrary (!) block of text and by some 
  35. means copying or moving it to another place.
  36. As a reaction to my moroseness about the apparent unavailability of a 
  37. simple text editor for Unix and the monstrous complexity and slowness 
  38. of the only widely spread alternative (emacs), I captured the source 
  39. of a freely available editor and turned it into a safe, fast, and easy 
  40. to use text editor. (I also announced it to this group some time ago.)
  41. It is available by ftp from ftp.fu-berlin.de [130.133.4.50]:
  42. /pub/unix/editor/mined.tar.Z (108841 bytes)
  43. /pub/pc/editor/mined_pc.zip (114522 bytes)
  44.  
  45. Thomas
  46. wolff@inf.fu-berlin.de
  47.