From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: orgstuct++ does not lurk silently in the shadow Date: Sat, 05 May 2012 18:22:08 +0200 Message-ID: <871umyfvin.fsf@gnu.org> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQhjO-0007zW-5E for emacs-orgmode@gnu.org; Sat, 05 May 2012 12:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SQhjM-0002ko-Ia for emacs-orgmode@gnu.org; Sat, 05 May 2012 12:21:13 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:42252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SQhjM-0002kZ-A2 for emacs-orgmode@gnu.org; Sat, 05 May 2012 12:21:12 -0400 Received: by werb14 with SMTP id b14so2038310wer.0 for ; Sat, 05 May 2012 09:21:10 -0700 (PDT) In-Reply-To: <877gwqfwxu.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 05 May 2012 17:51:25 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 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' 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...) Thanks! -- Bastien