From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgstuct++ does not lurk silently in the shadow Date: Sat, 05 May 2012 18:30:08 +0200 Message-ID: <87txzuegkv.fsf@gmail.com> References: <20120308070825.947091FDE8@saturn.ch.ristopher.com> <87haw8mf1r.fsf@ucl.ac.uk> <87ipgmkc3y.fsf@gnu.org> <20120429110535.956AE20268@saturn.ch.ristopher.com> <87ipgfdcfr.fsf@gnu.org> <87obq5611b.fsf@ucl.ac.uk> <871un1ih3j.fsf@gnu.org> <87ehr1mnez.fsf@gmail.com> <87y5p6r6ys.fsf@altern.org> <877gwqfwxu.fsf@gmail.com> <871umyfvin.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQhup-0001n4-0L for emacs-orgmode@gnu.org; Sat, 05 May 2012 12:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQhun-0007Rg-77 for emacs-orgmode@gnu.org; Sat, 05 May 2012 12:33:02 -0400 In-Reply-To: <871umyfvin.fsf@gnu.org> (Bastien's message of "Sat, 05 May 2012 18:22:08 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Nicolas Goaziou writes: > >> Bastien 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:]]+>+\|[ ]*[]>|]\)+\)[ ]*\|[ ]*\([-=E2=80=93!|#%;>*=C2=B7=E2= =80=A2=E2=80=A3=E2=81=83=E2=97=A6]+[ ]*\)*)) (fill-paragraph-function (quo= te message-fill-paragraph)) (paragraph-separate (quote --text follows this = line--$\|[ ]*$\|-- $\|---+$\|^ $\|.*wrote:$\|\(\([ ]*[_.[:word:]]+>+\|[ = ]*[]>|]\)+\)[ ]*$\|<#!*/?\(multipart\|part\|external\|mml\|secure\))) (aut= o-fill-inhibit-regexp (quote [ ]*\(|\|#\+\(tblfm\|orgtbl\|tblname\):\))) (= paragraph-start (quote --text follows this line--$\|[ ]*$\|-- $\|---+$\|^ = $\|.*wrote:$\|\(\([ ]*[_.[:word:]]+>+\|[ ]*[]>|]\)+\)[ ]*$\|<#!*/?\(mult= ipart\|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, --=20 Nicolas Goaziou