From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: ShellExecute failed Date: Wed, 15 Sep 2004 18:56:34 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <004c01c49ab1$77c33ff0$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095267430 30439 80.91.229.6 (15 Sep 2004 16:57:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 16:57:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 18:56:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7d5U-0008Ve-00 for ; Wed, 15 Sep 2004 18:56:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7dB7-0004fV-Hc for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2004 13:02:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7dB1-0004fM-D6 for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:02:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7dAy-0004d3-TX for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:02:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7dAy-0004d0-Rz for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:02:36 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7d57-0004r0-PA for emacs-devel@gnu.org; Wed, 15 Sep 2004 12:56:34 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (7.1.026.1) id 4144D219000530B9 for emacs-devel@gnu.org; Wed, 15 Sep 2004 18:56:28 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: (Sam Steingold's message of "Wed, 15 Sep 2004 09:52:05 -0400") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27139 Hi Sam, Sam Steingold writes: > firefox When I last installed Firefox on Windows, it left some DDE-related stuff from IE in the file association entries in the registry. This lead to similar behaviour when double-clicking some URL shortcuts in Windows Explorer. Check your registry entries for "http", ".html" and/or whatever the actual file type is called and delete the DDE stuff. benny