[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
toolserver.lisp - ANSWER
- To: info-mcl@cambridge.apple.com
- Subject: toolserver.lisp - ANSWER
- From: sharp@newton.apple.com
- Date: Mon, 8 Feb 93 15:38:30 PST
Hiya,
Well, it seems I was able to answer my own question. If you add this code
to the toolserver.lisp file and eval it, all works fine. It appears that
most of the feedback for toolserver comes from the diag event, not the outp
event. So here is modified code to add the diag event...
(defun open-toolserver-io ()
(unless (and *toolserver-io* (wptr *toolserver-io*))
(setq *toolserver-io* (make-instance 'toolserver-io)))
(install-appleevent-handler :|MPS | :|outp| #'outp-handler)
;; CHANGE - added next line MS 1/8/93
(install-appleevent-handler :|MPS | :|diag| #'outp-handler)
)
macmo
-------------------------------------------------------------------------
Maurice Sharp I #include <std_disclaimer.c>
Apple Computer Inc. |"Work for?! I don't work *for* anybody.
Intern at Large (Newton) | I'm just having fun." -- The Doctor (#4)