From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Tue, 01 Jun 2004 11:34:38 -0500 Organization: ~ Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040527095900.0842.JMBARRANQUERO@wke.es> <20040529050718.A450.LEKTU@mi.madritel.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086107756 30476 80.91.224.253 (1 Jun 2004 16:35:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2004 16:35:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 01 18:35:44 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 1BVCEp-0003e2-00 for ; Tue, 01 Jun 2004 18:35:43 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVCEp-0007Ey-00 for ; Tue, 01 Jun 2004 18:35:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVCF4-00028z-DD for emacs-devel@quimby.gnus.org; Tue, 01 Jun 2004 12:35:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVCEn-00021X-9a for emacs-devel@gnu.org; Tue, 01 Jun 2004 12:35:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVCEm-0001zK-0A for emacs-devel@gnu.org; Tue, 01 Jun 2004 12:35:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVCEl-0001z9-S1 for emacs-devel@gnu.org; Tue, 01 Jun 2004 12:35:39 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVCEV-0005WE-ES for emacs-devel@gnu.org; Tue, 01 Jun 2004 12:35:23 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BVCET-0006Q8-00 for ; Tue, 01 Jun 2004 18:35:22 +0200 Original-Received: from 216.62.199.5 ([216.62.199.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Jun 2004 18:35:21 +0200 Original-Received: from pete_lee by 216.62.199.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Jun 2004 18:35:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 40 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 216.62.199.5 User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:SEJ5O2c2SY/39n0fv7P7Pw+dNqo= 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:24350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24350 >>>> Juanma Barranquero writes: >> liburt (needed by ungif) fdlibm (needed by ungif) libgw32c >> (needed by ungif) Juanma> Which ungif are you using? The one I've found Juanma> (libungif-4.1.0b1) does not need/use URT. I'm using libungif-4.1.0b1. The requirements section at http://gnuwin32.sourceforge.net/packages/libungif.htm states: ------------------------------------------------------------- Requirements * All required packages from GnuWin32, i.e. excluding msvcrt.dll, perl, etc, are included in the Setup program and the dependencies. * MS-Windows 95 / 98 / ME / NT / 2000 / XP with msvcrt.dll. If msvcrt.dll is not in your Windows/System folder, get it from Microsoft or by installing Internet Explorer 4.0 or higher * liburt * fdlibm * libgw32c (for developing with the LibUnGif library) ------------------------------------------------------------- It does say that all dependencies are included in the setup, but when I did my install I installed them (liburt, fdlibm, libgw32c) seperately as I didn't see that. It could be the requirements section is out of date, but I seem to recall that gifs weren't working until I installed those seperate packages.