Bastien <b...@gnu.org> writes: > Nicolas Goaziou <n.goaz...@gmail.com> writes: > >> Bastien <b...@gnu.org> writes: >> >>> I pushed a fix -- can you test and confirm? >> >> I get the following error every time I try to indent: >> >> "org-between-regexps-p: Variable binding depth exceeds >> max-specpdl-size" >
> If you are in message-mode, please also provide the value of > `org-fb-vars' ((adaptive-fill-function (quote nil)) (adaptive-fill-regexp (quote \(\([ ]*[_.[:word:]]+>+\|[ ]*[]>|]\)+\)[ ]*\|[ ]*\([-–!|#%;>*·•‣⁃◦]+[ ]*\)*)) (fill-paragraph-function (quote message-fill-paragraph)) (paragraph-separate (quote --text follows this line--$\|[ ]*$\|-- $\|---+$\|^ $\|.*wrote:$\|\(\([ ]*[_.[:word:]]+>+\|[ ]*[]>|]\)+\)[ ]*$\|<#!*/?\(multipart\|part\|external\|mml\|secure\))) (auto-fill-inhibit-regexp (quote [ ]*\(|\|#\+\(tblfm\|orgtbl\|tblname\):\))) (paragraph-start (quote --text follows this line--$\|[ ]*$\|-- $\|---+$\|^$\|.*wrote:$\|\(\([ ]*[_.[:word:]]+>+\|[ ]*[]>|]\)+\)[ ]*$\|<#!*/?\(multipart\|part\|external\|mml\|secure\))) (indent-line-function (quote indent-relative)) (auto-fill-function (quote message-do-auto-fill))) > and try to debug `org-indent-line-function' to make sure > it stops at the first call of `org-between-regexps-p' (not at the ones > that may be called inside the `orgstruct++-with-major-mode-filling' > macro...) It's the same as the previous bug: when I try to debug `org-indent-line-function', the problem disappears. Regards, -- Nicolas Goaziou