[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gensym'd names to user function names



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