[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(unuse-package "CCL") bombs !
- To: info-mcl
- Subject: (unuse-package "CCL") bombs !
- From: duthen@ircam.fr (Jacques Duthen)
- Date: 5 Aug 91 10:18:12 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: IRCAM, Paris (France)
- Sender: Jacques.Duthen
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]