OK, I'll make the change, not remove the setting variables.

About |$gcTimeTotal|: it's useless, the total time spent in GC
is returned by "elapsedGcTime()".

- Qian

On 11/26/23 19:01, Waldek Hebisch wrote:
On Sun, Nov 26, 2023 at 05:30:59PM +0800, 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)))

AFAICS:
LABLASOC
   old code, should be removed
$NONBLANK
   old code, should be removed
|$constructorDataTable|
   should be removed
|$charTab|
   old code, should be removed
|$ancestor_hash| -- should be |$ancestors_hash|?
   yes
|$countAssoc|
   remove
|$fortIndent| -- replaced by fort_indent, ')set fort fortindent' no effect
     I would leave it as is, need to decide if we want to fix it or
     remove the setting
|$printFortranDecs| -- ")set fort typedecs" no effects?
     the same
|$historyDisplayWidth| -- ")set hyper mathwidth" no effects?
     the same
|$do_not_compress_databases|
     probably remove
|$newline| -- there's also |$Newline|
     remove
|$giveExposureWarning| -- ')set mes expose on' no effect?
     would leave it as is
|$hashPercent| -- using locally defined hashPercent instead
      remove
|$exposeDocHeading|
      remove
|$cacheMessages|
      remove
$PRETTYPRINT -- there's also |$PrettyPrint|, ")set sys prettyprint" no
effect
    change to |$PrettyPrint|
|$gcTimeTotal|
    you worked on this, see how it fits


--
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/a5028759-db7d-49a4-8a4f-9beb2814e996%40gmail.com.

Reply via email to