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

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

Re: Cannot edebug in tabbar.el.


From: Stefan Monnier
Subject: Re: Cannot edebug in tabbar.el.
Date: Fri, 26 Jun 2015 15:00:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Any thoughts on how tabbar.el is selectively blocking edebug?

Edebug can't be used when evaluating code during redisplay (because
that would require redisplaying during the redisplay).  So most likely
the code you can't edebug is run during redisplay (at its beginning,
when (re)computing the header-line that should be displayed).


        Stefan


reply via email to

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