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: Eli Zaretskii
Subject: bug#34763: 27.0.50; url-retrieve-synchronously misbehaves inside eldoc-documentation-function
Date: Mon, 11 Mar 2019 16:30:07 +0200

> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Mon, 11 Mar 2019 02:18:54 +0200
> 
> Can anybody reproduce this?

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?





reply via email to

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