home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / mcl / 1355 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  992 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!beus@bunsen.cs.byu.edu
  2. From: beus@bunsen.cs.byu.edu
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: problem with my first trap
  5. Message-ID: <9209031809.AA23152@bunsen.cs.byu.edu>
  6. Date: 3 Sep 92 18:09:48 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 13
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com
  11.  
  12. Trying a simple use of a Mac trap gives this error.
  13. Can anyone help?
  14.  
  15. ? (#_sysbeep 1)
  16. > Error: Can't find TRAPS::_SYSBEEP in "ccl:interfaces;index;traps.idx".
  17. >        Consider (REINDEX-INTERFACES) or look in "ccl:library;interfaces.lisp"
  18. > While executing: CCL::FIND-INTERFACE-ENTRY
  19. > Type Command-/ to continue, Command-. to abort.
  20. > If continued: Ignore the error.
  21. See the Restarts  menu item for further choices.
  22.  
  23. The manual indicates only the need to use the #_ read macro.
  24. What's up?
  25.