[Python-mode] underscore syntax

2008-11-28 Thread Jeff Bauer
Did the behavior python-mode change with respect to the syntax of vars_with_underscores? Keying M-f or M-b now stops the cursor at the underscores rather than grabbing the entire variable. Prior, in GNU Emacs 21.4, the behavior worked as I expected. -- Jeff Bauer

Re: [Python-mode] underscore syntax

2008-11-29 Thread Jeff Bauer
Diez B. Roggisch wrote: Jeff Bauer schrieb: Did the behavior python-mode change with respect to the syntax of vars_with_underscores? Keying M-f or M-b now stops the cursor at the underscores rather than grabbing the entire variable. Prior, in GNU Emacs 21.4, the behavior worked as I expected

Re: [Python-mode] merging

2009-01-13 Thread Jeff Bauer
Beverley, If you're taking requests, support for "which-func-mode" might be on my list for the python-mode.el merge. Thanks. Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/

Re: [Python-mode] paren-deactivate

2009-01-22 Thread Jeff Bauer
s...@pobox.com wrote: My preference would be to leave it as-is. +1. While not up to lisp-y levels, I also find it useful with nested tuples/functions, esp. if they span multiple lines. -Jeff ___ Python-mode mailing list Python-mode@python.org http:/

Re: [Python-mode] merging python-mode.el and python.el

2009-01-28 Thread Jeff Bauer
el we can all borrow from each other. +1 Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] making stack traces clickable in gud.el pdb output.

2010-01-19 Thread Jeff Bauer
"clickable"? Is that like using that mouse thing? To paraphrase a wise man, "There's no clicking in Emacs!" :) But the track ball scroll wheel is AWESOME. I've never tried running pdb from an emacs shell. Thanks for the

[Python-mode] coding in emacs 23

2010-01-26 Thread Jeff Bauer
ook up and realize I've only grabbed the first portion of the python statement. This also messes up the way I used to do some on-the-fly macros. Anyone else affected by this disconnect? -- Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-

Re: [Python-mode] coding in emacs 23

2010-01-27 Thread Jeff Bauer
On 01/27/2010 03:09 AM, Bernhard Herzog wrote: On 27.01.2010, Jeff Bauer wrote: It used to be if my cursor was positioned on (0,1) and I pressed ^N, the cursor would jump down to the second line of code (0,3). Now it goes to (0,2) which is still considered (0,50). That's a new defau

Re: [Python-mode] Hello

2010-03-03 Thread 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 :) Hi Georg! Any cool Python/Emacs tricks you'd care to share? (Or Barry?) Jeff "Shaun Wh

[Python-mode] OT: web-based color theme creator

2010-03-21 Thread Jeff Bauer
If you like to tweak your color themes, check this out: http://alexpogosyan.com/color-theme-creator/ Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

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

2011-09-28 Thread Jeff Bauer
; -Barry Agreed. Django originally had this behavior. I filed a patch to fix the implicit assumption. Vanilla python should be the default, ipython (or whatever) when specifically requested. Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] emacs

2011-11-02 Thread Jeff Bauer
hon-mode" "Python editing mode." t) Alternatively, if you want an out-of-the box emacs python experience, you can try: http://gabrielelanaro.github.com/emacs-for-python/ But it's using a home brew python.el version rather than python-mode.el: https://github.com/fgallina/py

Re: [Python-mode] Python Developers Emacs Environment - PDEE

2011-11-09 Thread Jeff Bauer
d be still easier as now by clickable fields - > which would be another task. Presently it requires still some Emacs > Lisp understanding IMHO. ... Would it make sense for PDEE to be delivered through Marmalade? http://marmalade-repo.org/ I'm kind of excited that emacs will soon have a

Re: [Python-mode] Python Developers Emacs Environment - PDEE

2011-11-09 Thread Jeff Bauer
On Wed, Nov 09, 2011 at 05:45:24PM +0100, Andreas Röhler wrote: > Am 09.11.2011 14:56, schrieb Jeff Bauer: > >Would it make sense for PDEE to be delivered through Marmalade? > > > > http://marmalade-repo.org/ > > > >I'm kind of excited that emacs will s

Re: [Python-mode] making stack traces clickable in gud.el pdb output.

2012-01-26 Thread Jeff Bauer
François, Hah! So funny for you to bring up *that* specific post from Barry. It's been sitting in my inbox as msg #1 for the past couple years. Even though I copied it to my org notes, I've always had it there. So when your email arrived, my reader threaded it back to Barry's 2-year-old post.

Re: [Python-mode] menu item names

2012-02-08 Thread Jeff Bauer
ould take the virtualenv stuff, when ready +1 Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] huge files

2012-02-15 Thread Jeff Bauer
I think a single file makes it easier for non-experts (I'm in this category) to drop in .emacs.d and run. http://marmalade-repo.org/about However, as the Marmalade server (hopefully) becomes a standard method for distributing 3rd party emacs packages, the