[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26014: 25.1; `browse-url-of-buffer' fails on Windows 10 if the path
From: |
Eli Zaretskii |
Subject: |
bug#26014: 25.1; `browse-url-of-buffer' fails on Windows 10 if the path contains spaces |
Date: |
Tue, 07 Mar 2017 18:39:41 +0200 |
> From: Klaus-Dieter Bauer <bauer.klaus.dieter@gmail.com>
> Date: Tue, 7 Mar 2017 16:53:41 +0100
>
> It seems that w32-shell-execute cannot handle file://-URIs with url-escaped
> spaces, causing browse-url-of-file
> to fail. I observed this issue when trying to to markdown-export-and-preview
> from markdown-mode.el, but the
> issue also occurs with browse-url-of-buffer.
>
> To reproduce, create a file C-x f c:/tmp/file with spaces.html and execute
> M-: (browse-url-of-buffer).
>
> It will generate the backtrace
Thanks, I think I fixed that now.