From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Mon, 07 Jun 2004 15:29:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040607152141.6A6F.JMBARRANQUERO@wke.es> References: <20040603115248.96C0.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086615030 5444 80.91.224.253 (7 Jun 2004 13:30:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2004 13:30:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 07 15:30:21 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 1BXKCj-0005Bq-00 for ; Mon, 07 Jun 2004 15:30:21 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXKCi-0004Sk-00 for ; Mon, 07 Jun 2004 15:30:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXKDG-000366-7Z for emacs-devel@quimby.gnus.org; Mon, 07 Jun 2004 09:30:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXKD8-00035g-ER for emacs-devel@gnu.org; Mon, 07 Jun 2004 09:30:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXKD7-00035D-JK for emacs-devel@gnu.org; Mon, 07 Jun 2004 09:30:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXKD7-00034w-F5 for emacs-devel@gnu.org; Mon, 07 Jun 2004 09:30:45 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXKBb-00081Y-AK for emacs-devel@gnu.org; Mon, 07 Jun 2004 09:29:11 -0400 Original-Received: from [172.17.221.23] (JMBARRANQUERO [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id LSNJ6KSK; Mon, 7 Jun 2004 15:28:35 +0200 Original-To: Benjamin Riefenstahl In-Reply-To: X-Mailer: Becky! ver. 2.08.01 [en] 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:24669 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24669 On Mon, 07 Jun 2004 13:13:36 +0200 Benjamin Riefenstahl wrote: > How about: > > These are built with MinGW and so they work better than other > compiles with the official builds of Emacs, which are also made with > MinGW. Er, I'm not sure that's an improvement ;) I think this is clear enough: Binaries for the image libraries (among many others) can be found at GnuWin32 (http://gnuwin32.sourceforge.net). These are built with MinGW, and so are very compatible with GCC/MinGW builds of Emacs (like the official binary tarballs for Windows). Compatibility with MSVC, on the other hand, is still weak and should not be trusted in production environments; if you really need an MSVC-compiled Emacs with image support, you should try to build the required libraries with the same compiler (though it can be extremely non-trivial, and we'll be interested on hearing of any such effort). Juanma