Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also detect minibuffer-mode #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 21, 2021

  1. Also detect minibuffer-mode

    Recently, on Emacs master branch, a commit 55db25b257 was pushed to fix
    Emacs bug 47150. This bug was related to an incorrect implementation of
    minibuffer-inactive-mode. It used to be the case that after the first
    usage of the minibuffer, it stucks in minibuffer-inactive-mode, though
    minibuffer-inactive-mode was intended for a completely different
    purpose, and the minibuffer on the current frame should NOT be inactive.
    The new design is to have two possible major modes for the minibuffer:
    minibuffer-mode when it is active, and minibuffer-inactive-mode when it
    is inactive.
    yangsheng6810 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b329d92 View commit details
    Browse the repository at this point in the history