From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rustom Mody" Newsgroups: gmane.emacs.help Subject: emacs goodies for python development Date: Thu, 21 Jun 2007 09:08:08 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1987891906==" X-Trace: sea.gmane.org 1182397111 4024 80.91.229.12 (21 Jun 2007 03:38:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 03:38:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 05:38:30 2007 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 1I1DV6-0001uF-VL for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2007 05:38:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1DV6-0003uf-GF for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jun 2007 23:38:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1DUq-0003uY-5p for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 23:38:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1DUo-0003uM-2L for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 23:38:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1DUn-0003uJ-VO for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 23:38:10 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.249]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1DUn-0003oL-K0 for help-gnu-emacs@gnu.org; Wed, 20 Jun 2007 23:38:09 -0400 Original-Received: by an-out-0708.google.com with SMTP id c25so75588ana for ; Wed, 20 Jun 2007 20:38:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=D4mdUqfvHHkLdvYgUxexE+0lvHLIfG7rjKbYLJrGXT6622dWpnqR1onR3XZZPvwMI5kT/Wrl1cD4O2e2v6u1EBzDDyg542Bjao2gW8cL9LB0xv/0Ml0XXiWbFYCvSzmAuRU7NoHwHh3QNThTzC/RvJ1gtJjtfQbp8KSvJHVPPkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Ol3YYqXji5pahL1vCN7ZcJGj73ppsoZcIqw3VMzVMCJXcwLilATmPpMrAAb3NXKZVHluTxEQ7AYy4rwxhliQMq5WUamOdIQThl2cRG8qy8zBnd+D2rhcRO7e/LAy5ZUoFF4H6qy7erKd0I1OUcEbxWGoEt+jHZ3JSTAKdRZfS1Q= Original-Received: by 10.100.190.8 with SMTP id n8mr855805anf.1182397088698; Wed, 20 Jun 2007 20:38:08 -0700 (PDT) Original-Received: by 10.100.112.6 with HTTP; Wed, 20 Jun 2007 20:38:08 -0700 (PDT) X-detected-kernel: Linux 2.6 (newer, 2) 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:45195 Archived-At: --===============1987891906== Content-Type: multipart/alternative; boundary="----=_Part_133512_9861981.1182397088673" ------=_Part_133512_9861981.1182397088673 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I am trying to setup emacs for python development at place of work. I would like to push for emacs culture over eclipse and so want to know what to do for the python-related emacs goodies. I need things like completion and help. I believe there is some way of customizing eldoc to give 'hover tips'. Also anything else that is there -- gud support? I am running debian etch and am using the python-mode package that comes with debian. emacs-wiki says there are two python modes. Which this one is I am not sure. locate python-mode.el gives me /etc/emacs/site-start.d/50python-mode.el /usr/share/emacs/site-lisp/python-mode/python-mode.el ------=_Part_133512_9861981.1182397088673 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I am trying to setup emacs for python development at place of work.  I would like to push for emacs culture over eclipse and so want to know what to do for the python-related emacs goodies.

I need things like completion and help. I believe there is some way of customizing eldoc to give 'hover tips'.
Also anything else that is there -- gud support?

I am running debian etch and am using the python-mode package that comes with debian.  emacs-wiki says there are two python modes.
Which this one is I am not sure.

locate python-mode.el  
gives me
/etc/emacs/site-start.d/50python-mode.el
/usr/share/emacs/site-lisp/python-mode/python-mode.el
------=_Part_133512_9861981.1182397088673-- --===============1987891906== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1987891906==--