home *** CD-ROM | disk | FTP | other *** search
- 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
- From: beus@bunsen.cs.byu.edu
- Newsgroups: comp.lang.lisp.mcl
- Subject: problem with my first trap
- Message-ID: <9209031809.AA23152@bunsen.cs.byu.edu>
- Date: 3 Sep 92 18:09:48 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 13
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Original-To: info-mcl@cambridge.apple.com
-
- Trying a simple use of a Mac trap gives this error.
- Can anyone help?
-
- ? (#_sysbeep 1)
- > Error: Can't find TRAPS::_SYSBEEP in "ccl:interfaces;index;traps.idx".
- > Consider (REINDEX-INTERFACES) or look in "ccl:library;interfaces.lisp"
- > While executing: CCL::FIND-INTERFACE-ENTRY
- > Type Command-/ to continue, Command-. to abort.
- > If continued: Ignore the error.
- See the Restarts menu item for further choices.
-
- The manual indicates only the need to use the #_ read macro.
- What's up?
-