Variable: shr-offer-extend-specpdl

shr-offer-extend-specpdl is a customizable variable defined in shr.el.gz.

Value

t

Documentation

Non-nil means offer to extend the specpdl if the HTML nests deeply.

Complicated HTML can require more nesting than the current specpdl size permits. If this variable is t, ask the user whether to increase the specpdl size. If nil, just give up.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-offer-extend-specpdl t
  "Non-nil means offer to extend the specpdl if the HTML nests deeply.
Complicated HTML can require more nesting than the current specpdl
size permits.  If this variable is t, ask the user whether to increase
the specpdl size.  If nil, just give up."
  :version "28.1"
  :type 'boolean)