RE: changing directory
Anil George <[email protected]>
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
When I handle an error in the error-handling part of handler-case, I want to print the function-name and the name of caller-function name upto 2 previous levels - to a file. I mean - print 1.name of function which caused the error 2.name of the caller function 3.Name of the function which called the caller-function How do I get the above function names ,using Allegro LISP? Can anyone help? Regards Anil