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

problem tith event record



With the change from MCL2.0b4 to MCL2.0f2 I got a problem with the
event record.

(require :records)
;Warning: The file #P"Mac HD:Applications:MCL 2.0f2:library:RECORDS.lisp
@" is ;         all record definitions are now autoloaded
;         from the files in the "CCL:interfaces;" directory.
;         from the files in the "CCL:interfaces;" directory.
; While executing: LOAD-FROM-STREAM
"RECORDS"

(defmethod ...
  (rref *current-event* :event.modifiers)
  ...)

> Error: :EVENT is not a valid record type
> While executing: FIND-RECORD-DESCRIPTOR
> Type Command-. to abort.
See the Restarts... menu item for further choices.
1 >


How can I get this running in f2?



Dieter Holz