Re: [Python-mode] python-mode.el testbot

2012-04-18 Thread David Miller
ake any public claims about Emacs / Elisp support, Emacs is installed on all of their build machines, and I've had no problems running ERT based Elisp test suites via $ emacs -batch ... [1] http://travis-ci.org/ -- Love regards etc David Miller http://www.deadpansincerit

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

2011-09-28 Thread David Miller
quot;python") >py-execute-region-python3 > >py-execute-region-python2.7 > >py-execute-region-ipython > > > >etc., which should be faster to use than customization. > +1 -- Love regards etc David Miller http://www.deadpansincerity.com 07854 880 883 _

[Python-mode] python-mode.el 6.0

2011-07-28 Thread David Miller
tgz > > Congratulations Andreas! > > -Barry > > ___ > Python-mode mailing list > Python-mode@python.org > http://mail.python.org/mailman/listinfo/python-mode > > -- Love regards etc David Miller http://www.deadpansincer

Re: [Python-mode] code/macros to reformat code

2011-05-12 Thread David Miller
> > > my_string = "foo bar baz ... junk" > "stuff etc" > > > then "stuff etc" will not be assigned to my_string any more. > (Possibly) worse than that, it's going to throw an IndentationError :) Have you tried M-

[Python-mode] Python mode decorators-face

2011-03-28 Thread David Miller
ooks like the wrong highlighting, was wondering if this was considered a feature or a bug :) The alteration to the regex is dead simple, was wondering if I should go through the launchpad bug-report - patch cycle or just continue to override it my end? Love regards etc Davi