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: W32 image support (was Re: display word wrapping) Date: Thu, 27 May 2004 22:32:16 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040527095900.0842.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 1085712096 31366 80.91.224.253 (28 May 2004 02:41:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 02:41:36 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 28 04:41:25 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 1BTXJF-0007oN-00 for ; Fri, 28 May 2004 04:41:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTXJE-0001qU-00 for ; Fri, 28 May 2004 04:41:25 +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 1BTVV3-0003WW-2L for emacs-devel@quimby.gnus.org; Thu, 27 May 2004 20:45:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTVUf-0003UY-4D for emacs-devel@gnu.org; Thu, 27 May 2004 20:45:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTVIj-0000w1-Ru for emacs-devel@gnu.org; Thu, 27 May 2004 20:33:24 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BTSUU-0006Mj-Hs for emacs-devel@gnu.org; Thu, 27 May 2004 17:32:42 -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 i4RLWZU9005086; Thu, 27 May 2004 22:32:35 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id A7276DDD43; Thu, 27 May 2004 22:32:35 +0100 (BST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "27 May 2004 12:41:49 +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:24047 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24047 storm@cua.dk (Kim F. Storm) writes: > Juanma Barranquero writes: Looking back through this extensive thread which seems to be covering all manner of subjects now, I don't seem to have received Juanma's message, so I don't know how to respond to the following... >> IMO the image support on Windows is still shaky. Current problems with >> that (at least, these are the problems I'm experiencing): > > It certainly sounds messy, and quite tricky to do right for > making a binary distribution for W32! > > Would some W32 experts step forward to look into this?