The record definitions needed to call some SEDIT functions are not in exports.all.
For example, to use SEDIT edit environments, my old code had to (in the COMS):
[DECLARE%: EVAL@COMPILE
(* ;; "This hackery is necessary since these DATATYPE definitions are not in EXPORTS.ALL")
(P (for DT in '(SEDIT::EDIT-CONTEXT SEDIT::EDIT-ENV SEDIT::EDIT-NODE)
do
(EVAL (SYSRECLOOK1 DT))
(UNMARKASCHANGED DT 'RECORD]
The record definitions needed to call some SEDIT functions are not in exports.all.
For example, to use SEDIT edit environments, my old code had to (in the COMS):