alexmurray / flycheck-posframe

Show flycheck errors via posframe.el
60 stars 9 forks source link

Package ‘emacs-26’ is unavailable #4

Closed mambolevis closed 6 years ago

mambolevis commented 6 years ago

Hi,

I'm using the following configuration to setup the package.

(use-package flycheck-posframe     
  :ensure t
  :after flycheck
  :config (add-hook 'flycheck-mode-hook #'flycheck-posframe-mode))

Unfortunately, the following message is depicted: "Package ‘emacs-26’ is unavailable"

I checked M-x package-list-packages and the package is marked as incompat, see bellow: image

System Information:

alexmurray commented 6 years ago

emacs-26 means you need to be running emacs version >= 26 - but you are running emacs 25.3.1 - so hence why it is incompatible. All these packages use posframe which depends on the childframe functionality which is only in emacs >= 26.