home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / editors / 2221 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.9 KB  |  52 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!caen!spool.mu.edu!umn.edu!csus.edu!netcom.com!messina
  3. From: messina@netcom.com (Tony Porczyk)
  4. Subject: Re: What do you want in a simple editor?
  5. Message-ID: <mxynjgh.messina@netcom.com>
  6. Date: Mon, 14 Sep 92 18:54:16 GMT
  7. Organization: Messina Software
  8. Distribution: comp
  9. References: <861@ozz.oasis.icl.co.uk>
  10. Lines: 40
  11.  
  12. ppg@oasis.icl.co.uk (Philippe Goujard) writes:
  13.  
  14. >Hello,
  15. >I have written a small simple editor for unix. Yet another editor might say
  16. >some of you.. yes but neither emacs nor vi met my requirements which were :
  17. >Make it simple and intuitive to use for users who dont know about emacs or vi
  18. >and come from a ms/dos background.
  19.  
  20. This is a very noble undertaking.
  21.  
  22. >This is why for example I choose to implement wordstar commands.
  23.  
  24. Quite honestly - how many DOS users know Wordstar commands?  Only those
  25. who have been using PCs when Wordstar was still alive, that is, a
  26. negligable minority.
  27.  
  28. >Now, before I release it to the net my question is : what would you need from
  29. >an editor if you where a beginner in unix and came from a dos background?
  30.  
  31. QEdit.  Since it's not there and I suppose it would be rather hard to
  32. implement it's full functionality without making it ridiculously
  33. difficult to use, I settle now for mg for small stuff (letters, small
  34. files) and vi for bigger stuff.
  35.  
  36. >What do you think of micro-emacs word wrap (i.e insert a carriage return when
  37. >befor the last word at the end of line)? Do you think it's convenient or would
  38. >you prefer a full word-wrap?
  39.  
  40. Give either an option of hard or soft return if you can, but hard MUST
  41. be there.
  42.  
  43. >What do you think of vi 'word' wrap (i.e wrap the line around the screen but 
  44. >not inserting a CR) ? 
  45.  
  46. That's the first I hear about it.  set wrapmargin=<whatever> does
  47. insert hard returns.  I think you are talking about a feature of your
  48. emulator, not vi itself.
  49.  
  50.  
  51. t.
  52.