I ran into this too, and removing python-mode solved the problem. Looking at the python-mode package's install scripts, it doesn't byte- compile the elisp for Emacs 22 (the fix doko is referring to).
However, the /etc/emacs/site-start.d/50python-mode.el file still gets processed by emacs22 and appears to shadow the builtin python-mode. There seem to be two solutions here: 1. make 50python-mode.el check the Emacs version 2. install 50python-mode.el into a version dependent startup directory. -- python-mode does not work https://bugs.launchpad.net/bugs/134308 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
