From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: orgstuct++ does not lurk silently in the shadow Date: Thu, 03 May 2012 14:28:32 +0200 Message-ID: <871un1ih3j.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPv8A-0001rA-49 for emacs-orgmode@gnu.org; Thu, 03 May 2012 08:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPv87-0008CS-Vn for emacs-orgmode@gnu.org; Thu, 03 May 2012 08:27:33 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:33515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPv87-0008CJ-PF for emacs-orgmode@gnu.org; Thu, 03 May 2012 08:27:31 -0400 In-Reply-To: <87obq5611b.fsf@ucl.ac.uk> (Eric Fraga's message of "Thu, 3 May 2012 19:26:16 +0930") 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: emacs-orgmode@gnu.org Hi Eric, Eric Fraga writes: > Ummm, doesn't work well for me at all. If I try to fill your main > paragraph above, the whole quoted text is filled into one > mess. Without orgstuct++-mode, it works. > > Further, with orgstuct++-mode, trying to add a new line (i.e. my > response), I get the following error message: > > ,---- > | org-indent-line-function: Lisp nesting exceeds `max-lisp-eval-depth' [3 times] > `---- > > with the following backtrace: > > ,---- > | Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") > | org-indent-line-function() > | org-indent-line-function() > | org-indent-line-function() > | ... repeated ad infinitum ... > `---- Mh.. do you confirm this is from latest git? More precisely, please make sure you have this commit in your git log: http://orgmode.org/w/?p=org-mode.git;a=commit;h=a8c312 I don't see how the Emacs version could interfere here, but please give it too -- along with the way you call orgstuct++-mode for messages. I do this: (add-hook 'message-mode-hook 'turn-on-orgstruct++) It works fine here. Best, -- Bastien