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

Properly initialize the display for daemon mode. #2652

Commits on Nov 7, 2015

  1. Properly initialize the display for daemon mode.

    Add macro to wrap things that depend on the display being
    initialized (and a frame active), such as getting the font.  Advise the
    `server-create-window-system-frame` function which is called by
    emacsclient when creating a window-system frame.  This is only run the
    first time a frame is created, so the advice removes itself.
    
    Fixes: syl20bnr#299 and syl20bnr#1894
    (Among others)
    travisbhartwell committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    33bb4a7 View commit details
    Browse the repository at this point in the history