[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] orgalist & variable binding depth
From: |
Nicolas Goaziou |
Subject: |
Re: [O] orgalist & variable binding depth |
Date: |
Thu, 06 Sep 2018 16:21:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Matt Price <address@hidden> writes:
> so, I think there is an infinite loop generated between yas--auto-fill and
> orgalist--auto-fill:
Yasnippet and Orgalist are somewhat incompatible because Yasnippet is
not playing nice with other minor modes. Instead of advising functions,
it stores them and installs its modified version.
IIRC, I solve a similar issue by first disabling Yasnippet, then
enabling Orgalist, and eventually enabling Yasnippet again:
(yas-minor-mode -1)
(orgalist-mode 1)
(yas-minor-mode)
Regards,
--
Nicolas Goaziou