On 7/23/2011 9:48 AM, Andreas Röhler wrote:
Hi all,

proudly announcing the release of

python-mode.el 6.0 at

http://launchpad.net/python-mode/trunk/6.0/+download/python-mode-6.0.tgz

Installation instructions?

Seems like the prior python-mode was just a single file, so pretty straightforward, unpack to d:\somewhere, and then in the emacs rc:

(add-to-list 'load-path "d:/somewhere")
(autoload 'python-mode "python-mode" "Python Mode." t)


The new one has lots of files, not sure what to do with them... anyway, did the same as above, and get the following error:

Error in menu-bar-update-hook: (void-function region-active-p)


Gnu Emacs 22.1.1 here. I'd upgrade to a newer Emacs, but last time I tried, the "better Unicode support" was actually worse. (Trying to open files with Unicode names, and trying to paste in Unicode text from AutoHotKey.)
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to