Waldek Hebisch <[EMAIL PROTECTED]> writes: > > 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|))
Superb! This works - I tried it from within FriCAS with )lisp. Where should this be put in the source? > 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. For the emacs interface, I only need - and want - to muffle warnings that "come from outside", i.e., from HyperDoc or Graphics. I do not really want to muffle warnings that arise as a consequence when I issue a command in the interpreter. Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
