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

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

bug#21089: 24.5; void-variable url-http-response-status


From: Lars Ingebrigtsen
Subject: bug#21089: 24.5; void-variable url-http-response-status
Date: Tue, 01 Mar 2016 14:54:55 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Milan Zamazal <pdm@zamazal.org> writes:

> It was a bit tricky (curious case!), but I’ve found it.
>
> Run Emacs with the attached file:
>
>   emacs -Q -l url-http-bug.el
>
> When prompted for password, press Enter.  You should get the bug (with
> both Emacs 24.5 or git master from end of December).
>
> (require 'follow)
> (follow-mode 1)
> (defun foo ()
>   (read-passwd (format "Password? "))
>   (let ((url-request-extra-headers '(("Connection" . "close"))))
>     (url-retrieve-synchronously "http://www.gnu.org";)))
> (foo)

I'm unable to reproduce this bug on the Emacs trunk, so it might have
been fixed in the meantime.  Could you try installing an Emacs 25
pretest (or from git) and see whether the bug still exists?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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