From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Thu, 03 Jun 2004 00:43:58 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040603003149.2313.LEKTU@mi.madritel.es> References: <20040602163704.AADE.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086216255 11139 80.91.224.253 (2 Jun 2004 22:44:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 22:44:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 03 00:44:08 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 1BVeSu-0001Qn-00 for ; Thu, 03 Jun 2004 00:44:08 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVeSt-0004YJ-00 for ; Thu, 03 Jun 2004 00:44:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVeTC-0006yp-Kv for emacs-devel@quimby.gnus.org; Wed, 02 Jun 2004 18:44:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVeTA-0006y9-Nd for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:44:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVeT9-0006xW-3Z for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:44:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVeT9-0006xM-0C for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:44:23 -0400 Original-Received: from [62.81.186.17] (helo=smtp07.retemail.es) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVeSl-0003fg-EJ for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:43:59 -0400 Original-Received: from [213.37.34.154] by smtp07.retemail.es (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20040602224355.SSQC7344.smtp07.retemail.es@[213.37.34.154]> for ; Thu, 3 Jun 2004 00:43:55 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.09.01 [en] 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:24431 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24431 On Wed, 02 Jun 2004 23:17:21 +0100, Jason Rumney wrote: > There should be no need to do that. libpng and libtiff will load it > as required. ?? AFAICS, it was you who introduced this code in rev 1.200 of w32fns.c: /* Ensure zlib is loaded. Try debug version first. */ if (!LoadLibrary ("zlibd.dll")) LoadLibrary ("zlib.dll"); If it's not needed, I'll remove all zlib stuff from my patch (which is cleaner IMHO). BTW, what do you think of the patch? Any idea where to run init-image-libraries? I was thinking of letting the user run it on .emacs if he wants (so he can see the supported libraries by checking image-types after the fact), and making sure it is run afterwards if it wasn't run by emacs.el/default.el. But still I don't know how to run it. At that point, we're on Lisp land, aren't we? Thanks, /L/e/k/t/u