gpt4 book ai didi

windows - Flymake 在 Windows Emacs 上不适合我

转载 作者:可可西里 更新时间:2023-11-01 09:26:59 28 4
gpt4 key购买 nike

Debugger entered--Lisp error: (void-variable compilation-error-regexp-alist-alist)
(flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist)
(append (quote (... ... ... ... ... ...)) (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist))
(defvar flymake-err-line-patterns (append (quote ...) (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist)) "Patterns for matching error/warning lines. Each pattern has the form\n(REGEXP FILE-IDX LINE-IDX COL-IDX ERR-TEXT-IDX).\nUse `flymake-reformat-err-line-patterns-from-compile-el' to add patterns\nfrom compile.el")
eval-buffer(#<buffer *load*<2>> nil "flymake" nil t)
load-with-code-conversion("c:/elisp/flymake.el" "flymake" nil t)
require(flymake)
eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
load-with-code-conversion("c:/.emacs" "~/.emacs" t t)
load("~/.emacs" t t)
#[nil ",T

有什么想法吗?

最佳答案

是的,看起来 'flymake 缺少一个 (require 'compile) 依赖项。您可以通过在 .emacs 中的 (require 'flymake) 行上方添加它来解决。

关于windows - Flymake 在 Windows Emacs 上不适合我,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1456036/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com