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

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

[debbugs-tracker] bug#16498: closed (24.3.50; Support for custom user ag


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16498: closed (24.3.50; Support for custom user agents in url.el)
Date: Wed, 05 Nov 2014 16:10:04 +0000

Your message dated Wed, 05 Nov 2014 11:09:06 -0500
with message-id <address@hidden>
and subject line Re: bug#16498: 24.3.50; Support for custom user agents in 
url.el
has caused the debbugs.gnu.org bug report #16498,
regarding 24.3.50; Support for custom user agents in url.el
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16498: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16498
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Support for custom user agents in url.el Date: Sun, 19 Jan 2014 21:21:43 +0530
URL currently doesn't support custom user agents. This could be
implemented by adding a defcustom string url-user-agent which could be
changed by the
user.
The default value could be:
(format "User-Agent: %sURL/%s\r\n"
         (if url-package-name
         (concat url-package-name "/" url-package-version " ")
         "") url-version)

I have attached a patch to add support for custom user agents in URL.

-- 
Vibhav Pant
address@hidden

Attachment: url-custom-user-agent.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#16498: 24.3.50; Support for custom user agents in url.el Date: Wed, 05 Nov 2014 11:09:06 -0500 User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)
On Wed, 05 Nov 2014 10:27:50 -0500 Stefan Monnier <address@hidden> wrote: 

VP> I have attached a patch to add support for custom user agents in URL.
TZ> I think this makes sense, but it has to wait until after the feature
TZ> freeze.
>> Stefan, can you please look at this patch?

SM> I haven't looked in detail, but I'm all in favor of such a feature in trunk.

I added it (with an option to use a function call); marking this as
done and I hope you find it useful.

Ted


--- End Message ---

reply via email to

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