From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: orgalist & variable binding depth Date: Thu, 06 Sep 2018 08:13:03 +1000 Message-ID: <87tvn361ao.fsf@gmail.com> References: <87pnxskr6r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxg2w-0004SW-6a for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 18:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxg2v-0007SZ-C2 for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 18:13:10 -0400 Received: from mail-pg1-x52a.google.com ([2607:f8b0:4864:20::52a]:33676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxg2v-0007Oq-1W for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 18:13:09 -0400 Received: by mail-pg1-x52a.google.com with SMTP id s7-v6so4125174pgc.0 for ; Wed, 05 Sep 2018 15:13:08 -0700 (PDT) In-reply-to: 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: Matt Price Cc: jschwab@gmail.com, Org Mode I'm using orglist and mu4e but not yas-auto-fill. I don't see this issue. Tim Matt Price writes: > 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 iss= ue > 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 >> --=20 Tim Cross