home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / archives / amethyst / 8308-1.txt < prev    next >
Text File  |  1988-02-09  |  5KB  |  119 lines

  1. 14-Aug-83 23:33:00,432;000000000000
  2. Date: 14 August 1983 23:33 EDT
  3. From: Herb Lin <LIN @ MIT-MC>
  4. Subject: is this list still alive?
  5. To: ANETHYST-USERS @ MIT-MC, AMETHYST-USERS @ MIT-MC
  6.  
  7. and other questions..
  8.  
  9. anyone know how much a MINCE source license costs?  also, anyone have any
  10. experience in adapting the MINCE system to serve as the editor within other 
  11. programs (e.g., I have a lot of WP to do, but I want to do it within
  12. another program.)
  13.  
  14. tnx...
  15. 20-Aug-83 20:18:00,626;000000000000
  16. Date: Sat, 20 Aug 1983  20:18 EDT
  17. Message-ID: <[MIT-OZ].DCB.TECH.20-Aug-83 20:18:42>
  18. From: DCB.TECH@MIT-OZ
  19. To:   Herb Lin <LIN@MIT-MC>
  20. Cc:   AMETHYST-USERS@MIT-MC, ANETHYST-USERS@MIT-MC
  21. Subject: is this list still alive?
  22. In-reply-to: Msg of 14 Aug 1983  23:33-EDT from Herb Lin <LIN at MIT-MC>
  23.  
  24. You've probably got all the answers you need/want, but...  you normally get
  25. full source code when you but mince (well, 80% of the code) and are free to
  26. do what you want except make a profit from it.  contact mark of the
  27. unicorn folks -- i know they've had a problem getting ibm-pc sources out
  28. at first...
  29.     -rich $alz
  30. 23-Aug-83 03:07:00,555;000000000000
  31. Date: Tue, 23 Aug 1983  03:07 EDT
  32. Message-ID: <[MIT-OZ].RG.JMTURN.23-Aug-83 03:07:51>
  33. From: RG.JMTURN@MIT-OZ
  34. To:   AMETHYST-USERS@MIT-MC, ANETHYST-USERS@MIT-MC
  35. Subject: FW Update
  36. In-reply-to: Msg of 20 Aug 1983  20:18-EDT from DCB.TECH
  37.  
  38. Was talking to a Unicorn marker who showed up at work today.
  39. There is evidently a brand-new FW version which implements
  40. (tah dah!) control-K! Just though you might like to know.
  41. He also stated that multi-font (fixed and variable width)
  42. capabilties will have to wait for the next major release.
  43.                     James
  44. 26-Aug-83 22:38:00,772;000000000000
  45. Date: 26 August 1983 22:38 EDT
  46. From: Michael C. Adler <MADLER @ MIT-MC>
  47. Subject: Dired
  48. To: AMETHYST-USERS @ MIT-MC
  49.  
  50. I'm writing a routine to read a directory into a buffer and have a couple
  51. questions about Mince internals:
  52.  
  53. 1.  If I set the DMA address to some random location, will it be set
  54. to something valid when Mince attempts to do I/O?  Experiments seem to
  55. indicate yes.  I use my own DMA buffer (not 80H) to be safe in case
  56. the buffer routines start swapping while I'm creating the directory
  57. buffer.
  58.  
  59. 2.  Can I set the modified flag to false after writing to it?  It would
  60. be nice to have Mince think that the directory buffer was never changed
  61. (avoiding the flush changed buffers questin on ^X^C).
  62.  
  63. Anybody interested in the routine?
  64. -Michael
  65. 27-Aug-83 01:10:00,373;000000000000
  66. Date: 27 August 1983 01:10 EDT
  67. From: Herb Lin <LIN @ MIT-MC>
  68. Subject:  making new MINCE commands?
  69. To: AMETHYST-USERS @ MIT-MC
  70. In-reply-to: Msg of 26 Aug 1983 22:38 EDT from Michael C. Adler <MADLER>
  71.  
  72. can someone give me a one paragraph overview of how one can string together
  73. different mince commands into one "macro" command?  than I can hack the
  74. manual.
  75.  
  76. tnx.
  77. 29-Aug-83 08:59:00,269;000000000000
  78. Date: Monday, 29 August 1983, 10:59-EDT
  79. From: Cliff Lasser <CAL@MIT-OZ>
  80. Subject: Dired
  81. To: MADLER@MIT-MC, AMETHYST-USERS@MIT-MC
  82. In-reply-to: The message of 26 Aug 83 22:38-EDT from Michael C. Adler <MADLER at MIT-MC>
  83.  
  84. Yes, I would be interested in such a thing.
  85. 29-Aug-83 13:42:00,1015;000000000000
  86. Date: Monday, 29 Aug 1983 12:42-PDT
  87. To: Herb Lin <LIN @ MIT-MC>
  88. Cc: AMETHYST-USERS @ MIT-MC, bridger@rand-unix
  89. Subject: MINCE macro commands
  90. From: bridger@rand-unix
  91.  
  92.     A "keystroke macro" facility can be added to mince by intercepting
  93. the routine that retrieves input from the keyboard input queue and
  94. diverting it to read from a queue containing the macro.  To make this
  95. repeatable (with ^U) requires careful attention to the mince console-status
  96. routine also.
  97.  
  98.     I've been working on a different approach that's now being tested
  99. on the KayPro--adding a shellto CP/M that supports downloadable strings
  100. for the keypad/function keys that are redefinable within the user program.  
  101. This feature, optionally bound
  102. to BeginMacro/EndMacro commands added to the editor, works nicely and
  103. gives the editor a "stored macro" capability--definitions can be saved
  104. and reloaded for specific editing tasks.
  105.  
  106. Because it's in the shell,  this keystroke macro capability is available for
  107. any program.
  108. --bridger
  109. 30-Aug-83 00:29:00,365;000000000000
  110. Date: 30 August 1983 00:29 EDT
  111. From: Herb Lin <LIN @ MIT-MC>
  112. Subject:  MINCE macro commands
  113. To: bridger @ RAND-UNIX
  114. cc: AMETHYST-USERS @ MIT-MC
  115. In-reply-to: Msg of 29 Aug 1983 12:42-PDT from bridger at rand-unix
  116.  
  117. hmmmm.  i should have thought of that.  in fact, the config file should help
  118. be able to help with the downloading of programmed function keys.
  119.