From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Sun, 30 May 2004 10:30:46 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <8011-Fri28May2004112422+0300-eliz@gnu.org> <20040529163455.C36E.LEKTU@mi.madritel.es> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085927683 21408 80.91.224.253 (30 May 2004 14:34:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 May 2004 14:34:43 +0000 (UTC) Cc: jmbarranquero@wke.es, eliz@gnu.org, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 30 16:34:38 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUROY-0004fE-00 for ; Sun, 30 May 2004 16:34:38 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUROY-0004gj-00 for ; Sun, 30 May 2004 16:34:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUROg-0001jq-Sm for emacs-devel@quimby.gnus.org; Sun, 30 May 2004 10:34:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BURLY-0008Ep-T9 for emacs-devel@gnu.org; Sun, 30 May 2004 10:31:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BURLW-0008Ct-IE for emacs-devel@gnu.org; Sun, 30 May 2004 10:31:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BURLW-0008Co-9Q for emacs-devel@gnu.org; Sun, 30 May 2004 10:31:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BURKp-0002HW-Lb for emacs-devel@gnu.org; Sun, 30 May 2004 10:30:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BURKo-000206-IX; Sun, 30 May 2004 10:30:46 -0400 Original-To: Juanma Barranquero In-reply-to: <20040529163455.C36E.LEKTU@mi.madritel.es> (message from Juanma Barranquero on Sat, 29 May 2004 17:07:33 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24218 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24218 > Note that linking Emacs with libraries not available in source form > and distributing the linked executable also violates the GPL except > in certain special cases (libraries distribute with the kernel or > compiler). The graphics libraries on Windows are DLLs. They not only aren't statically linked, they are not even dynamically linked in the traditional sense. Our position is that when a program is designed to use certain specific libraries, it has been combined with them, regardless of whether the linking is static or dynamic. In other words, we won't let people get around the GPL merely by putting code into DLLs.