You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loadup --aux gives an error when calling WHERE-IS-READ-COMS of library>SEDIT-COMMONLISP (from within WHERE-IS-NOTICE) due to a "Condition MISSING-PACKAGE @ ...". The DEFINE-FILE-INFO on the file specifies the "SEDIT" package, but it doesn't have a DEFPACKAGE.
It appears that (DEFPACKAGE SEDIT (:USE LISP XCL)) should be sufficient, from sources>SEDIT-COMMENTS.
Also, should SEDIT-COMMONLISP (and .DFASL) be moved into sources> together with the other SEDIT- files?