From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Tue, 15 Sep 2015 17:16:00 +0900 Message-ID: <87zj0oxflr.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87si7977rs.fsf@tromey.com> <55DB7C3D.4090106@cs.ucla.edu> <55DE75FD.8020308@cs.ucla.edu> <55F5DD8C.70506@dancol.org> <55F62C16.4000105@dancol.org> <55F64F04.9030002@dancol.org> <55F6E43E.9030502@dancol.org> <8737ygz8z3.fsf@uwakimon.sk.tsukuba.ac.jp> <55F789D5.3080005@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1442305524 26471 80.91.229.3 (15 Sep 2015 08:25:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Sep 2015 08:25:24 +0000 (UTC) Cc: Paul Eggert , Emacs development discussions , Philipp Stephani , Stefan Monnier , =?utf-8?Q?Aur=C3=A9lien?= Aptel , Tom Tromey , Stephen Leake To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 15 10:25:13 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 1ZblY9-0007Cn-8N for ged-emacs-devel@m.gmane.org; Tue, 15 Sep 2015 10:25:13 +0200 Original-Received: from localhost ([::1]:45845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZblY8-0001lh-97 for ged-emacs-devel@m.gmane.org; Tue, 15 Sep 2015 04:25:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZblXq-0001kg-Iz for emacs-devel@gnu.org; Tue, 15 Sep 2015 04:24:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZblXn-0003yA-GO for emacs-devel@gnu.org; Tue, 15 Sep 2015 04:24:54 -0400 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:53160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZblXn-0003x7-6Y for emacs-devel@gnu.org; Tue, 15 Sep 2015 04:24:51 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id CF3311C39C0; Tue, 15 Sep 2015 17:16:00 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id A751F11EF83; Tue, 15 Sep 2015 17:16:00 +0900 (JST) In-Reply-To: <55F789D5.3080005@dancol.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" ffb5abc8dc4e XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 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:189968 Archived-At: Daniel Colascione writes: > On 09/14/2015 07:56 PM, Stephen J. Turnbull wrote: > The rest of the discussion aside: Python's current license is > GPLv3-compatible, isn't it? gnu.org and Python's documentation both > claim it is. AFAIK IANAL TINLA. That's not the issue I have in mind. Pragmatically speaking, even if it's not possible to legally prohibit you from distributing such a module, I think Richard would veto incorporation of such a module in Emacs, because it would make it possible to silently link Emacs to proprietary code via a Python plugin.