Re: Documentation says BYE is the LISP package, but it appears to be in the SYSTEM package
Camm Maguire <[email protected]> Thu, 17 Apr 2025 16:52:46 -0400
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
Greetings, and thanks for your report! Yes this is a doc mistake which will be fixed in the next release. FYI, the :cl/:lisp package should only have the ansi symbols exported (and indeed no other symbols if memory serves, thought I have not double checked this recently). Take care, Robert Dodier <[email protected]> writes: > Working with GCL 2.6.14 on Linux (Ubuntu). I have built GCL via > > $ ./configure --enable-ansi > $ make > > from gcl-2.6.14.tar.gz obtained from https://mirror.team-cymru.com/gnu/gcl/. > > The documentation (info/internal.texi) says that BYE is in the LISP > package, but BYE appears to be in the SYSTEM package instead. > >>(find-symbol "BYE" (find-package "LISP")) > NIL > NIL > >>(find-symbol "BYE" (find-package "SYSTEM")) > BYE > :EXTERNAL > >>(describe 'bye) > BYE - external symbol in SYSTEM package > > Dunno what's going on here, whether the documentation needs to be > fixed or the implementation or what. > > Robert > > > > -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah