[ Charset UTF-8 unsupported, converting... ]
>
>
>
> > STYLE-WARNING: redefining |bcMatrix| in DEFUN
> > STYLE-WARNING: redefining |bcIndefiniteIntegrate| in DEFUN
>
> Waldek Hebisch <[EMAIL PROTECTED]> writes:
>
> > 1) The warning says what happens: several functions is redefined.
> > At startup functions like bcMatrix are just stubs: calling bcMatrix
> > triggers loading of hyperdoc. Loading means that old definition of
> > bcMatrix is replaced by the new one.
>
> OK, but maybe we could muffle the warning then locally in the autoload
> facility?
>
Yes, we can to this. Try:
(handler-bind ((style-warning #'muffle-warning)) (|browserAutoloadOnceTrigger|))
BTW: In fricas-restart we set global handlers. IIRC when I tried to
muffle style warnings there I got strange errors. Anyway, it seems
better to disable them only locally.
--
Waldek Hebisch
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---