Re: [Python-mode] huge files

2012-02-15 Thread Jeff Bauer
packages, then multi-file python-mode will be a non-issue. Perhaps we might see some convergence in this direction? Agreed that the decision is Andreas's, and I thank him for his efforts. Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode

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] 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 soon have a standard package manager. Jeff Bauer

Re: [Python-mode] emacs

2011-11-02 Thread Jeff Bauer
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/python.el Jeff Bauer Rubicon, Inc. On Fri, Oct 28, 2011 at 07:55:51AM +0530

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

2011-09-28 Thread Jeff Bauer
. Jeff Bauer Rubicon, Inc. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

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

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 default

[Python-mode] coding in emacs 23

2010-01-26 Thread Jeff Bauer
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-mode@python.org

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 tip! Jeff Bauer Rubicon, Inc

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

2009-01-28 Thread Jeff Bauer
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] 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

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/listinfo/python

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