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öhlerandreas.roeh...@online.de 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.

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
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

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

[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

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

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.

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 andreas.roeh...@online.de 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

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 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