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: persistent lisp objects Date: Fri, 02 Oct 2009 23:36:39 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254541022 8033 80.91.229.12 (3 Oct 2009 03:37:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Oct 2009 03:37:02 +0000 (UTC) Cc: Thierry Volpiatto , emacs-devel@gnu.org To: MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 03 05:36:54 2009 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.50) id 1MtvQR-0001PR-Nb for ged-emacs-devel@m.gmane.org; Sat, 03 Oct 2009 05:36:51 +0200 Original-Received: from localhost ([127.0.0.1]:44312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtvQQ-00063F-UX for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 23:36:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtvQL-00061S-GN for emacs-devel@gnu.org; Fri, 02 Oct 2009 23:36:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtvQH-0005vd-1W for emacs-devel@gnu.org; Fri, 02 Oct 2009 23:36:44 -0400 Original-Received: from [199.232.76.173] (port=43978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtvQG-0005va-Rg for emacs-devel@gnu.org; Fri, 02 Oct 2009 23:36:40 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:40202 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtvQG-0006FZ-FU for emacs-devel@gnu.org; Fri, 02 Oct 2009 23:36:40 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYEAEJjxkpFxIJG/2dsb2JhbACBUtI8hCwEhx0 X-IronPort-AV: E=Sophos;i="4.44,498,1249272000"; d="scan'208";a="47027200" Original-Received: from 69-196-130-70.dsl.teksavvy.com (HELO ceviche.home) ([69.196.130.70]) by ironport2-out.pppoe.ca with ESMTP; 02 Oct 2009 23:36:39 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8120CB4152; Fri, 2 Oct 2009 23:36:39 -0400 (EDT) In-Reply-To: (MON KEY's message of "Fri, 2 Oct 2009 16:55:15 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115875 Archived-At: > For example, doesn't GNU Bison have "special" licensing consideration > to accommodate similar quandary? For Elisp, the situation is fairly different: there is pretty much no way to write useful Elisp code that doesn't fall under the GPL, because it essentially needs to be linked with Emacs (or XEmacs). So it's all GPL in any case. Stefan