home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / 2261 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!ads.com!chesapeake.ads.com!chesapeake!chyde
  2. From: chyde@pecos.ads.com (Clinton Hyde)
  3. Newsgroups: comp.lang.lisp
  4. Subject: need some help with conditions and CLIM
  5. Message-ID: <CHYDE.92Aug20142411@pecos.ads.com>
  6. Date: 20 Aug 92 19:24:11 GMT
  7. Sender: usenet@chesapeake.ads.com (USENET News)
  8. Distribution: comp
  9. Organization: Advanced Decision Systems, Mountain View, CA 94043, +1 (415)
  10.     960-7300
  11. Lines: 26
  12.  
  13.  
  14. I have mostly avoided dealing with the condition system all my years
  15. with lispms and now with the new condition system--the primary reason
  16. being that it was very difficult to find out what condition had been
  17. signalled that I needed to catch (perhaps it isn't and I was/am just
  18. ignorant of how), and it's 'name' so that I could use it with
  19. condition-case. 
  20.  
  21. anyway, I would like to know how (if it's possible) to find out
  22. programmatically (or is that automagically) what condition is
  23. signalled when some piece of code does so.
  24.  
  25. at the moment, I'm getting a ABORT or some sort signalled out of
  26. CLIM's accepting-values, but if I use handler-case to try to grab it,
  27. I seem to have the wrong name or something. so what I need today is to
  28. know what gets signalled when I click on the <abort> exit-box. for the
  29. future I'd like to know how to find ANYTHING that's signalled.
  30.  
  31.  -- clint
  32. --
  33.  
  34. Clint Hyde        "Give me a LispM or give me death!" -- anonymous
  35.  
  36. Advanced Decision Systems    Internet:  chyde@chesapeake.ads.com
  37. 2111 Wilson Blvd #800
  38. Arlington, VA 22201        (703) 875-0327
  39.