From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: m h Newsgroups: gmane.emacs.devel Subject: Re: A new major-mode for Python Date: Wed, 16 Feb 2011 21:04:56 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1297915515 11414 80.91.229.12 (17 Feb 2011 04:05:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 04:05:15 +0000 (UTC) Cc: Emacs-Devel devel To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 17 05:05:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ppv78-0001s5-KR for ged-emacs-devel@m.gmane.org; Thu, 17 Feb 2011 05:05:11 +0100 Original-Received: from localhost ([127.0.0.1]:49055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppv72-0002JI-7O for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2011 23:05:04 -0500 Original-Received: from [140.186.70.92] (port=43153 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppv6x-0002J2-HP for emacs-devel@gnu.org; Wed, 16 Feb 2011 23:05:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppv6w-0000RS-9l for emacs-devel@gnu.org; Wed, 16 Feb 2011 23:04:59 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:37530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppv6w-0000R1-5i for emacs-devel@gnu.org; Wed, 16 Feb 2011 23:04:58 -0500 Original-Received: by wyj26 with SMTP id 26so2102355wyj.0 for ; Wed, 16 Feb 2011 20:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=OxR2r3g+R7s0twPkzVO83DOnNjjyroI8Y9D9MjECAVg=; b=nEqKLZgWfuPmokNWh+a7j25miiuFGrAd7n2dX/xb92iL9oyzBC7frIcjzQr1f0I5lB 4wkXnq3GUMCJwHHKbB5TzBPiFKPZFq6fDM6t1yK95JkSukMd5HrWkPXbW//CRQEcXWwF 0U2jVyE5wE0RVZqwOu1p1F4+qIDSTtkFAH564= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Nmq5zTXiPvY+EiQ4UyFnt0bAImy6arrLPaTy/S5o63KuWTqxslBorBpZgkdVnqnjFw w/cFoIwhTip0O59MOpvcJ8hZGK+n895w9Ib0qVV539RIs5oGK7g/We/V67sZXkOFKx3X cEKhqsrhPSpkHtd5mKV9gzSKdSKZtH/RIM0p0= Original-Received: by 10.216.56.65 with SMTP id l43mr42388wec.113.1297915496361; Wed, 16 Feb 2011 20:04:56 -0800 (PST) Original-Received: by 10.216.121.144 with HTTP; Wed, 16 Feb 2011 20:04:56 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136129 Archived-At: On Tue, Feb 15, 2011 at 1:05 AM, Fabian Ezequiel Gallina wrote: > Hello Emacs devs, > > I know the status of GNU/Emacs python.el has been discussed several > times on this list and I know there were some hopes for a merge > between python-mode.el[0] and python.el that never happened (mainly > because of Copyright issues AFAIK). Fabian- As a python-mode.el user, I'm curious how the feature set compares to python-mode.el? What is missing, what is new/extra? (Not trying to start flame war or anything, just curious) cheers, matt