Hi Sylvain,

Here's a small change to the documentation on getting flymake to run pylint.

--- /opt/local/share/doc/py26-lint/flymake.txt  2010-07-10 16:36:42.000000000 
+1200
+++ ~/derek/flymake.txt 2010-07-23 09:10:04.000000000 +1200
@@ -37,6 +37,7 @@
     ;; appear in the minibuffer
     (defun show-fly-err-at-point ()
       "If the cursor is sitting on a flymake error, display the message in the 
minibuffer"
+      (require 'cl)
       (interactive)
       (let ((line-no (line-number-at-pos)))
         (dolist (elem flymake-err-info)

derek

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to