From: "T.V Raman" <raman@google.com>
To: emacs-devel@gnu.org
Subject: advice.el and bytecomp: Did something change recently?
Date: Fri, 17 Apr 2020 09:50:37 -0700 (PDT) [thread overview]
Message-ID: <20200417165037.87CC5C22B24@raman-glaptop.localdomain> (raw)
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.
--
--
next reply other threads:[~2020-04-17 16:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-17 16:50 T.V Raman [this message]
2020-04-17 17:12 ` advice.el and bytecomp: Did something change recently? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200417165037.87CC5C22B24@raman-glaptop.localdomain \
--to=raman@google.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.