From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Fri, 28 May 2004 11:15:51 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040527095900.0842.JMBARRANQUERO@wke.es> <20040527125610.0845.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 1085742075 27328 80.91.224.253 (28 May 2004 11:01:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 11:01:15 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 28 13:01:04 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 1BTf6m-0004yT-00 for ; Fri, 28 May 2004 13:01:04 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTf6l-00046U-00 for ; Fri, 28 May 2004 13:01:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTeL2-0001RA-6N for emacs-devel@quimby.gnus.org; Fri, 28 May 2004 06:11:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTdut-0005CX-Rp for emacs-devel@gnu.org; Fri, 28 May 2004 05:44:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTduF-00052z-3q for emacs-devel@gnu.org; Fri, 28 May 2004 05:44:34 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTdT0-0000bf-LQ for emacs-devel@gnu.org; Fri, 28 May 2004 05:16:07 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.015) id 40B534B5000545A8; Fri, 28 May 2004 11:15:52 +0200 Original-To: Juanma Barranquero In-Reply-To: <20040527125610.0845.JMBARRANQUERO@wke.es> (Juanma Barranquero's message of "Thu, 27 May 2004 13:15:39 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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:24075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24075 Hi Juanma, Juanma Barranquero writes: > the current method of trying several DLL names [...] just switching > DLLs is *not* likely to work on Windows. [...] suppling our own > (not necessarily compiled by us), [...] Would it make sense to look at the GIMP project for ideas? Maybe the two projects could pool resources (or at least experiences). Just a thought, benny