From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: 31 May 2004 22:18:39 +0200 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 1086034851 12497 80.91.224.253 (31 May 2004 20:20:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 20:20:51 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 22:20:43 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 1BUtH1-0007Y5-00 for ; Mon, 31 May 2004 22:20:43 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUtH1-00027Q-00 for ; Mon, 31 May 2004 22:20:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUtHD-0003qN-EE for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 16:20:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUtFj-00032U-FM for emacs-devel@gnu.org; Mon, 31 May 2004 16:19:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUtFh-0002zm-3S for emacs-devel@gnu.org; Mon, 31 May 2004 16:19:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUtFg-0002z5-RW for emacs-devel@gnu.org; Mon, 31 May 2004 16:19:21 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUtEs-0003w4-Ng; Mon, 31 May 2004 16:18:30 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id 650302628DE; Mon, 31 May 2004 22:18:29 +0200 (CEST) Original-To: Jason Rumney In-Reply-To: Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:24302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24302 Jason Rumney writes: > storm@cua.dk (Kim F. Storm) writes: > > > Perhaps we could define some lisp variables which are initialized to a > > list of strings with library names to try? Then it would be easier to > > tailor a prebuilt emacs to use the available libraries... > > Then we'd have to delay the loading of image libraries until after > the user's init file was loaded, and I'm not sure we'd then be in > time to display the splash screen (since its all done in lisp from > then on). > Both term/w32-win.el and .emacs are read before loading the splash screen. In addition, IIRC, PBM support is built-in even on w32. So it should work. -- Kim F. Storm http://www.cua.dk