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 20:12:30 +0100 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 1086030974 4033 80.91.224.253 (31 May 2004 19:16:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 19:16:14 +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 21:16: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 1BUsGW-0003xz-00 for ; Mon, 31 May 2004 21:16:08 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUsGW-0000JK-00 for ; Mon, 31 May 2004 21:16:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUsGi-0006o9-Ke for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 15:16:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUsGb-0006mv-Vc for emacs-devel@gnu.org; Mon, 31 May 2004 15:16:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUsGa-0006lT-AG for emacs-devel@gnu.org; Mon, 31 May 2004 15:16:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUsGa-0006lO-7b for emacs-devel@gnu.org; Mon, 31 May 2004 15:16:12 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BUsGJ-0005mV-Rh for emacs-devel@gnu.org; Mon, 31 May 2004 15:15:56 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1BUsDd-0007Qg-Bl for emacs-devel@gnu.org; Mon, 31 May 2004 15:13:12 -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 i4VJCsU9028603; Mon, 31 May 2004 20:12:54 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 200A2DDD45; Mon, 31 May 2004 20:12:54 +0100 (BST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "30 May 2004 01:10:03 +0200") 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:24297 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24297 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).