Hi Yaroslav,
If emacs22 is installed, you need not (or should not?) have python-mode
installed too, because it is included in Emacs. Try removing
python-mode then attempt to reproduce the bug again.
I have been able to work around this bug with the following:
sudo sed -i 's/py-mode-map/python-mode-map/g' \
/usr/share/emacs/site-lisp/pylint/pylint.el
sudo emacs --quick --batch --execute '(byte-compile-file
"/usr/share/emacs/site-lisp/pylint/pylint.el")'
sudo mv /usr/share/emacs/site-lisp/pylint/pylint.elc \
/usr/share/emacs22/site-lisp/pylint/
(Which works, even though it may be inelegant).
Gavin.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]