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

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

"tracing" autoloads


From: Perry Smith
Subject: "tracing" autoloads
Date: Sat, 30 Nov 2013 08:52:19 -0600

I'm trying to debug / understand el-get and how it does things.  Probably 
el-get is fine.  I'm just a bit lost.

I have advice before "load" and "require" to put out a message.  e.g.

(defadvice load (before load-log activate)
  (message "Loading %s" (ad-get-arg 0)))

But a file that is loaded via autoload does not hit either one.  I don't want 
advice for "autoload".  I want it for when it triggers.  Does anyone have 
suggestions on how to do that?

Thank you,
Perry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


reply via email to

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