help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undebuggable error "progn: Beginning of buffer" with eglot + markdow


From: Michael Heerdegen
Subject: Re: Undebuggable error "progn: Beginning of buffer" with eglot + markdown-mode (for eldoc)
Date: Mon, 01 Jan 2024 04:52:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Nafiz Islam <nafiz.islam1001@gmail.com> writes:

> I guess it's a bug that backtraces do not show up?

There are cases where this is expected.

First, check `debug-ignored-errors', the default value is a list
containing the symbol `beginning-of-buffer` -  which means that this error
will normally not lead to a debugger activation.  Remove it (or just set the
option value to nil).

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]