all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* advice.el and bytecomp: Did something change recently?
@ 2020-04-17 16:50 T.V Raman
  2020-04-17 17:12 ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: T.V Raman @ 2020-04-17 16:50 UTC (permalink / raw)
  To: emacs-devel

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.

-- 

-- 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-18  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 16:50 advice.el and bytecomp: Did something change recently? T.V Raman
2020-04-17 17:12 ` Stefan Monnier
2020-04-17 17:22   ` T.V Raman
2020-04-17 19:32     ` Stefan Monnier
2020-04-17 19:45       ` T.V Raman
2020-04-17 19:46       ` T.V Raman
2020-04-18  2:03       ` T.V Raman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.