help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Please test w32-shell-execute


From: Rainer Stengele
Subject: Re: [h-e-w] Please test w32-shell-execute
Date: Thu, 19 Nov 2009 13:58:09 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.17) Gecko/20080914 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

 (w32-shell-execute "open" "c:/Dokumente und
Einstellungen/rainer/Anwendungsdaten/org/DIPLAN/DIPLAN.html") ;; OK
 (w32-shell-execute nil "file:c:/Dokumente und
Einstellungen/rainer/Anwendungsdaten/org/DIPLAN/DIPLAN.html") ;; OK
 (w32-shell-execute nil "file:///c:/Dokumente und
Einstellungen/rainer/Anwendungsdaten/org/DIPLAN/DIPLAN.html") ;; OK
 (w32-shell-execute "open" "file:///c:/Dokumente und
Einstellungen/rainer/Anwendungsdaten/org/DIPLAN/DIPLAN.html") ;; WORKS!
 (w32-shell-execute "open" "file:c:/Dokumente und
Einstellungen/rainer/Anwendungsdaten/org/DIPLAN/DIPLAN.html") ;; WORKS!

Lennart Borgman schrieb:
> I have got a problem with w32-shell-execute and file:/// URLs. It
> looks like Jason Rumney and I get different results and I do not know
> why. I need the help of couple of persons to test if the below calls
> works or not. Could perhaps you test?
>
> Please replace the file argument to a valid file and try the calls
> below. Just place the cursor after the ) char and press C-x C-e. I
> want to know if it opens the file in the web browser or not.
>
>  (w32-shell-execute "open" "c:/some/file.html") ;; OK
>  (w32-shell-execute nil "file:c:/some/file.html") ;; OK
>  (w32-shell-execute nil "file:///c:/some/file.html") ;; OK
>  (w32-shell-execute "open" "file:///c:/some/file.html") ;; Doesn't work
>  (w32-shell-execute "open" "file:c:/some/file.html") ;; Doesn't work
>
>
>   

Attachment: rainer_stengele.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]