自从我升级到Ubuntu lucid和emacs23之后,Emacs会弹出调试器,而emacs22却没有.
例如,当在组织模式下命中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)
Run Code Online (Sandbox Code Playgroud)
这仅说明了模式 - 行为不仅限于组织模式.它每3分钟发生一次,真让我烦恼.我该怎样预防呢?
我已经试图阻止这种使用debug-on-error和stack-trace-on-error:它没有工作.