Re: max-specpdl-size
Kazuhiro Ito <[email protected]> Wed, 16 May 2018 08:40:49 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86sh6sa3ni.wl--xmue__16018.2884931148$1526427597$gmane$org@d1.dion.ne.jp> |
> I am getting this error: > > wl-message-buffer-display: Variable binding depth exceeds max-specpdl-size > > The email in question does not seem to contain any Lisp code or > anything (if that matters). This error may occur in a very neted html message, infinite loop (due to a bug) and so on. If it is not a bug, setting max-specpdl-size to larger value may resolve problem. (setq max-specpdl-size 20000) -- Kazuhiro Ito