7max / log4cl

Common Lisp logging framework, modeled after Log4J
Apache License 2.0
103 stars 32 forks source link

Log4Slime Elisp side fails to detect numeric EQL specializer #13

Open 7max opened 11 years ago

7max commented 11 years ago

When point is inside of a method like (defmethod blah ((a a-type) (b (eql 42)) the Log4CL menubar and C-c C-g d show category as blah a-type. It should be blah a-type 42