GNU bug report logs - #36886
26.2; (global-eldoc-mode -1) should disable eldoc completely

Previous Next

Package: emacs;

Reported by: Sanel Zukan <sanelz <at> gmail.com>

Date: Thu, 1 Aug 2019 10:31:02 UTC

Severity: normal

Tags: fixed

Found in version 26.2

Fixed in version 27.1

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #47 received at 36886 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, sanelz <at> gmail.com,
 36886 <at> debbugs.gnu.org
Subject: Re: bug#36886: 26.2;
 (global-eldoc-mode -1) should disable eldoc completely
Date: Sat, 03 Aug 2019 20:35:23 -0400
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:

> I actually don't understand why, when the globalized mode is ON, it
> doesn't work in the minibuffer.  What am I missing?

define-globalized-minor-mode only adds after-change-major-mode-hook,
find-file-hook, and change-major-mode-hook.  AFAICT, the minibuffer
stays in fundamental-mode, and doesn't visit a file so none of those are
triggered.  Possible patch attached (some additional manual updates +
NEWS would be needed for define-globalized-minor-mode change).

[0001-Respect-global-eldoc-mode-in-minibuffers-Bug-36886.patch (text/plain, attachment)]

This bug report was last modified 5 years and 333 days ago.

Previous Next


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