On 4/25/25 6:56 PM, Camm Maguire wrote:
Greetings!
You don't see the following, with gcl27 -> gcl?
si::*default-info-files*
("gcl27-si.info" "gcl27-tk.info" "gcl27-dwdoc.info" "gcl27.info")
```
>si::*default-info-files*
("gcl-si.info" "gcl-tk.info" "gcl-dwdoc.info" "gcl.info")
```
I'm missing the "27" compared to yours. It seems that `describe` is
mostly working:
```
>(describe 'sin)
SIN - external symbol in COMMON-LISP package
-----------------------------------------------------------------------------
SIN [Function]
Args: (SYSTEM::X)(not found "gcl-dwdoc.info")
From ((SIN . Numbers) gcl-si.info):
-- Function: SIN (radians)
Package:LISP
Returns the sine of RADIANS.
-----------------------------------------------------------------------------
```