Re: [Newbie Q] Detecting what packages are defined
"Raymond Toy (RT/EUS)" <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
David A. Cobb wrote: > I've read the documentation -- even the Hyperspec, tho' it gives me a headache. I must not have seen the "right" document, because I miss the answer to a simple question: > > How can I determine what packages are already defined? Does (list-all-packages) help? (apropos "package") would have given some hints on what to look for. Ray