home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3906 < prev    next >
Internet Message Format  |  1991-08-23  |  2KB

  1. Xref: wupost comp.editors:3703 alt.religion.emacs:915 alt.sources:3906 comp.unix.xenix.sco:4082
  2. Newsgroups: comp.editors,alt.religion.emacs,alt.sources,comp.unix.xenix.sco
  3. Path: wupost!uunet!math.fu-berlin.de!fub!unlisys!trigon.in-berlin.de!immi
  4. From: immi@trigon.in-berlin.de (Immanuel Bloch)
  5. Subject: Re: Patch for Joe's Editor
  6. Organization: trigon Schluechtern/Germany
  7. Date: Fri, 23 Aug 91 20:50:36 GMT
  8. Message-ID: <RJ2TMHM@trigon.in-berlin.de>
  9. References: <1991Aug23.012009.820@wpi.WPI.EDU>
  10. Lines: 47
  11.  
  12. rcarter@wpi.WPI.EDU (Randolph Carter (nee. Joseph H. Allen)) writes:
  13.  
  14.  
  15. >So much for my testing abilities... I work hard to test all these weird cases
  16. >and then only one day after posting the source someone finds a bug.  Oh well.
  17.  
  18. >The Bug:  Running Undo or Redo before having done any deleting crashes the
  19. >editor
  20.  
  21. >The fix:  Place the following lines in a file called 'patch0.0.1', change to
  22. >the directory containing the file 'j.c' and type this command:
  23.  
  24. >    ed - j.c <patch0.0.1
  25.  
  26. >--- Cut Here ---
  27. >/undo(/
  28. >+
  29. >a
  30. >if(!undorecs) return;
  31. >.
  32. >/redo(/
  33. >+
  34. >a
  35. >if(!undorecs) return;
  36. >.
  37. >/version/
  38. >s/0.0.0/0.0.1/
  39. >w
  40. >q
  41. >--- Cut Here ---
  42.  
  43.  
  44. I have the following problems
  45.  
  46. 1. patching "ed - j.c <patch0.0.1" under sun 4.1.1 i get a "Segmentation 
  47. failure". Doing the same thing under Xenix works ok.
  48.  
  49. 2. The help table under Xenix is covered  partly by "@" signs.
  50.    The same table under sun 4.1.1 is ok.
  51.  
  52. can you help ?
  53.  
  54. -- 
  55. Immanuel Bloch    | UUCP: immi@trigon.in-berlin.de  | The only problem with
  56. 6490 Schluechtern | Tel.: (+49)-6661-3377           | doing nothing is that
  57. Germany           | FAX : 06661-3886                | you never know when you
  58.                   |                                 | have finished
  59.