From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: python setup ? Date: Mon, 27 Apr 2009 10:53:53 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1240832562 4352 80.91.229.12 (27 Apr 2009 11:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 11:42:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 27 13:42:35 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LyNNj-0001Zc-2X for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 11:44:11 +0200 Original-Received: from localhost ([127.0.0.1]:45392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyNNi-00043h-9A for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2009 05:44:10 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!feeder.news-service.com!pfeed08.wxs.nl!newsfeed.kpn.net!pfeed09.wxs.nl!feeder.motzarella.org!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 76 Original-X-Trace: news.eternal-september.org U2FsdGVkX1++CIjpdRWR7o6VD/ODrz31jQD1SM2hpW2wZtdBPcPKPjVdtksSlyNBZrVignqAnpTH1Lj+tMYfsbwQsw83mOHc9I0oydqGbYYFnzPX2+MwHjeFyNpw8HWQLZ03BI5uendV+oLRoCHE7w== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 27 Apr 2009 08:53:55 +0000 (UTC) X-Auth-Sender: U2FsdGVkX197e4tPgKiikiqvPpkdnQVs8+kreqMJsMtoe9fnjQde/w== Cancel-Lock: sha1:jaSSSC2wqEAFwxQc/c0UUotCoWw= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168767 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64040 Archived-At: Andreas Röhler writes: > Richard Riley wrote: >> Richard Riley writes: >> >> >>> Xavier Maillard writes: >>> >>> >>>> Hi, >>>> >>>> I am starting to do some work with python. I am looking for >>>> options/setups to introduce into my .emacs file to have the best >>>> experience possible with this scripting language. >>>> >>>> Where should I start ? >>>> >>>> Regards >>>> >>>> Xavier >>>> >>> I played with some python options last year and it was, unfortunately, >>> rather messy. There were some conflicts between packages any python >>> versions. For what its worth, the following was working back when with >>> emacs 23: >>> >>> http://www.emacswiki.org/emacs/PythonMode#toc11 >>> http://richardriley.net/projects/emacs/dotprogramming#sec-1.3 >>> >>> It includes autocompletion from autocomplete using pysmell. Another >>> possible integration for eclim and the eclipse engine I would have >>> thought. >>> >>> The iPython bit is commented out - I can't remember why off the top of >>> my head. The pymacs git repository seems dead too unfortunately. >>> >>> The python-mode used is 5.1.0. >>> >>> >>> >> >> Just to follow up, I re-enabled the ipython bit and it worked fine. I >> had ipython 0.9.1 installed. >> >> The python config (for Linux) is then done in >> ~/.ipython/ipy_user_conf.py >> >> > > Hi, > > I've changed python-mode a little bit. > Purpose was to make movements a little bit easier, > more predictible. > > Comments welcome. > > BTW have a look at pydb from Rocky Bernstein, if not done already. > > Andreas I see you have a pycomplete. Nicholaj Schum has jus put together a company mode backend for pysmell. How does pycomplete compare to pysmell? > > -- > http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/files > https://code.launchpad.net/s-x-emacs-werkstatt/ > > > > --