From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Mon, 31 May 2004 19:42:12 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040527095900.0842.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086029031 32214 80.91.224.253 (31 May 2004 18:43:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 18:43:51 +0000 (UTC) Cc: Peter Lee , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 20:43:42 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 1BUrl7-0002Cb-00 for ; Mon, 31 May 2004 20:43:41 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUrl7-0007yi-00 for ; Mon, 31 May 2004 20:43:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUrlJ-0001II-1S for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 14:43:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUrlG-0001Gd-Pb for emacs-devel@gnu.org; Mon, 31 May 2004 14:43:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUrlE-0001C1-Dc for emacs-devel@gnu.org; Mon, 31 May 2004 14:43:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUrlE-0001Bl-6o for emacs-devel@gnu.org; Mon, 31 May 2004 14:43:48 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BUrk5-0001m0-4u; Mon, 31 May 2004 14:42:39 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i4VIgZU9022442; Mon, 31 May 2004 19:42:35 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 68283DDD45; Mon, 31 May 2004 19:42:35 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 29 May 2004 13:02:40 -0400") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) 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:24291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24291 Richard Stallman writes: > Juanma> with several names, hoping for the best (for example, we > Juanma> try to load libjpeg.dll, jpeg-62.dll and jpeg.dll, in that > Juanma> order). That seems fragile. > > Are these libraries free software? Or, do they normally come > with the Windows kernel or the Windows compiler? > The GPL requires asking this question. They are all Free Software. They are the same image libraries that the X version of Emacs links against, and you looked over all the licenses several months ago and confirmed that they were all GPL compatible.