From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: Comment on Emacs Lisp Introduction Date: Sun, 01 Aug 2010 14:06:50 +0200 (CEST) Message-ID: <20100801.140650.297219757.hanche@math.ntnu.no> References: <87fwyy261p.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280681862 3907 80.91.229.12 (1 Aug 2010 16:57:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2010 16:57:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 01 18:57:41 2010 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 1Ofbr0-0001Ol-Hm for ged-emacs-devel@m.gmane.org; Sun, 01 Aug 2010 18:57:39 +0200 Original-Received: from localhost ([127.0.0.1]:46190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofbqw-0004Y7-G0 for ged-emacs-devel@m.gmane.org; Sun, 01 Aug 2010 12:57:34 -0400 Original-Received: from [140.186.70.92] (port=49930 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfbSA-0002Mf-EC for emacs-devel@gnu.org; Sun, 01 Aug 2010 12:32:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfXKT-0006C4-48 for emacs-devel@gnu.org; Sun, 01 Aug 2010 08:07:46 -0400 Original-Received: from anne.math.ntnu.no ([129.241.15.150]:55107) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OfXKS-000647-Kr for emacs-devel@gnu.org; Sun, 01 Aug 2010 08:07:45 -0400 Original-Received: (qmail 4008 invoked from network); 1 Aug 2010 12:06:40 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by anne.math.ntnu.no with ESMTPA; 1 Aug 2010 12:06:40 -0000 In-Reply-To: <87fwyy261p.fsf@lola.goethe.zz> X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 7.0.50 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:128078 Archived-At: + David Kastrup : > Distributing Emacs without corresponding source to the byte code is a > violation of its license. Is it? I thought you only had to offer access to the source code. Section 6 of the GPL lists a number of ways to do this. But I would agree that giving people a runnable emacs without lisp/*.el[.gz] is at least in bad taste. - Harald