Andreas Roehler wrote: > python-mode.el version 351 is in use. I am not using that version. I dug around and downloaded 351. Internally mine is versioned: "5.1.0", 351 says "5.1.0+".
kentb...@bottom:~$ diff /usr/share/emacs/site-lisp/python-mode/python-mode.el /home/kentborg/sw_downloads/python-mode.el 12c12 < (defconst py-version "5.1.0" --- > (defconst py-version "5.1.0+" 2406c2406,2407 < (indent-rigidly start end count))) --- > (let (deactivate-mark) > (indent-rigidly start end count)))) 2419c2420 < (m (mark)) --- > (m (condition-case nil (mark) (mark-inactive nil))) 2447c2448 < (m (mark)) --- > (m (condition-case nil (mark) (mark-inactive nil))) Dropping the new one in place doesn't fix it, but I think I need to compile something... Thanks, -kb, the Kent who is heading off to ask Google again. _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode