[mcclim-devel] No presentation type error forSTANDARD-GENERIC-FUNCTION when running inspector example

Paul Werkowski pw at snoopy.mv.com
Tue Feb 15 20:54:42 UTC 2005


| 
| ;; Ugly and weird, and written without much understanding of the
| ;; real issues that it fixes. Beware.
| (defmethod clim:presentation-type-of ((object standard-generic-function))
|     'clim:expression)
| 
| I don't know why CMUCL is saying that (clim:presentation-type-of
| #'documentation) is STANDARD-GENERIC-FUNCTION, which doesn't seem to
| be defined as a presentation type. It doesn't happen for me on SBCL.
| Perhaps a more CMUCL-knowledgable person could weigh in?

FWIW, LWW CLIM also returns STANDARD-GENERIC-FUNCTION.
Are not all CLOS classes presentation-types by default?

Paul





More information about the mcclim-devel mailing list