From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: cygwin+imagemagick+emacsW32 causes Windows Vista to report program crash Date: Sun, 7 Jun 2009 11:13:43 +0200 Message-ID: References: <79ec923a-4f0b-45b0-82dd-3345027a19ec@f19g2000yqo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244366065 20920 80.91.229.12 (7 Jun 2009 09:14:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2009 09:14:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 07 11:14:22 2009 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 1MDESM-0000Ev-7N for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 11:14:22 +0200 Original-Received: from localhost ([127.0.0.1]:59307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDESL-0001mu-FN for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 05:14:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDERr-0001lt-4I for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:13:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDERl-0001ee-F7 for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:13:49 -0400 Original-Received: from [199.232.76.173] (port=43244 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDERl-0001eb-AO for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:13:45 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:52784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDERl-0007L4-0r for help-gnu-emacs@gnu.org; Sun, 07 Jun 2009 05:13:45 -0400 Original-Received: by fxm17 with SMTP id 17so124384fxm.42 for ; Sun, 07 Jun 2009 02:13:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5784vc1e6uDWLuE2NmgqTb/FIytLJSNeZlH4wqnPKS0=; b=sthr8jCov1PWKc97Ofe+jTT1vH1jNU/SH72klI8nqtlpkHNtwayEmaDzmpsKAbQtkm kAkO2xhsTOyc3xAi2GTQ7Ee0ppg2gs10LKCKlHoNsXkqdp8jdNgdJJ4F7B1D9U2tGb7L yS2ewOGw0i/gNv/HQURImJb+oG0vSnjSvvKtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=n5g1339c/AN/a5Oxoxzfsj1drgVJROdojWmfkiQI563tGqtyDq8ZJSbpLXFIyyMYXe m+SMlwfvZesg72L7+qmktKGh6AEjEINiYPfDlV3kYFMOYHp78EeSDJuyP1wwc4qP64Eo CcZTkjzjKuNYxn+f50uGdP5AVR2t6TrADt+UA= Original-Received: by 10.239.133.77 with SMTP id 13mr433177hbu.67.1244366023838; Sun, 07 Jun 2009 02:13:43 -0700 (PDT) In-Reply-To: <79ec923a-4f0b-45b0-82dd-3345027a19ec@f19g2000yqo.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:64999 Archived-At: On Sun, Jun 7, 2009 at 2:21 AM, Xah Lee wrote: > got a very odd problem that's driving me nuts. > > in cygwin prompt, i can call one of imagemagick's command and get > result. > > However, while in emacsw32 shell, identical call results Windows Vista > poppig up a window telling me some app crashed. > > Anyone got some idea what's wrong? Different paths. At the cygwin prompt you have imagemagick's convert.exe first in path. At a cmd prompt you by default have windows convert.exe in the path. (There is a which utility you can get from gnuwin32.) So I do not think this is related to EmacsW32. If it is then please give me more information.