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