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 <robert.dod...@gmail.com> 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                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

Reply via email to