help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: debugging post command hook max-lisp-eval-depth


From: Stefan Monnier
Subject: Re: debugging post command hook max-lisp-eval-depth
Date: Wed, 20 Jun 2018 17:53:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (`global-display-line-numbers-mode' & `global-magit-file-mode') don't

Neither of those should normally ever appear on post-command-hook, AFAIK.

> have any recursive calls.

I'd look at some code shared by the two minor modes, tho maybe it
happened via an advice or a function place on both minor mode's hooks
(i.e. the minor modes aren't directly related, except as "vehicles").

> Could this be caused by some stale .elc files ?

Technically, yes.  But there are many other possibilities, just as (un)likely.


        Stefan



reply via email to

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