From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Bug: can not start a w32 GUI program from Emacs Date: Wed, 27 Dec 2006 13:50:33 +0100 Message-ID: <45926C19.7020705@gmail.com> References: <4591C075.3040905@gmail.com> <4592506E.8050905@gmail.com> <7dbe73ed0612270400q3a1f6a63kff7b75e8cb60b300@mail.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 1167223852 7413 80.91.229.10 (27 Dec 2006 12:50:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 12:50:52 +0000 (UTC) Cc: emacs-devel@gnu.org, Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 13:50:50 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 1GzYF2-00059p-Dw for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 13:50:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzYF1-0006jn-Vw for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 07:50:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzYEo-0006j4-Ib for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:50:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzYEn-0006is-NF for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:50:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzYEn-0006im-HP for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:50:29 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GzYEl-0006G3-Vn; Wed, 27 Dec 2006 07:50:28 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:65045 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GzYEk-00056U-3E; Wed, 27 Dec 2006 13:50:26 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Eli Zaretskii In-Reply-To: X-Antivirus: avast! (VPS 0663-0, 2006-12-27), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1GzYEk-00056U-3E. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1GzYEk-00056U-3E 8d185c43876b49226bee55c8c0573240 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:64342 Archived-At: Eli Zaretskii wrote: > (w32-shell-execute nil "explorer.exe" ".") Ah, thanks. It is quite surprising. I never guessed that ShellExecute could take a program as a parameter too. And I see it is even already mentioned in the doc string.