bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55357: 29.0.50; [PATCH] Fix browse-url-emacs on file:// urls


From: Yuan Fu
Subject: bug#55357: 29.0.50; [PATCH] Fix browse-url-emacs on file:// urls
Date: Wed, 11 May 2022 00:05:50 -0700

If you call browse-url-emacs with a file:// url, Emacs does not open the 
correct file:

(browse-url-emacs "file://~/a/b") opens /a/b
(browse-url-emacs "file://a/b") opens /b

Basically unless the path is an absolute path, the first level is chopped 
because url parses it as host and throws it away. This patch concats the host 
back. If the path is absolute, host is empty string so it’s ok.

Yuan

Attachment: file-url.patch
Description: Binary data


reply via email to

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