[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] lisp/net/browse-url.el allow fragments in file: urls
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] lisp/net/browse-url.el allow fragments in file: urls |
Date: |
Thu, 01 Apr 2021 10:20:20 +0300 |
> From: Tom Gillespie <tgbugs@gmail.com>
> 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.
Thanks, but can you show a test case for this (or, better yet, write a
test for our test suite)?
- Re: [PATCH] lisp/net/browse-url.el allow fragments in file: urls,
Eli Zaretskii <=