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

Fix and simplify detection of selected window #134

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

Commits on Aug 9, 2016

  1. Fix and simplify detection of selected window

    Remove the stack of minibuffer selected windows.  Instead consider
    (minibuffer-selected-window) the selected window whenever
    (selected-window) is a minibuffer.  This seems to be consistent with
    what Emacs considers the selected window when choosing the mode line
    face.
    
    Also update all mode lines whenever a new window is selected, as
    either the previously or the newly selected window would in some cases
    not update, resulting in either two or zero windows apparently selected.
    
    Fixes milkypostman#120
    stiell committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    75136dd View commit details
    Browse the repository at this point in the history