Am 23.07.2011 20:30, schrieb Glenn Linderman:
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?
nothing changed in this respect. python-mode.el should work stand-alone
as the previous one.
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)
make sure python-mode.el is earlier in path than python.el
there are some known hassles, because both modes calling them "python-mode"
The new one has lots of files, not sure what to do with them...
have a look into the README
anyway,
did the same as above, and get the following error:
Error in menu-bar-update-hook: (void-function region-active-p)
thanks, will fix this
for the moment please use:
(unless (featurep 'xemacs)
(defun region-active-p ()
"and mark-active transient-mark-mode
(not (eq (region-beginning) (region-end)"
(and mark-active transient-mark-mode
(not (eq (condition-case nil (region-beginning)(error nil))
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.)
Doesn't meet my experience. We are on Emacs23.3 which is the best Emacs
ever IMHO.
Andreas
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode