From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Bug: can not start a w32 GUI program from Emacs Date: Thu, 28 Dec 2006 09:26:46 +0000 Message-ID: <45938DD6.6040307@gnu.org> References: <4591C075.3040905@gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167298038 23702 80.91.229.10 (28 Dec 2006 09:27:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 09:27:18 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 28 10:27:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzrXZ-0003vt-HO for ged-emacs-devel@m.gmane.org; Thu, 28 Dec 2006 10:27:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzrXY-0004Ij-VA for ged-emacs-devel@m.gmane.org; Thu, 28 Dec 2006 04:27:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzrXI-0004Gz-9p for emacs-devel@gnu.org; Thu, 28 Dec 2006 04:26:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzrXG-0004DK-FE for emacs-devel@gnu.org; Thu, 28 Dec 2006 04:26:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzrXG-0004Cg-BQ for emacs-devel@gnu.org; Thu, 28 Dec 2006 04:26:50 -0500 Original-Received: from [194.106.33.237] (helo=outmail1.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzrXF-0006QW-Uk for emacs-devel@gnu.org; Thu, 28 Dec 2006 04:26:50 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 64B0E50BAA; Thu, 28 Dec 2006 09:26:49 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: "Lennart Borgman (gmail)" In-Reply-To: <4591C075.3040905@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:64388 Archived-At: Lennart Borgman (gmail) wrote: > I have been trying different ways to start explorer.exe from Emacs on > w32. I can not find any way that works. It is a quite annoying bug. (start-process "explorer" nil "explorer.exe") Works for me.