我想在Mac OS X上启动Emacs.
当我在终端中运行'emacs'comamnd时,我收到了错误;
signal(error ("Unknown keyword :risky"))
error("Unknown keyword %s" :risky)
custom-handle-keyword(package-load-list :risky t custom-variable)
...
..
什么是'风险'?
我只是安装'入门套件'.
我怎么解决这个问题?
=====更新
此错误仅在Mac OSX终端上的内置Emacs中出现.
在GUI Emacs(GNU)中,它的工作原理.
这里有完整的错误痕迹.
Debugger entered--Lisp error: (error "Cannot return from the debugger in an error")
signal(error ("Unknown keyword :risky"))
error("Unknown keyword %s" :risky)
custom-handle-keyword(package-load-list :risky t custom-variable)
custom-declare-variable(package-load-list (quote (all)) "List of packages for `package-initialize' to load.\nEach el$
(defcustom package-load-list (quote (all)) "List of packages for `package-initialize' to load.\nEach element in this$
eval-buffer(#> nil "/Users/rushcut/.emacs.d/package.el" nil …