由于我已经升级到 Ubuntu lucid 和 emacs23,在 emacs22 没有的情况下,Emacs 会弹出调试器。
例如,当在 org-mode 中点击 Cc Cc 时,emacs22 只会声明can do nothing useful at this location
,而在 emacs23 中会显示调试器。
Debugger entered--Lisp error: (error "C-c C-c can do nothing useful at this location")
signal(error ("C-c C-c can do nothing useful at this location"))
error("C-c C-c can do nothing useful at this location")
org-ctrl-c-ctrl-c(nil)
call-interactively(org-ctrl-c-ctrl-c nil nil)
这只说明了模式——行为不限于组织模式。每3分钟发生一次,这真的让我很烦。我该如何预防?
我已经尝试使用debug-on-error
and来阻止stack-trace-on-error
它:它没有用。