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

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

bug#34763: 27.0.50; url-retrieve-synchronously misbehaves inside eldoc-d


From: Dmitry Gutov
Subject: bug#34763: 27.0.50; url-retrieve-synchronously misbehaves inside eldoc-documentation-function
Date: Tue, 12 Mar 2019 11:08:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Thunderbird/66.0

On 11.03.2019 16:30, Eli Zaretskii wrote:

Does it help to replace this:

   (defsubst url-http-debug (&rest args)
     (if quit-flag

with this:

   (defsubst url-http-debug (&rest args)
     (if (eq quit-flag t)

in url-http.el?

No change, unfortunately. I double-checked.





reply via email to

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