From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add prettify symbols to python-mode Date: Tue, 22 Sep 2015 08:44:44 -0400 Message-ID: References: <1442777283-27514-1-git-send-email-mvoteiza@udel.edu> <20150921005306.GA29147@holos> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442925906 16559 80.91.229.3 (22 Sep 2015 12:45:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2015 12:45:06 +0000 (UTC) Cc: mvoteiza@udel.edu, xfq.free@gmail.com, fgallina@gnu.org, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 22 14:44:56 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZeMwG-0001Ix-Jb for ged-emacs-devel@m.gmane.org; Tue, 22 Sep 2015 14:44:52 +0200 Original-Received: from localhost ([::1]:39235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeMwF-0001Gg-W9 for ged-emacs-devel@m.gmane.org; Tue, 22 Sep 2015 08:44:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeMwD-0001Ga-A7 for emacs-devel@gnu.org; Tue, 22 Sep 2015 08:44:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeMw9-0003cT-9O for emacs-devel@gnu.org; Tue, 22 Sep 2015 08:44:49 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:18191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeMw9-0003c1-4Q; Tue, 22 Sep 2015 08:44:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AsEwA731xV/2yixEVcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBAQYCAR+LOoUFB4QtBbM/gUUjYYMzIoJ4AQEB X-IPAS-Result: A0AsEwA731xV/2yixEVcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBAQYCAR+LOoUFB4QtBbM/gUUjYYMzIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165532707" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO ceviche.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Sep 2015 08:44:44 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 10B186614D; Tue, 22 Sep 2015 08:44:44 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Tue, 22 Sep 2015 02:55:59 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190241 Archived-At: >> Indeed. python.el will be distributed via GNU ELPA, so compatibility >> with older Emacsen is relevant. > Python is an important language -- shouldn't our support for Python > be in the main Emacs distribution? It is. Python.el's maintainer has worked on the elpa scripts so that GNU ELPA packages can be built directly from the emacs.git source code. This way packages like python.el and seq.el which want to be bundled with Emacs as well as distributed via GNU ELPA can do so without having to duplicate them between elpa.git and emacs.git. This is not quite ready yet, but ... any day now. Stefan