emacs-devel
[Top][All Lists]
Advanced

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

advice.el and bytecomp: Did something change recently?


From: T.V Raman
Subject: advice.el and bytecomp: Did something change recently?
Date: Fri, 17 Apr 2020 09:50:37 -0700 (PDT)

Context:

1. This is with emacs compiled from git @HEAD.
2. Emacspeak uses advice heavily (advice.el, not nadvice).
3. Until recently, advising functions that were loaded later still
worked,
4. EG:  Module emacspeak-advice.el advices vc-next-action and gets
loaded  before  vc.el.
5. Later, when vc.el gets loaded as a result of calling
vc-next-action, the advice would take effect automatically.

Now:

Since the last few days, (noticed it first yesterday  I think) the
above is no longer true.
I need to explicitly load vc.el and then emacspeak-advice.el  for the
advice on vc-next-action to take effect.

-- 

-- 



reply via email to

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