[Python-mode] Problem with Multi-Line Comments

Kent Borg kentborg at borg.org
Fri Dec 11 15:25:48 CET 2009


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+".


kentborg at 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.



More information about the Python-mode mailing list