From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: "tracing" autoloads Date: Sat, 30 Nov 2013 08:52:19 -0600 Message-ID: <0F25A5E5-1FF3-484A-A90B-33A79512B519@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Content-Type: multipart/signed; boundary="Apple-Mail=_CCCA7DD5-CE19-42B3-9067-4DB561124FF3"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Trace: ger.gmane.org 1385823165 25536 80.91.229.3 (30 Nov 2013 14:52:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Nov 2013 14:52:45 +0000 (UTC) To: "help-gnu-emacs@gnu.org Help" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 30 15:52:50 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vmluc-0006eH-8q for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Nov 2013 15:52:50 +0100 Original-Received: from localhost ([::1]:52241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vmlub-0003ht-WC for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Nov 2013 09:52:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmluK-0003hn-EO for help-gnu-emacs@gnu.org; Sat, 30 Nov 2013 09:52:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmluC-0008Mr-15 for help-gnu-emacs@gnu.org; Sat, 30 Nov 2013 09:52:32 -0500 Original-Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:48760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmluB-0008Mn-Rj for help-gnu-emacs@gnu.org; Sat, 30 Nov 2013 09:52:23 -0500 Original-Received: by mail-ie0-f182.google.com with SMTP id as1so17919352iec.27 for ; Sat, 30 Nov 2013 06:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=EOa6apIWBe7CHS0+3F0haruo+lHgwUSdhlOhlUl8CKE=; b=DVBi7gUz0dTMqDpI4PFspsZD+aUwaPHHoA6xFhirg4E9W9wq4DebAMT+amr4AkzNfL CqY+PBFOwlrgixOjzyfDrXy1Ro2TSBLGquvJ+ZPDb9QWiAq2W01uSKvWZYvcTDxVTgXa xtWvieSaAfP1fF2gueLGDHAphubY4ikomeXmwk+6kaJaRUH2lYltpmXjjqSQdlizZIW3 hyGEVbhirGgZvRU+xu5z4V9Wufne9YGJII+nWPir5fKCd2EhM+4AR7OktpKSo8WtdOVh iAMcVaLSoXQjTUc90SzpxzKEI6cVGs5jutS3TDkY6I/M3ZV8xFnZBZ3uxvu773hYeLuZ vY5w== X-Received: by 10.50.61.137 with SMTP id p9mr10595527igr.45.1385823142969; Sat, 30 Nov 2013 06:52:22 -0800 (PST) Original-Received: from magicbook.local ([64.128.19.234]) by mx.google.com with ESMTPSA id jk5sm56544315igb.0.2013.11.30.06.52.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Nov 2013 06:52:21 -0800 (PST) X-Mailer: Apple Mail (2.1510) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94751 Archived-At: --Apple-Mail=_CCCA7DD5-CE19-42B3-9067-4DB561124FF3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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 --Apple-Mail=_CCCA7DD5-CE19-42B3-9067-4DB561124FF3 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBAgAGBQJSmfujAAoJEIPoMwNgGirlSEsH/RfllWGs3fiqIzH+B+DQWLYY FACOVfV1MGJIlAAzM4UdkZVB0QEGQ8aCwOg08djF7JBP5mT5GPL6d50JuPN9BJFq NWIIh0XoHrVLXwNIkurfeR+jfufzrZA28KhZ8nE9m6rX620v6wdTy2ds4D25LuYH f1fn1Dflb2gMc3NsClOXKFSqaFwDYRdgSV9KVFzR4WThe+lubxrIS+zF0AW2d6X0 jdoBDyjgCLxikN8DmtcrAkAwpKgaY4/NjE+Zt5kUuvMkkqryoZ4iKBSdiLee+ZW3 7TJIyElCwV6GHq/C9cjkdwhXLqYVRoltylo0XS1N5bE03RdV1nCZSKa4TdsO0VM= =Ud9N -----END PGP SIGNATURE----- --Apple-Mail=_CCCA7DD5-CE19-42B3-9067-4DB561124FF3--