all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Displaying the value of debug-on-error
@ 2023-07-10 11:40 uzibalqa
  2023-07-11 11:32 ` Emanuel Berg
  0 siblings, 1 reply; 3+ messages in thread
From: uzibalqa @ 2023-07-10 11:40 UTC (permalink / raw)
  To: uzibalqa via Users list for the GNU Emacs text editor



How can I show the value of debug-on-error by calling an elisp function ?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Displaying the value of debug-on-error
  2023-07-10 11:40 Displaying the value of debug-on-error uzibalqa
@ 2023-07-11 11:32 ` Emanuel Berg
  2023-07-11 16:15   ` uzibalqa
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg @ 2023-07-11 11:32 UTC (permalink / raw)
  To: help-gnu-emacs

uzibalqa wrote:

> How can I show the value of debug-on-error by calling an
> elisp function?

Assuming this is not a joke question,

(message "%s" debug-on-error)

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Displaying the value of debug-on-error
  2023-07-11 11:32 ` Emanuel Berg
@ 2023-07-11 16:15   ` uzibalqa
  0 siblings, 0 replies; 3+ messages in thread
From: uzibalqa @ 2023-07-11 16:15 UTC (permalink / raw)
  To: Emanuel Berg; +Cc: help-gnu-emacs

------- Original Message -------
On Tuesday, July 11th, 2023 at 11:32 PM, Emanuel Berg <incal@dataswamp.org> wrote:


> uzibalqa wrote:
> 
> > How can I show the value of debug-on-error by calling an
> > elisp function?
> 
> 
> Assuming this is not a joke question,
> 
> (message "%s" debug-on-error)
 
Had not been joking but mistaken referred to debug-on-error rather than 
to debug-ignored-errors.  Still the command is suitable for the original 
intention.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-11 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 11:40 Displaying the value of debug-on-error uzibalqa
2023-07-11 11:32 ` Emanuel Berg
2023-07-11 16:15   ` uzibalqa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.