bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36886: 26.2; (global-eldoc-mode -1) should disable eldoc completely


From: Noam Postavsky
Subject: bug#36886: 26.2; (global-eldoc-mode -1) should disable eldoc completely
Date: Sat, 03 Aug 2019 20:35:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux)

Eli Zaretskii <eliz@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).

Attachment: 0001-Respect-global-eldoc-mode-in-minibuffers-Bug-36886.patch
Description: patch


reply via email to

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