From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: orgalist & variable binding depth Date: Wed, 5 Sep 2018 10:46:13 -0400 Message-ID: References: <87pnxskr6r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000284fe0057520d3ae" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxZDj-0001yw-7E for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 10:55:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxZ3e-0002Rp-GR for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 10:45:27 -0400 Received: from mail-it0-x22e.google.com ([2607:f8b0:4001:c0b::22e]:40655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxZ3e-0002R7-Ag for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 10:45:26 -0400 Received: by mail-it0-x22e.google.com with SMTP id h23-v6so9759779ita.5 for ; Wed, 05 Sep 2018 07:45:26 -0700 (PDT) In-Reply-To: <87pnxskr6r.fsf@gmail.com> 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" To: jschwab@gmail.com Cc: Org Mode --000000000000284fe0057520d3ae Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable so, I think there is an infinite loop generated between yas--auto-fill and orgalist--auto-fill: -------------- Debugger entered--Lisp error: (error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99") current-left-margin() move-to-left-margin() forward-paragraph() yas--auto-fill() orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() orgalist--auto-fill(yas--auto-fill) apply(orgalist--auto-fill yas--auto-fill nil) #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)() yas--auto-fill() ----------------------- the workaround is to disable yas-global-mode, which I should have done anyway. But this might be something to figure out how to manage in any case -- do you htink this counts ass a yasnippet issue or an orgalist issue or a message-mode issue? On Wed, Sep 5, 2018 at 9:30 AM Josiah Schwab wrote: > Hi Matt, > > > and also are other people seeing the same issue? > > Yes, I have also seen this using orgalist + mu4e-compose-mode. > > Josiah > --000000000000284fe0057520d3ae Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
so, I think there is an infinite loo= p generated between yas--auto-fill and orgalist--auto-fill:

<= /div>
--------------
Debugger entered--Lisp error: (error &qu= ot;Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99")
=C2= =A0 current-left-margin()
=C2=A0 move-to-left-margin()
=C2=A0 forward= -paragraph()
=C2=A0 yas--auto-fill()
=C2=A0 orgalist--auto-fill(yas--= auto-fill)
=C2=A0 apply(orgalist--auto-fill yas--auto-fill nil)
=C2= =A0 #f(advice-wrapper :around yas--auto-fill orgalist--auto-fill)()
=C2= =A0 yas--auto-fill()
=C2=A0 orgalist--auto-fill(yas--auto-fill)
=C2= =A0 apply(orgalist--auto-fill yas--auto-fill nil)
=C2=A0 #f(advice-wrapp= er :around yas--auto-fill orgalist--auto-fill)()
=C2=A0 yas--auto-fill()=
=C2=A0 orgalist--auto-fill(yas--auto-fill)
=C2=A0 apply(orgalist--au= to-fill yas--auto-fill nil)
=C2=A0 #f(advice-wrapper :around yas--auto-f= ill orgalist--auto-fill)()
=C2=A0 yas--auto-fill()
------------------= -----

the workaround is to disable yas-global-mode= , which I should have done anyway.=C2=A0 But this might=C2=A0 be something = to figure out how to manage in any case -- do you htink this counts ass a y= asnippet issue or an orgalist issue or a message-mode issue?


On W= ed, Sep 5, 2018 at 9:30 AM Josiah Schwab <jschwab@gmail.com> wrote:
Hi Matt,

> and also are other people seeing the same issue?

Yes, I have also seen this using orgalist + mu4e-compose-mode.

Josiah
--000000000000284fe0057520d3ae--