emacs-diffs
[Top][All Lists]
Advanced

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

master 6fd1fb8a68: Don't disable eldoc when doing edebug


From: Lars Ingebrigtsen
Subject: master 6fd1fb8a68: Don't disable eldoc when doing edebug
Date: Tue, 2 Aug 2022 05:58:48 -0400 (EDT)

branch: master
commit 6fd1fb8a6837acde8e1c9ab26618ec0f36121c72
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Don't disable eldoc when doing edebug
    
    * 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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 8d7f182e0c..6fd89a690d 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -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.



reply via email to

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