emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orgalist 5b51845: Comment (in)compatibility between Yas


From: Nicolas Goaziou
Subject: [elpa] externals/orgalist 5b51845: Comment (in)compatibility between Yasnippet and Orgalist
Date: Mon, 27 Apr 2020 07:14:35 -0400 (EDT)

branch: externals/orgalist
commit 5b51845194b75052324be7effdaeb736c1367649
Author: Nicolas Goaziou <address@hidden>
Commit: Nicolas Goaziou <address@hidden>

    Comment (in)compatibility between Yasnippet and Orgalist
---
 orgalist.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/orgalist.el b/orgalist.el
index 5af5dd1..74cbfc1 100644
--- a/orgalist.el
+++ b/orgalist.el
@@ -109,6 +109,19 @@
 ;; LaTeX list in-between the "BEGIN RECEIVE" and "END RECEIVE" marker
 ;; lines.
 
+;; There is a known incompatibility between Yasnippet and Orgalist,
+;; appearing as the following message:
+
+;;     (error "Variable binding depth exceeds max-specpdl-size")
+
+;; To avoid this situation, you must activate Orgalist *before*
+;; Yasnippet.  You can add the following snippet in major mode hooks
+;; where you want both:
+
+;;     (yas-minor-mode -1)
+;;     (orgalist-mode 1)
+;;     (yas-minor-mode)
+
 ;;; Code:
 
 (require 'easymenu)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]