--- Begin Message ---
Subject: |
30.0.50; [PATCH] Allow 'browse-url-interactive-arg' to return the actual prefix arg |
Date: |
Thu, 7 Mar 2024 22:04:39 -0800 |
By default this shouldn't do anything different from before. However,
with this patch, functions for 'browse-url-browser-function' can look at
the argument (as modified by 'browse-url-new-window-flag') and do
something special. For example, with this patch, I have a custom browser
function that works like this:
M-x browse-url Open in Firefox
C-u M-x browse-url Open in EWW
C-- M-x browse-url Open in Firefox Private Browsing
0001-Let-browse-url-interactive-arg-return-more-values-fo.patch
Description: Text document
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#69627: 30.0.50; [PATCH] Allow 'browse-url-interactive-arg' to return the actual prefix arg |
Date: |
Sun, 10 Mar 2024 14:09:13 -0700 |
On 3/8/2024 1:02 PM, Jim Porter wrote:
On 3/8/2024 12:18 PM, Eli Zaretskii wrote:
Yes, something like this.
Thanks. Updated patch attached. If no one has any other concerns, I'll
merge this in the next day or two.
Now merged to master as 46afc91c9f7, and closing this bug.
--- End Message ---