Comment 27 for bug 939577

Revision history for this message
Ryan Kaskel (ryankaskel) wrote :

I'm marking this as "new" again for a brief fix.

Could line 2866 check for py-verbose-p?

(http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/view/head:/python-mode.el#L2866)

(message "py-indent-line-indent: %s" py-indent-line-indent) -->
(when (and (interactive-p) py-verbose-p) (message "py-indent-line-indent: %s" py-indent-line-indent))