]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't disable eldoc when doing edebug
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Aug 2022 09:56:55 +0000 (11:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Aug 2022 09:56:55 +0000 (11:56 +0200)
* lisp/emacs-lisp/eldoc.el
(eldoc-display-message-no-interference-p): Don't disable eldoc
when edebugging (bug#56459).  There should be no interference in
that case, because edebug messaging is done after stepping, and
eldoc messaging is done after other movements.

lisp/emacs-lisp/eldoc.el

index 8d7f182e0cd33d7f7f15446fa3ec84bee6c9ab1b..6fd89a690dc6b366460ae74f88da70072d3c2bf8 100644 (file)
@@ -381,7 +381,6 @@ Also store it in `eldoc-last-message' and return that value."
 (defun eldoc-display-message-no-interference-p ()
   "Return nil if displaying a message would cause interference."
   (not (or executing-kbd-macro
-           (bound-and-true-p edebug-active)
            ;; The following configuration shows "Matches..." in the
            ;; echo area when point is after a closing bracket, which
            ;; conflicts with eldoc.