|
From: | Peter Dyballa |
Subject: | Re: Error messages |
Date: | Tue, 11 Sep 2007 10:37:28 +0200 |
Am 10.09.2007 um 21:07 schrieb Anton V. Belyaev:
is there any way to get to debugger instead of this message, to be able to fix the error?
Launch GNU Emacs with the option --debug-init – still no debugger (gdb or such) will launch, you'll get a bit more output, some backtrace of Elisp calls and arguments, that led to the error. When your lucky you might see a number where the error happened. Then use the function goto-char!
You can prepare your user init file with (cond (= 23 emacs-major- version) ... or (if (< 23 emacs-major-version) ...
-- Greetings Pete The problem with the French is that they don't have a word for «entrepreneur». - George W. Bush
[Prev in Thread] | Current Thread | [Next in Thread] |