Thursday, March 3, 2011

Debugging Flymake

While trying to debug an issue with http://hustoknow.blogspot.com/2011/02/jslint-and-rhino-support.html>JSLint/Rhino/Flymake, I noticed there were several ways to debug Lisp programs in Emacs:

1. Check out the *Messages* buffer. All the results from this Lisp program are dumped into here.

2. M-x ielm : you can verify your Lisp code yourself.

3. You can play with your config settings:
M-x customize-group 
flymake

No comments:

Post a Comment