all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Subject: tool to display library dependencies?
Date: Thu, 30 Dec 2004 07:58:57 -0800	[thread overview]
Message-ID: <MEEKKIABFKKDFJMPIOEBOEJMCIAA.drew.adams@oracle.com> (raw)

This has probably been asked before, but I couldn't find it.

Is there a tool somewhere that will look at one or more Emacs Lisp libraries
and output a tree or list of its library dependencies? An Emacs command that
does this would be great.

For example: Library A requires B, which requires C and D. I'd like to be
able to determine all of the libraries that A ultimately requires - in this
case B, C, and D. A dependency tree would be even better:

 A-B-+-C
     |
     +-D

I realize that it would be problematic to take autoloads into account, but
just dealing with the explicit `require's would still be useful. And it
would be good if such a tool/command distinguished somehow between hard and
soft (`(require nil t)') `require's.

 - Drew

             reply	other threads:[~2004-12-30 15:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-30 15:58 Drew Adams [this message]
     [not found] <mailman.10066.1104423032.27204.help-gnu-emacs@gnu.org>
2004-12-30 18:59 ` tool to display library dependencies? Kevin Rodgers
2004-12-30 19:49   ` Drew Adams
     [not found] <mailman.10104.1104437134.27204.help-gnu-emacs@gnu.org>
2004-12-30 20:54 ` Kevin Rodgers

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=MEEKKIABFKKDFJMPIOEBOEJMCIAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    /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.