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

pcl-env problems



3 problems--

(1) pcl-env.lisp is missing from /pub/pcl/xerox on parcvax.

worse, pcl-env.dfasl & the 27 april 87 Lyric sysout seem to disagree
about what constitutes a function.  specifically:

(2)
if i-- 
	(defclass aa () (a1 :initform 0))
	(setf anaa (make-instance 'aa))
	(inspect anaa)  => an inspect window

	left-button the slot name
	middle-button ditto, => menu of one item: SET
	select SET
i get a break--
	Undefined Function PCL::INSPECT-SETF-SLOT-VALUE.  In
IL:OLDFAULT1 under IL:NEWFAULT1 under IL:FAULTEVAL under IL:EVAL under
IL:LISPXEVAL [none of whose stack frames struck me as odd]

(symbol-function 'PCL::INSPECT-SETF-SLOT-VALUE) is a compiled closure.

(3) can't inspect compiled closures.  trying it on the one above, i
get another break--
	ARG NOT IWMC-CLASS.  In IL:ERROR under PCL::ALL-SLOTS under
IL:INSPECTW.CREATEA000 under IL:INSPECTW.CREATE

	mike herring [herring@ohio-state.arpa]  [.com ??]
-------