From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: justinhj Newsgroups: gmane.emacs.help Subject: image-dired on win32 Date: Thu, 22 Nov 2007 11:58:37 -0800 (PST) Organization: http://groups.google.com Message-ID: <17a195e0-9ea2-46dd-9089-bc5ce247c185@s6g2000prc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195815872 24516 80.91.229.12 (23 Nov 2007 11:04:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 11:04:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 23 12:04:39 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvWKs-0001Tg-1o for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2007 12:04:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvWKd-0006d3-Nk for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2007 06:04:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s6g2000prc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 216.18.7.4 Original-X-Trace: posting.google.com 1195761517 20151 127.0.0.1 (22 Nov 2007 19:58:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Nov 2007 19:58:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s6g2000prc.googlegroups.com; posting-host=216.18.7.4; posting-account=TRYAnwoAAACQSZLtRGzVwoGHB-2kZf9n User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Content-Disposition: inline Original-Xref: shelby.stanford.edu gnu.emacs.help:153979 X-Mailman-Approved-At: Fri, 23 Nov 2007 06:04:08 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49436 Archived-At: I've been debugging image-dired on a win32 build of emacs 23.50.0.1, as when I run image-dired it cannot create thumbnails. "Thumb could not be created for file ..." Messing around with the function image-dired-create-thumb I see that the behaviour is to call the convert command line function. Does anyone know if this image convert command is available for Windows or GnuWin32, or if there's another program that I could substitute and modify the arguments? Justin