Re: [Python-mode] Emacs python-mode.el bug #1207470

2014-02-17 Thread Andreas Röhler
Am 15.02.2014 22:18, schrieb Frank Stutzman: This has been resolved and I want to publically thank Andreas for finding and fixing this bug so quick. I'm fairly new to open source development and the rapidity that this was fix was gratifying. You are welcome! _

Re: [Python-mode] Emacs Remote Python Interpreters

2012-06-04 Thread Andreas Röhler
Am 04.06.2012 22:57, schrieb Matt McClure: I'd like to use Emacs as my IDE for a Python project as follows: 1. Emacs running on a Mac host machine. 2. Python running on a Linux guest VM. 3. A single copy of the code shared between the host and guest machines via NFS or VirtualBox shared folder.

Re: [Python-mode] emacs-for-python

2011-11-04 Thread Gabriele Lanaro
Ok, in the meantime I'll look at the reports and blueprints on the website and start working on something. Bye! 2011/11/3 Andreas Röhler > Am 03.11.2011 18:23, schrieb Gabriele Lanaro: > > Hi! emacs-for-python is mostly a big bundle that configures various >> existent python packages, the prob

Re: [Python-mode] emacs-for-python

2011-11-04 Thread Gabriele Lanaro
Hi! emacs-for-python is mostly a big bundle that configures various existent python packages, the problem it is trying to solve is to pack all the features (syntax check, autocompletion, snippets etc.) in a single place (it's very symilar to emacs-starter-kit in this respect). The default python-mo

Re: [Python-mode] emacs-for-python

2011-11-03 Thread Andreas Röhler
Am 03.11.2011 19:05, schrieb Gabriele Lanaro: Ok, in the meantime I'll look at the reports and blueprints on the website and start working on something. Great. What about to start with new Blueprint, a kind of specification, listing all the goals? Maybe you have something suitable for copy-

Re: [Python-mode] emacs-for-python

2011-11-03 Thread Andreas Röhler
Am 03.11.2011 18:23, schrieb Gabriele Lanaro: Hi! emacs-for-python is mostly a big bundle that configures various existent python packages, the problem it is trying to solve is to pack all the features (syntax check, autocompletion, snippets etc.) in a single place (it's very symilar to emacs-sta

[Python-mode] emacs-for-python

2011-11-03 Thread Andreas Röhler
Hi Gabriele, as your mode was been mentioned lately at python-mode@python.org, had a look again. That's cool stuff indeed. You introduced a lot we are heading to. As for python-mode.el, focus was on Emacs as Editor lately: addressing python forms from definitions down to statements, py-expre

Re: [Python-mode] emacs

2011-11-02 Thread akira
On 10/28/2011 06:25 AM, Rinu Boney wrote: I Would Love to Know How To Set Up Emacs As A Python Code Editing Environment Using python-mode.el. I Have No Experience in Emacs. Can U Help or Point Out Something That Can Help Me ? See https://github.com/eschulte/emacs24-starter-kit/ -- akira. ___

Re: [Python-mode] emacs

2011-11-02 Thread Jeff Bauer
Rinu, Just follow the instructions in python-mode.el: To install, just drop this file into a directory on your load-path and byte-compile it. To set up Emacs to automatically edit files ending in ".py" using python-mode, add to your emacs init file (~/.emacs, ~/.emacs.el, or ~/.emacs.d/init.el)

Re: [Python-mode] emacs

2011-11-02 Thread Andrea Crotti
On 10/28/2011 03:25 AM, Rinu Boney wrote: I Would Love to Know How To Set Up Emacs As A Python Code Editing Environment Using python-mode.el. I Have No Experience in Emacs. Can U Help or Point Out Something That Can Help Me ? Thanks. I've never seem someone capitalising every word :D In Germa

[Python-mode] emacs

2011-11-02 Thread Rinu Boney
I Would Love to Know How To Set Up Emacs As A Python Code Editing Environment Using python-mode.el. I Have No Experience in Emacs. Can U Help or Point Out Something That Can Help Me ? Thanks. ___ Python-mode mailing list Python-mode@python.org http://mail

Re: [Python-mode] Emacs block indentation

2009-09-30 Thread Andreas Röhler
Jaideep Das wrote: > I am using emacs 2.2 at work and 2.3 at home for python coding. I want to > know how can I indent or outdent a block of code multiple times. What I mean > is when I select a code part using C-space and then use C-x / C-c-> / > C-c-< to indent or outdent, this only works once a

Re: [Python-mode] Emacs 22.2 & automatic indentation in Python mode?

2008-11-20 Thread skip
>> ... Emacs 22.2 ... Instead, pressing Enter merely takes me back to >> column 1 of the next line. Barry> You're probably getting a different python-mode than what this Barry> mailing list generally supports. Indeed you are. From what I've seen that's a common complaint about t

Re: [Python-mode] Emacs 22.2 & automatic indentation in Python mode?

2008-11-20 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 20, 2008, at 1:00 PM, James Hartley wrote: I have probably overlooked something obvious, but after installing Emacs 22.2, I am not getting code to automatically indent as I expected in Python mode. Instead, pressing Enter merely takes me bac

[Python-mode] Emacs 22.2 & automatic indentation in Python mode?

2008-11-20 Thread James Hartley
I have probably overlooked something obvious, but after installing Emacs 22.2, I am not getting code to automatically indent as I expected in Python mode. Instead, pressing Enter merely takes me back to column 1 of the next line. I am seeing "Python" in the status line at the bottom, so I'm assum