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

(unuse-package "CCL") bombs !



I want to see which symbols are from the "COMMON-LISP" package and which
ones are from the "CCL" package (from instance, in the "apropos" tool).
As "CL-USER" uses "CCL", I use "unuse-package" like this:
(unuse-package "CCL")
I tried also:
(unuse-package "CCL" "COMMON-LISP-USER")
The result is the same: it goes to macs-bug "User break at 00515BE0"
Is it normal ? Thanks in advance.				[jack]