From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: orgalist & variable binding depth Date: Wed, 5 Sep 2018 08:40:20 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000da79db05751f1033" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxX5o-0003ud-T6 for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 08:39:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxX5n-0005ld-WB for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 08:39:32 -0400 Received: from mail-it0-x235.google.com ([2607:f8b0:4001:c0b::235]:36457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxX5n-0005kF-Q7 for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 08:39:31 -0400 Received: by mail-it0-x235.google.com with SMTP id u13-v6so9231661iti.1 for ; Wed, 05 Sep 2018 05:39:31 -0700 (PDT) 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: Org Mode --000000000000da79db05751f1033 Content-Type: text/plain; charset="UTF-8" I've just started enabling orgalist in message-mode, and it's awesome. However, I'm getting very frequent variable binding depth errors, possibly because of conflicts with other packages. When orgalist is turned off, all the errors go away. When it's turned on, my *Messages* buffer starts to look like this: ---------- forward-paragraph: Variable binding depth exceeds max-specpdl-size [4 times] back-to-indentation: Variable binding depth exceeds max-specpdl-size yas--auto-fill: Variable binding depth exceeds max-specpdl-size [3 times] orgalist--auto-fill: Variable binding depth exceeds max-specpdl-size [12 times] ---------- The message buffer is in mu4e-compose mode, which is a derived mode from message mode. The minor modes enabled are: Enabled minor modes: Abbrev Anzu Async-Bytecomp-Package Auto-Composition Auto-Compression Auto-Encryption Auto-Fill Beginend-Global Beginend-Message Column-Number Csv-Field-Index Delete-Selection Desktop-Save Diff-Auto-Refine Dubcaps Editorconfig Electric-Indent File-Name-Shadow Flycheck Flyspell Font-Lock Global-Anzu Global-Auto-Complete Global-Auto-Revert Global-Eldoc Global-Flycheck Global-Font-Lock Global-Git-Commit Global-Magit-File Global-Subword Global-Undo-Tree Guide-Key Helm Helm-Autoresize Iswitchb Line-Number Magit-Auto-Revert Menu-Bar Mml Mouse-Wheel Narrow Override-Global Pdf-Occur-Global Persistent-Scratch-Autosave Project-Persist Projectile Recentf Save-Place Savehist Shell-Dirtrack Show-Paren Subword Transient-Mark Undo-Tree Visual-Line Which-Function Winner Yas Yas-Global maybe some of theseshould be turned off! my init files are a bit of a mess aright now. Anyway, any thoughts on how I might start debugging; and also are other people seeing the same issue? --000000000000da79db05751f1033 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I've just start= ed enabling orgalist in message-mode, and it's awesome. However, I'= m getting very frequent variable binding depth errors, possibly because of = conflicts with other packages. When orgalist is turned off, all the errors = go away. When it's turned on, my *Messages* buffer starts to look like = this:

----------
forward-paragraph: Vari= able binding depth exceeds max-specpdl-size [4 times]
back-to-indentatio= n: Variable binding depth exceeds max-specpdl-size
yas--auto-fill: Varia= ble binding depth exceeds max-specpdl-size [3 times]
orgalist--auto-fill= : Variable binding depth exceeds max-specpdl-size [12 times]
----------<= /div>

The message buffer is in mu4e-compose mode, which = is a derived mode from message mode.=C2=A0 The minor modes enabled are:

Enabled minor modes: Abbrev Anzu Async-Bytecomp-Packa= ge
Auto-Composition Auto-Compression Auto-Encryption Auto-Fill
Begine= nd-Global Beginend-Message Column-Number Csv-Field-Index
Delete-Selectio= n Desktop-Save Diff-Auto-Refine Dubcaps Editorconfig
Electric-Indent Fil= e-Name-Shadow Flycheck Flyspell Font-Lock
Global-Anzu Global-Auto-Comple= te Global-Auto-Revert Global-Eldoc
Global-Flycheck Global-Font-Lock Glob= al-Git-Commit Global-Magit-File
Global-Subword Global-Undo-Tree Guide-Ke= y Helm Helm-Autoresize
Iswitchb Line-Number Magit-Auto-Revert Menu-Bar M= ml Mouse-Wheel Narrow
Override-Global Pdf-Occur-Global Persistent-Scratc= h-Autosave
Project-Persist Projectile Recentf Save-Place Savehist Shell-= Dirtrack
Show-Paren Subword Transient-Mark Undo-Tree Visual-Line Which-F= unction
Winner Yas Yas-Global

maybe some of the= seshould be turned off! my init files are a bit of a mess aright now.=C2=A0= Anyway, any thoughts on how I might start debugging; and also are other pe= ople seeing the same issue?

--000000000000da79db05751f1033--