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: Sun, 26 Apr 2009 15:16:04 +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=us-ascii X-Trace: ger.gmane.org 1240827774 11307 80.91.229.12 (27 Apr 2009 10:22:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 10:22:54 +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 12:22:46 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 1Ly4cX-0000ug-Bm for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Apr 2009 15:42:13 +0200 Original-Received: from localhost ([127.0.0.1]:38325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ly4b8-0001eJ-4x for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Apr 2009 09:40:46 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!nuzba.szn.dk!pnx.dk!feeder.motzarella.org!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-X-Trace: news.eternal-september.org U2FsdGVkX18KRR0sfApke4QjsTpJKe34/53FEDgoC3L567Ef3sskJ7tjDk+9wOBYD0hLkVt6lc9I4SWakRKBNMboh5IXrugEJ3YlKfB9wRLRONd5QvG5NO261kL1USd1FJCZGatbnQRW7vZD3Z4dOQ== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sun, 26 Apr 2009 13:16:05 +0000 (UTC) X-Auth-Sender: U2FsdGVkX19FlNgojRGovKZ1N5IdAhPxIavMgxuQrAeE38Kwm11BPA== Cancel-Lock: sha1:vvzkgd8bLIrQsrJytvd8UiWfcAA= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:168761 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:64035 Archived-At: 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