[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] lisp/net/browse-url.el allow fragments in file: urls
From: |
Tom Gillespie |
Subject: |
[PATCH] lisp/net/browse-url.el allow fragments in file: urls |
Date: |
Wed, 31 Mar 2021 19:16:32 -0700 |
This fixes the current behavior of browse-url--non-html-file-url-p and
makes it possible to open file:// urls that end with a #fragment. The
current behavior results in a nasty side effect where opening a file
with browse-url-emacs that has a fragment causes any invocation of
call-process to fail because the fragment is not handled correctly.
Best!
Tom
0001-lisp-net-browse-url.el-allow-fragments-in-file-urls.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] lisp/net/browse-url.el allow fragments in file: urls,
Tom Gillespie <=