Flycheck 包状态过时

Flycheck package status obsolete

我正在尝试将 Flycheck 集成到我的 emacs 中。我通过包管理器安装了 Flycheck exec-pathjs-standard

我的 .emacs 文件包含:

(add-hook 'after-init-hook #'global-flycheck-mode)

;; https://github.com/purcell/exec-path-from-shell
;; only need exec-path-from-shell on OSX
;; this hopefully sets up path and other vars better
(when (memq window-system '(mac ns))
  (exec-path-from-shell-initialize))

我在 unix osx yosemite.[= 上有一个 .eslint 文件与我的 .emacs(还有 .bash_profile)位于同一主位置18=]

如何修复此过时状态和 运行 Flycheck。我提前为我的代码检查新手道歉,这里是低级 emacs 用户。

如果加载了更新版本的包,Emacs 会将包标记为“过时”。 Emacs 从不加载过时的版本,因此可以安全地删除过时的版本。转到 M-x list-packages 中的程序包菜单,然后键入 ~(标记要删除的过时程序包),然后键入 x(执行操作)。或者键入 Ux 对所有软件包进行全面升级,包括删除任何过时的软件包。


无论如何,“过时”状态对包没有任何影响:它会继续正常工作。

如果 Flycheck 不适合您,请专门提出一个关于 Flycheck 的新问题,并将所有 debugging information. Note that there's a dedicated Emacs community 包含在 StackExchange 上您问题更合适的地方。