From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: W32 version crashes on C-g Date: Sat, 18 Mar 2006 19:59:41 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1142704806 6632 80.91.229.2 (18 Mar 2006 18:00:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Mar 2006 18:00:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 18 19:00:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKfid-0005AZ-1j for ged-emacs-devel@m.gmane.org; Sat, 18 Mar 2006 19:00:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKfic-0003DJ-M5 for ged-emacs-devel@m.gmane.org; Sat, 18 Mar 2006 13:00:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKfiP-0003D3-HN for emacs-devel@gnu.org; Sat, 18 Mar 2006 12:59:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKfiO-0003Cg-B6 for emacs-devel@gnu.org; Sat, 18 Mar 2006 12:59:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKfiN-0003CZ-Vw for emacs-devel@gnu.org; Sat, 18 Mar 2006 12:59:48 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKfnX-0003ox-4S for emacs-devel@gnu.org; Sat, 18 Mar 2006 13:05:07 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IEN14437; Sat, 18 Mar 2006 19:59:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-248-61.inter.net.il [84.228.248.61]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CXO26015 (AUTH halo1); Sat, 18 Mar 2006 19:59:41 +0200 (IST) Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51819 Archived-At: > Date: Sat, 18 Mar 2006 17:55:40 +0100 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > For the image libraries support, Lennart lists which files from > GnuWin32 are really needed (the "current version" info is outdated, > though) which is kinda nice for the uninitiated. I don't think someone > relatively inexperienced can just read nt/INSTALL and determine what > should he download to build the image support, or where to put it. That's one reason why nt/INSTALL mentions Lennart's site. It's possible that we could put that info in INSTALL, I just didn't feel it was the right thing to do, especially since the bugs in the ported image libraries are being fixed as we speak. Anyway, advanced image support was not the reason for Kim's grief. I'm sure he would be satisfied by the basic image formats, or even no images at all, for the job he wanted to do. > > Do we all agree that instructions to set up a suitable development > > environment is the _only_ thing that is currently missing? > > Yes, as I've said, setting up the development environment is the > hardest part. Once you've got the tools and the includes and > libraries, building is almost trivial. I asked about the development environment, and you added the libraries. These are two separate issues.