yanghaoxie / which-key-posframe

Let emacs-which-key use posframe to show its popup.
GNU General Public License v3.0
52 stars 10 forks source link

Error: "Attempt to make invisible the sole visible or iconified frame". #1

Closed arkhan closed 5 years ago

arkhan commented 5 years ago

Hello, Whenever I start emacs I have this error:

Error in pre-command-hook (which-key--hide-popup): (error "Attempt to make invisible the sole visible or iconified frame")

I have my configuration like this:

  (use-package which-key-posframe
    :straight (which-key-posframe :type git :host github :repo "yanghaoxie/which-key-posframe")
    :config
    (setq which-key-posframe-poshandler 'posframe-poshandler-frame-bottom-left-corner
          which-key-posframe-border-width 0)
    (which-key-posframe-enable))

Thanks

yanghaoxie commented 5 years ago

Than you for your feedback. I just push a commit which try to fix this issue, please try have a try.