From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.help Subject: Re: Emacs and Python Date: Fri, 13 Mar 2009 07:44:39 -0400 Message-ID: References: <864oxzf9e6.fsf@chrys.izb.knu.ac.kr> <49B8CD46.9050106@irisa.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1236945444 29548 80.91.229.12 (13 Mar 2009 11:57:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2009 11:57:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 12:58:41 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 1Li62C-0004e3-Qg for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2009 12:58:41 +0100 Original-Received: from localhost ([127.0.0.1]:53153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Li60q-0008Vx-Ta for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2009 07:57:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Li5p4-0005u6-Sb for help-gnu-emacs@gnu.org; Fri, 13 Mar 2009 07:45:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Li5ov-0005rl-J3 for help-gnu-emacs@gnu.org; Fri, 13 Mar 2009 07:45:05 -0400 Original-Received: from [199.232.76.173] (port=39200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Li5ov-0005r3-AH for help-gnu-emacs@gnu.org; Fri, 13 Mar 2009 07:44:57 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:37102 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Li5ou-0005c7-By for help-gnu-emacs@gnu.org; Fri, 13 Mar 2009 07:44:56 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Li5os-0008Se-8O for help-gnu-emacs@gnu.org; Fri, 13 Mar 2009 11:44:54 +0000 Original-Received: from 139.85.239.116 ([139.85.239.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 11:44:54 +0000 Original-Received: from ndbecker2 by 139.85.239.116 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 11:44:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.help Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.239.116 User-Agent: KNode/0.99.01 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:62884 Archived-At: Sebastien LE MAGUER wrote: > Hello, > > I use python with Emacs and actually I use the python-mode combined with > semantic (CEDET package). What does semantic provide for you? How do you use them?