Re: [Python-mode] Hello

2010-03-04 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.03.2010 15:19, schrieb Jeff Bauer: On 03/02/2010 05:12 PM, Georg Brandl wrote: I've only just subscribed this list since I complained a bit to Barry about the general state of Python in Emacs and he managed to recruit me as a contributor

Re: [Python-mode] form inserting print

2010-03-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 12.03.2010 10:51, schrieb Andreas Roehler: Hi python-mode folks, form below should speed up writing print-statements in Python a little bit. (defun druck (optional arg) Inserts a print statement out of current `(car kill-ring)' by

Re: [Python-mode] Time for a new release?

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.01.2011 00:19, schrieb Barry Warsaw: Hi Georg, On Jan 05, 2011, at 09:58 PM, Georg Brandl wrote: I have some more changes that I'd like to discuss before committing. (These are features in my patched version at bitbucket.org/birkenfeld

Re: [Python-mode] simplified procedure

2011-01-11 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11.01.2011 16:20, schrieb Barry Warsaw: Hi Andreas, On Jan 11, 2011, at 09:55 AM, Andreas Röhler wrote: With respect to the still considerable amount of reports and a possible speed up of it's treatment, please permit some reflexions, how

Re: [Python-mode] python.el

2011-02-03 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.02.2011 22:13, schrieb s...@pobox.com: Georg - From reading emacs-devel, it seems that the python.el has made Georg changes to the mode and explicitly taken them out of the Georg copyright assignment for the FSF, so Emacs

Re: [Python-mode] python.el

2011-02-03 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.02.2011 22:19, schrieb s...@pobox.com: Barry Wonderful. Barry http://thread.gmane.org/gmane.emacs.devel/135075 Wasn't a lot of our heartburn alwhile ago precipitated by Dave Love? He of the

Re: [Python-mode] myrkwid bug with backspace/delete

2011-04-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.04.2011 22:49, schrieb Barry Warsaw: On Apr 01, 2011, at 10:45 PM, Andreas Röhler wrote: Am 01.04.2011 21:58, schrieb Barry Warsaw: On Apr 01, 2011, at 12:31 PM, Andreas Röhler wrote: checked in fixes. Also cured a mistake of 745208'-fix,

Re: [Python-mode] one more myrkwid bug

2011-04-16 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 16.04.2011 09:42, schrieb Andreas Röhler: Am 16.04.2011 13:01, schrieb Georg Brandl: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 15.04.2011 23:41, schrieb Andreas Röhler: Am 15.04.2011 22:24, schrieb Barry Warsaw: On Apr 15, 2011, at 10

[Python-mode] Now testing latest version

2011-09-12 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've finally updated to the latest bzr version, and so far everything seems smooth. Some of the new customizables are really useful. One question: what does py-backslashed-continuation-indent do? When is it used, and when is

Re: [Python-mode] py-python-command default

2011-09-28 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 28.09.2011 18:04, schrieb Barry Warsaw: On Sep 28, 2011, at 01:15 PM, David Miller wrote: Yes, please. :) ipython is a separate program that doesn't come with stock Python. How about conditionally setting it - this is essentially what

Re: [Python-mode] py-execute-buffer and CWD

2011-11-01 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.11.2011 22:50, schrieb Andrea Crotti: On 11/01/2011 08:53 PM, Andreas Röhler wrote: cd is a shell command you can't mix that into Emacs Lisp. BTW ipython shell would understand cd it, but that's another item. Maybe give a example,

Re: [Python-mode] py-execute-buffer and CWD

2011-11-02 Thread Georg Brandl
Am 01.11.2011 21:53, schrieb Andreas Röhler: Am 01.11.2011 12:33, schrieb Andrea Crotti: While trying to run a script and there is already another *Python* buffer open for another directory, running the script normally fails if there are some relative file paths. Apparently the CWD in the

[Python-mode] Credits

2011-11-11 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andreas, while you are the most active contributor of python-mode at the moment, I don't think it was a good idea to remove all of the credits/copyright history from the file header. Also (defconst py-version This is experimental

Re: [Python-mode] different set of colors for pairs

2013-10-17 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 17.10.2013 21:13, schrieb Andreas Röhler: Hi Barry, hi all, the OP says: I want a different set of colors for the following pairs: import and from def and class try and if.