home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / editors / 3047 < prev    next >
Encoding:
Text File  |  1992-12-15  |  2.1 KB  |  67 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!torn!nott!dgbt!clark.dgim.doc.ca!tom
  3. From: tom@clark.dgim.doc.ca (Thomas Erskine)
  4. Subject: Re: 8-bit clean simple editor? (Summary of responses)
  5. Message-ID: <1992Dec15.205126.25222@clark.dgim.doc.ca>
  6. Organization: Communications Canada
  7. References: <1992Dec11.165905.17648@clark.dgim.doc.ca>
  8. Date: Tue, 15 Dec 92 20:51:26 GMT
  9. Lines:       57
  10.  
  11.  
  12. As promised, here is the summary of responses to my query for help with
  13. 8-bit clean simple editors.  Since I already had pico, I tried the patch
  14. offered, and I have success.  I will try out the others, so see if one
  15. of them is more appropriate, but now the urgency is gone since I have
  16. something which works.
  17.  
  18. Thanks again people.
  19.  
  20. ==========================================
  21. From: Chuck Henrich <henrich@crs.cl.msu.edu>
  22.  
  23. Have you tried CE yet?  its on crs.cl.msu.edu pub/ce1.2dist.tar.Z
  24.  
  25. ==========================================
  26. From: bet@sandstorm.sbi.com (Bennett Todd)
  27.  
  28. ELLE (ELLE Looks Like Emacs) can edit arbitrary binary files; I'm not
  29. positive what else you want in an ``8-bit-clean'' editor, but it should be
  30. easy to adjust ELLE to do it. ELLE is also very small and simple.
  31.  
  32. ==========================================
  33. From: fjp@minerva.inesc.pt (Fernando Pereira)
  34.  
  35. Did you ever tryed the last version of fpted.
  36. (You can get it using ftp at minerva.inesc.pt)
  37.  
  38. ==========================================
  39. From: Pekka Kytolaakso <netmgr@tellus.csc.fi>
  40.  
  41. The only patch that I have made on Sun is:
  42.  
  43. *** os_unix.c.orig      Fri Sep 11 20:16:37 1992
  44. --- os_unix.c   Wed Nov 25 14:47:37 1992
  45. ***************
  46. *** 225,231 ****
  47.         kill(getpid(), SIGHUP);         /* the only honorable thing to do */
  48.       }
  49.       else
  50. !       return((Pmaster) ? c & 0xff : c & 0x7f);
  51.   }
  52.   
  53.   
  54. --- 225,231 ----
  55.         kill(getpid(), SIGHUP);         /* the only honorable thing to do */
  56.       }
  57.       else
  58. !       return(c & 0xff);
  59.   }
  60.  
  61. The only thing I need to say to make it is 'stty pass8'.
  62. stty is the same as 'stty -parenb -isttrip cs8{'.
  63. This is with pico that comes with pine3.05. 
  64.  
  65. -- 
  66. Thomas Erskine        <tom@clark.dgim.doc.ca>           (613) 998-2836
  67.