|
|
1.1 ! root 1: From research!duke!unc!partain Thu Sep 17 17:28:59 1987 ! 2: Received: from mercury (mercury.cs.unc.edu) by duke.cs.duke.edu (5.54/DUKE/2-1-87) ! 3: id AA22147; Thu, 17 Sep 87 17:28:59 EDT ! 4: Received: from john by mercury (4.12/4.7) ! 5: id AA16284; Thu, 17 Sep 87 17:35:00 edt ! 6: Received: by john (1.2/4.7) ! 7: id AA27409; Thu, 17 Sep 87 17:25:14 edt ! 8: Date: Thu, 17 Sep 87 17:25:14 edt ! 9: From: William D. Partain (msl) <duke!unc!partain> ! 10: Message-Id: <8709172125.AA27409@john> ! 11: To: duke!research!bwk ! 12: Subject: full dope on 'fdevelop -l<n>' [anim]... ! 13: ! 14: I caused problems for myself by abusing the -l flag; e.g., ! 15: ! 16: set count=`wc -l < $infile` # C-shell ! 17: @ count = $count + 1 ! 18: $bin/fdevelop -l$count $infile >! $outfile ! 19: ! 20: The number passed in is used as the length of the output file, too. ! 21: Since the output file often has more lines than the input file, I ! 22: ended up walking off the end of the output array, clobbering things, ! 23: and getting bogus error messages. ! 24: ! 25: You may wish to warn against such use of '-l' and/or add more checks ! 26: on walking off the end of the output array. ! 27: ! 28: I got into this because I routinely have biggish script files (> 20Klines) ! 29: and expect them to get bigger... ! 30: ! 31: Will Partain ! 32: [email protected] ! 33: (919)962-1873 ! 34: ! 35: From research!duke!unc!partain Thu Sep 17 17:44:31 1987 ! 36: Received: from mercury (mercury.cs.unc.edu) by duke.cs.duke.edu (5.54/DUKE/2-1-87) ! 37: id AA22660; Thu, 17 Sep 87 17:44:31 EDT ! 38: Received: from john by mercury (4.12/4.7) ! 39: id AA16312; Thu, 17 Sep 87 17:50:35 edt ! 40: Received: by john (1.2/4.7) ! 41: id AA27512; Thu, 17 Sep 87 17:40:45 edt ! 42: Date: Thu, 17 Sep 87 17:40:45 edt ! 43: From: William D. Partain (msl) <duke!unc!partain> ! 44: Message-Id: <8709172140.AA27512@john> ! 45: To: duke!research!bwk ! 46: Subject: color on sun [anim] ! 47: ! 48: I confess I have been hacking on your code to make it do color on a ! 49: sun3/110... The basics are working. ! 50: ! 51: Substantive changes included rearranging the colors in the table in ! 52: 'fdevelop.c' and using two bytes (instead of one) to store options in ! 53: the "ip" array in 'sunterm.c'. Of course, I will be happy to send you ! 54: the code; it is not production-quality... ! 55: ! 56: The matter of X code again... I recently found out I will have an ! 57: X-speaking microvax on my desk by the end of the year, so increased ! 58: interest. Might it be possible to get your (presumably non-working) ! 59: code? I absolutely guarantee we won't need "support". We have a fair ! 60: amount of Xpertise here, and you might get working (X11?) code out of ! 61: it... ! 62: ! 63: Two other homebrew animation systems have popped up here lately; so ! 64: far, yours is cleaning up, esp. in terms of speed. ! 65: ! 66: Will "Cecil B. de" Partain ! 67: [email protected] ! 68: (919)962-1873 ! 69: ! 70: From research!duke!unc!partain Thu Sep 17 18:39:12 1987 ! 71: Received: from mercury (mercury.cs.unc.edu) by duke.cs.duke.edu (5.54/DUKE/2-1-87) ! 72: id AA24197; Thu, 17 Sep 87 18:39:12 EDT ! 73: Received: from john by mercury (4.12/4.7) ! 74: id AA16394; Thu, 17 Sep 87 18:45:11 edt ! 75: Received: by john (1.2/4.7) ! 76: id AA27744; Thu, 17 Sep 87 18:35:25 edt ! 77: Date: Thu, 17 Sep 87 18:35:25 edt ! 78: From: William D. Partain (msl) <duke!unc!partain> ! 79: Message-Id: <8709172235.AA27744@john> ! 80: To: duke!research!bwk ! 81: Subject: x stuff again ! 82: ! 83: From: <[email protected]> ! 84: Date: Thu, 17 Sep 87 17:51:54 EDT ! 85: Apparently-To: unc!partain ! 86: ! 87: thanks for the feedback. let me speak to howard trickey again ! 88: about the x stuff. last time he was definitely up to his ! 89: eyeballs in other things. ! 90: ! 91: Appreciate the encouraging word. What I have in mind is an absolutely ! 92: "as is" basis -- no extra comments, no README file, no nothing. ! 93: Just the files in the directory and some word whether they are ! 94: believed to compile or not. The rest is my problem. ! 95: ! 96: Will Partain ! 97: [email protected] ! 98: (919)962-1873 ! 99: ! 100: From duke!dopey!partain Fri Dec 18 14:44:25 1987 ! 101: Received: from mercury (mercury.cs.unc.edu) by duke.cs.duke.edu (5.54/DUKE/10-20-87) ! 102: id AA28433; Fri, 18 Dec 87 14:44:25 EST ! 103: Received: from john by mercury (4.12/4.7) ! 104: id AA02323; Fri, 18 Dec 87 14:05:35 est ! 105: Received: by john (1.2/4.7) ! 106: id AA05100; Fri, 18 Dec 87 14:05:25 est ! 107: Date: Fri, 18 Dec 87 14:05:25 est ! 108: From: William D. Partain (msl) <duke!dopey!partain> ! 109: Message-Id: <8712181905.AA05100@john> ! 110: To: duke!research!bwk ! 111: Cc: dopey!hant ! 112: Subject: 'anim'ing in North Carolina ! 113: ! 114: This note is to keep you posted on what we've done to your code. ! 115: ! 116: We do X10.4 on both Suns and Microvaxes. We do color (the 8 colors in ! 117: fdevelop.c) on both X and Sunwindows. I believe we do different sized ! 118: text on both. That's about all we need on our project. I would _not_ ! 119: call it production-quality hackery (at least my part). ! 120: ! 121: Holler if you want it; moreover, you may send others my way, if you ! 122: wish. I hope you have a festive holiday season. ! 123: ! 124: Will Partain ! 125: [email protected] ! 126:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.