|
From: | Michael Heerdegen |
Subject: | Re: I continue to get error ob-ref: unescaped character literals |
Date: | Mon, 23 Nov 2020 15:34:08 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Christopher Dimech <dimech@gmx.com> writes: > That's all I get Ok, then you don't get an error and thus don't get a debugger. You can still try to force a debugger: set (probably in a separate Emacs session) `debug-on-message' to a regexp matching such a message, e.g. (setq debug-on-message "unescaped character literals") then you should get a debugger at the point of time when the according message is messaged. Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |