GNU bug report logs - #56459
29.0.50; Edebug disables Eldoc

Previous Next

Package: emacs;

Reported by: Max Brieiev <max.brieiev <at> gmail.com>

Date: Sat, 9 Jul 2022 07:24:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Fixed in version 30.1

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Noah Friedman <friedman <at> splode.com>
Cc: max.brieiev <at> gmail.com, eliz <at> gnu.org, 56459 <at> debbugs.gnu.org
Subject: bug#56459: 29.0.50; Edebug disables Eldoc
Date: Mon, 01 Aug 2022 12:48:28 +0200
Noah Friedman <friedman <at> splode.com> writes:

> So in the current snapshot I'm running, 9dc0fdfdc1 (2022-07-02 07:04:32),
> it looks like the check for edebug mode was removed already

Sorry, I don't follow -- the code currently is

(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)
           ...

So the check for edebug is still there.

> and the behavior is still that only the edebug results are visible;
> that is, eldoc's messages aren't covering up the edebug messages, but
> they aren't showing up below them either and they're not even showing
> up in any mode line.
>
> So the practical upshot is, I see no change in behavior; whatever
> motivated that change seems to be a non-issue now.

If I remove that check, I don't see any problems -- stepping through the
code doesn't trigger eldoc, so there's no covering up of messages.  (But
moving the cursor after stepping triggers eldoc, but that seems fine.)





This bug report was last modified 2 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.