From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: ShellExecute failed Date: Tue, 14 Sep 2004 17:21:51 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: Reply-To: sds@gnu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1095196938 9494 80.91.229.6 (14 Sep 2004 21:22:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 21:22:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 23:22:07 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 1C7KkZ-0004Uj-00 for ; Tue, 14 Sep 2004 23:22:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7Kq9-0002dW-M3 for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2004 17:27:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7Kq3-0002d5-6o for emacs-devel@gnu.org; Tue, 14 Sep 2004 17:27:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7Kq0-0002c6-Rr for emacs-devel@gnu.org; Tue, 14 Sep 2004 17:27:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7Kq0-0002bx-OY for emacs-devel@gnu.org; Tue, 14 Sep 2004 17:27:44 -0400 Original-Received: from [198.112.236.6] (helo=alphatech.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7KkO-0008S1-4G; Tue, 14 Sep 2004 17:21:56 -0400 Original-Received: from WINSTEINGOLDLAP (winsteingoldlap.ad.alphatech.com [10.0.64.31]) by alphatech.com (8.12.10/8.12.10) with ESMTP id i8ELLq5I002819; Tue, 14 Sep 2004 17:21:52 -0400 (EDT) Original-To: emacs-devel@gnu.org Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) 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:27111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27111 GNU Emacs 21.3.50.1 (i386-msvc-nt5.0.2195) of 2004-09-13 on WINSTEINGOLDLAP --with-msvc (12.00) emacs -q M-x browse-url RET http://clisp.cons.org RET the browser shows the web page just fine, but Emacs signals an error: Debugger entered--Lisp error: (error "ShellExecute failed: The system cannot find the file specified. ") w32-shell-execute("open" "http://clisp.cons.org") browse-url-default-windows-browser("http://clisp.cons.org" nil) apply(browse-url-default-windows-browser "http://clisp.cons.org" nil) browse-url("http://clisp.cons.org" nil) call-interactively(browse-url) execute-extended-command(nil) call-interactively(execute-extended-command) -- Sam Steingold (http://www.podval.org/~sds) running w2k Are you smart enough to use Lisp?