![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#398: Cannot muffle COMPILE ----------------------+---------------------------- Reporter: mevenson | Owner: Type: defect | Status: new Priority: minor | Milestone: 1.4.0 Component: compiler | Version: 1.4.0-dev Keywords: | Parent Tickets: ----------------------+---------------------------- James Lawrence notes in <http://article.gmane.org/gmane.lisp.armedbear.devel/3524>: {{{ (handler-bind ((warning #'muffle-warning)) (compile nil '(lambda () x))) => ; Caught STYLE-WARNING: ; Undefined variable X assumed special ; Compilation unit finished ; Caught 1 STYLE-WARNING condition }}} Also, you might want that to be more than a style-warning; it's a full warning in other implementations. -- Ticket URL: <http://abcl.org/trac/ticket/398> armedbear <http://abcl.org> armedbear