[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error messages
From: |
Anton V. Belyaev |
Subject: |
Re: Error messages |
Date: |
Tue, 11 Sep 2007 08:14:16 -0000 |
User-agent: |
G2/1.0 |
On Sep 11, 12:31 am, Tassilo Horn <tass...@member.fsf.org> wrote:
> "Anton V. Belyaev" <anton.bely...@gmail.com> writes:
>
> Hi Anton,
>
> > is there any way to get to debugger instead of this message, to be
> > able to fix the error?
>
> ,----[ C-h f toggle-debug-on-error RET ]
> | toggle-debug-on-error is an interactive compiled Lisp function in
> `menu-bar.el'.
> | It is bound to <menu-bar> <options> <debug-on-error>.
> | (toggle-debug-on-error &optional INTERACTIVELY)
> |
> | Toggle whether to enter Lisp debugger when an error is signaled.
> | In an interactive call, record this option as a candidate for saving
> | by "Save Options" in Custom buffers.
> `----
>
> Bye,
> Tassilo
Thanks a lot, Tassilo! This works.
The strange thing is that I tried setting debug-on-error variable
before (I knew about it from ELisp docs), and it didnt work.