emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r116230: Fix bug #16558 with w32-shell-execute o


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r116230: Fix bug #16558 with w32-shell-execute on remote file names.
Date: Tue, 04 Feb 2014 15:35:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The problem that led me to introduce this call is that this succeeds:
>   (w32-shell-execute "open" "file")
> but this fails:
>   (w32-shell-execute "open" "dir/file")
> IOW, the DOCUMENT arg must either be an absolute file name, or live
> inside default-directory, not in one of its subdirectories.

Ah, that makes it more clear.  We should include this example in the comments.
It does beg the question: what does

   (w32-shell-execute "open" "dir/file")

do, then?  You say it "fails", but does it signal an error?  If so, why?
My world view is very POSIX-centric, so I'm probably missing the obvious.


        Stefan



reply via email to

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