Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!csd4.milw.wisc.edu!mailrus!caen.engin.umich.edu!conliffe From: conliffe@caen.engin.umich.edu (Darryl C. Conliffe) Newsgroups: comp.sys.apollo Subject: DIALOG and Lucid CommonLISP - are callbacks supported? Keywords: DIALOG, LISP Message-ID: <43d49485.b11a@falcon.engin.umich.edu> Date: 14 Jun 89 19:01:00 GMT Organization: U of M Engineering, Ann Arbor, Mich. Lines: 19 Now that callbacks *INTO* LISP are supported (Lucid 3.0), are DIALOG callbacks supported? BTW, the dialog.ins.lisp file in /sys/common_lisp/system_interface/sr_9.7 has a couple of problems. To fix them: 64c69 < (SYSTEM::DEF-FOREIGN-TYPE DP_$DPD_ID :INTEGER32) --- > (SYSTEM::DEF-FOREIGN-TYPE DP_$DPD_ID :UINTEGER32) 330c335 < (:IN DP_KEY BASE::LINTEGER) --- > (:IN DP_KEY :uinteger32) ; instead of BASE::LINTEGER Of course, if anyone finds any others, please let me know! - Darryl C. Conliffe (313) 721-6069