On Sun, 26 Nov 2023, Qian Yun wrote:
The 'XREF' utility provided by CMUCL and SBCL (sb-introspect) doesn't
work very well.  The one from Lispworks is better.

The following list comes from this command and is manually filtered:

)lisp (do-symbols (s "BOOT") (and (boundp s) (not (hcl:who-references s)) (not (hcl:who-binds s)) (not (hcl:who-sets s)) (not (constantp s)) (print s)))

LABLASOC
$NONBLANK
| $constructorDataTable|
| $charTab|
| $ancestor_hash| -- should be |$ancestors_hash|?
| $countAssoc|
| $fortIndent| -- replaced by fort_indent, ')set fort fortindent' no effect
| $printFortranDecs| -- ")set fort typedecs" no effects?
| $historyDisplayWidth| -- ")set hyper mathwidth" no effects?
| $do_not_compress_databases|
| $newline| -- there's also |$Newline|
| $giveExposureWarning| -- ')set mes expose on' no effect?
| $hashPercent| -- using locally defined hashPercent instead
| $exposeDocHeading|
| $cacheMessages|
$PRETTYPRINT -- there's also |$PrettyPrint|, ")set sys prettyprint" no effect
| $gcTimeTotal|
Can you share this file somewhere, and provide an instruction on where to put it and how to proceed?

Andrey


- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/95ac70d1-4adb-464f-830b-a5b3cd00ff28%40gmail.com.



--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/69488ce6-a274-aec1-24d1-e63a8cd7e0e1%40starnew.inp.nsk.su.

Reply via email to