由於我已升級到Ubuntu lucid和emacs23,Emacs在emacs22沒有的情況下彈出調試器。emacs23彈出調試器太頻繁
例如,當在組織模式下擊中C-C C-c時,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
和stack-trace-on-error
來阻止它:它沒有工作。
非常感謝!移動下面的定製語句nxhtml有幫助。 – artistoex 2010-05-20 07:53:12
不客氣,並感謝您提出這個問題!直到我看到你的主題,我才停下來質疑這個問題,所以它也幫助我。 – phils 2010-05-20 08:02:26