unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: emacs-devel@gnu.org
Subject: Re: How to get recursive load level?
Date: Sun, 15 Sep 2013 01:27:37 -0400	[thread overview]
Message-ID: <jwv61u2k67l.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87wqmj14pi.fsf@web.de> (Michael Heerdegen's message of "Sat, 14 Sep 2013 23:19:37 +0200")

> I have a working, but ugly solution: to `after-load-functions' I add a
> function like
> (lambda (file)
>   (push (cons load-file-name file) temp-load-hist))
[...]
> tree.  This is very fragile - can it be done better?  Please also

That sounds like a reasonable solution.
There are other hacks possible, such as advising load, of course, or
using backtrace-frame (see code around macroexp--trim-backtrace-frame).


        Stefan



  reply	other threads:[~2013-09-15  5:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-14 21:19 How to get recursive load level? Michael Heerdegen
2013-09-15  5:27 ` Stefan Monnier [this message]
2013-09-15 16:15   ` Michael Heerdegen

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv61u2k67l.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=michael_heerdegen@web.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).