From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Possible orgalist issue Date: Tue, 07 Jan 2020 16:13:45 +1100 Message-ID: <87tv576e7q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53048) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iohBj-0006So-9Y for emacs-orgmode@gnu.org; Tue, 07 Jan 2020 00:13:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iohBi-0000fe-3h for emacs-orgmode@gnu.org; Tue, 07 Jan 2020 00:13:55 -0500 Received: from mail-pf1-x42b.google.com ([2607:f8b0:4864:20::42b]:35680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iohBh-0000eJ-12 for emacs-orgmode@gnu.org; Tue, 07 Jan 2020 00:13:54 -0500 Received: by mail-pf1-x42b.google.com with SMTP id i23so22581976pfo.2 for ; Mon, 06 Jan 2020 21:13:52 -0800 (PST) Received: from tim-desktop (203-173-21-89.dyn.iinet.net.au. [203.173.21.89]) by smtp.gmail.com with ESMTPSA id o184sm74795602pgo.62.2020.01.06.21.13.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jan 2020 21:13:50 -0800 (PST) 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: emacs-orgmode@gnu.org I'm running into an issue with the oralist package. However, I am running some bleeding edge versions, so this might be something related to one of them. Really wanted to see if anyone else has observed this and to verify I am loading the package correctly. The Problem: When editing a message and oralist is loaded, when I get to the fill column, the message "Variable binding depth exceeds max-specpdl-size" is displayed in the echo error and the cursor jumps back to the beginning of the current line (not to the next line as would be expected). This only occurs if orgalist is loaded. I'm loading orgalist as follows (use-package orgalist :ensure t :config (add-hook 'mu4e-compose-mode-hook 'orgalist-mode)) I'm using mu4e from the git repository (current head version), Emacs built from Emacs git repository (emacs-27 branch) and latest org-plus-contrib package from the org repository. Questions: 1. anyone else seeing this who is using Emacs 27.0.60 2. am I loading orgalist correctly? 3. anyone running latest mu4e (dev version) seeing this? My suspicion is that it is related to the latest mu4e version, but that is really just a guess. -- Tim Cross