Index: slime/ChangeLog diff -u slime/ChangeLog:1.1779 slime/ChangeLog:1.1781 --- slime/ChangeLog:1.1779 Thu Jun 4 05:08:06 2009 +++ slime/ChangeLog Fri Jun 5 15:58:53 2009 @@ -1,3 +1,15 @@ +2009-06-05 Helmut Eller heller@common-lisp.net + + Don't clutter compiler messages with source positions. Especially + stuff like "In an anonymous lambda form inside an anonymous lambda + form inside an anonymous lambda form inside FOO: Undeclared free + variable X" is not helpful. + + * swank-openmcl.lisp (compiler-warning-short-message): New GF. + (handle-compiler-warning): Use it. + + (disassemble-frame): Print current PC. + 2009-06-04 Helmut Eller heller@common-lisp.net
* slime.el (slime-dispatch-event [:emcas-rex]): Don't clutter