From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A few issues with thumbs.el Date: Thu, 09 Jun 2005 11:56:56 -0400 Message-ID: References: <87u0kqrsur.fsf-monnier+emacs@gnu.org> <87hdgon2p2.fsf@jurta.org> <87vf508myc.fsf-monnier+emacs@gnu.org> <87wtp3d626.fsf-monnier+emacs@gnu.org> <87ll5jd398.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118333047 6905 80.91.229.2 (9 Jun 2005 16:04:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 16:04:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 18:04:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgPUN-0003TP-Ai for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 18:02:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgPbK-0006Y2-5V for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 12:09:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgPZE-0005fv-24 for emacs-devel@gnu.org; Thu, 09 Jun 2005 12:07:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgPZ5-0005Zz-Gj for emacs-devel@gnu.org; Thu, 09 Jun 2005 12:07:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgPZ3-0005Kp-J8 for emacs-devel@gnu.org; Thu, 09 Jun 2005 12:07:29 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgPP6-0001aY-A5 for emacs-devel@gnu.org; Thu, 09 Jun 2005 11:57:12 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id BAA1D2CF4B5; Thu, 9 Jun 2005 11:57:00 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 1D0354AC008; Thu, 9 Jun 2005 11:56:57 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 11453E6C17; Thu, 9 Jun 2005 11:56:57 -0400 (EDT) Original-To: Juanma Barranquero In-Reply-To: (Juanma Barranquero's message of "Thu, 9 Jun 2005 16:44:41 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.843, requis 5, autolearn=not spam, AWL 0.06, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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:38451 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38451 >> (although it may still want to use a convert.exe found in %windir%/* if >> it couldn't find any other). > Hmm. Not sure about this one. I think the probability of having a > ImageMagick convert.exe in %windir% is very low on W9X/Me and zero, to > all practical effects, on W2K/XP (not sure about NT). The ImageMagick > distributions for Windows (there's a "standard" binary tarball and a > Cygwin package) do not install executables on %windir%. I'll trust you on that one. I actually had no idea, which is why I said "may". Stefan