[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gensym'd names to user function names
- To: commonloops.pa@Xerox.COM
- Subject: gensym'd names to user function names
- From: ricks%eros.Berkeley.EDU@Berkeley.EDU (Rick L Spickelmier)
- Date: 6 Mar 87 11:52 PST (Friday)
When I do a backtrace of a PCL program in VAXLISP, I get
frames that look like:
Frame #17: (#:G10922-I10098-I10101 #<Circuit-Recording-Class MOSFET 17573214>)
This is not very informative...
I would like to be able to find out the name of the defmethod that the user
used to create '#:G10922....'.
(PCL-GENSYM-NAME '#:G10922-I....) => USER-METHOD-NAME
Is there an easy way to do this.
Thanks,
Rick Spickelmier
UC Berkeley