Re: [Python-mode] python-mode.el 6.0 released

2012-01-26 Thread Andreas Röhler
Am 27.01.2012 05:44, schrieb François Pinard: Andreas Röhler writes: (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 Does add-to-list do that? Good question. M-x describe-variable

Re: [Python-mode] python-mode.el 6.0 released

2012-01-26 Thread François Pinard
Andreas Röhler writes: (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 >> Does add-to-list do that? > Good question. M-x describe-variable RET load-path should tell you. Whi

Re: [Python-mode] python-mode.el 6.0 released

2011-07-27 Thread Barry Warsaw
On Jul 23, 2011, at 06:48 PM, Andreas Röhler wrote: >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 Congratulations Andreas! -Barry signature.asc Description: PGP signature __

Re: [Python-mode] python-mode.el 6.0 released

2011-07-24 Thread Andreas Röhler
Sure, it's a great program. I've been using it for at least 20 years! Unicode didn't exist back then. This is the first time they've delivered a new feature that doesn't work... sadly. But I can understand that converting a program that didn't use Unicode, to use Unicode, is a huge effort. On t

Re: [Python-mode] python-mode.el 6.0 released

2011-07-24 Thread Glenn Linderman
On 7/23/2011 11:34 PM, Andreas Röhler wrote: Please write a bug report. Also posting on the emacs-help might be useful. Thanks for your suggestions here, I know it is out of scope for python-mode. But reporting the bug in emacs 3 years ago, and the deficiencies of that process from a user per

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Andreas Röhler
Please write a bug report. Also posting on the emacs-help might be useful. Thanks for your suggestions here, I know it is out of scope for python-mode. But reporting the bug in emacs 3 years ago, and the deficiencies of that process from a user perspective, do not encourage following the proce

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Glenn Linderman
On 7/23/2011 1:23 PM, Andreas Röhler wrote: 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-m

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Andreas Röhler
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

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Glenn Linderman
On 7/23/2011 11:59 AM, Andreas Röhler wrote: 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 ins

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Felipe Reyes
On Jul 23, 2011 12:49 PM, "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 > Congratulations, thanks to all the developers for giving us a new python-mode version Regard

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Andreas Röhler
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. py

Re: [Python-mode] python-mode.el 6.0 released

2011-07-23 Thread 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? Seems like the prior python-mode was just a single file, so pretty straightforward

[Python-mode] python-mode.el 6.0 released

2011-07-23 Thread Andreas Röhler
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 It comes with some new commands, as shown below for `mark': py-mark-statement py-mark-block py-mark-block-or-clause py-mark-def py-mark-def-or-class py-mark