Received: by 10.66.83.161 with SMTP id r1mr1626547pay.28.1353150205915; Sat, 17 Nov 2012 03:03:25 -0800 (PST) Path: 6ni90399pbd.1!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Eli Zaretskii Newsgroups: gnu.emacs.help Subject: Re: Show who is requiring Date: Sat, 17 Nov 2012 13:02:47 +0200 Lines: 18 Approved: help-gnu-em...@gnu.org Message-ID: References: <80d2zd87t0.fsf@somewhere.org> <80haoo7eie.fsf@somewhere.org> <83fw4835fm.fsf@gnu.org> <87zk2gldjm.fsf@zigzag.favinet> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 X-Trace: usenet.stanford.edu 1353150205 21564 208.118.235.17 (17 Nov 2012 11:03:25 GMT) X-Complaints-To: action@cs.stanford.edu To: help-gnu-em...@gnu.org Envelope-to: help-gnu-em...@gnu.org In-reply-to: <87zk2gldjm.fsf@zigzag.favinet> X-012-Sender: ha...@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-em...@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: , X-Received-Bytes: 2204 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE > From: Thien-Thi Nguyen > Cc: help-gnu-em...@gnu.org > Date: Sat, 17 Nov 2012 11:38:37 +0100 >=20 > Am I missing something? >=20 > Yes, the OP seeks a way to find "a" when a.el says =E2=80=98(requir= e 'b)=E2=80=99. > That is, both vertices of the edge. >=20 > Probably =E2=80=98load-history=E2=80=99 is fine to walk for after-t= he-fact, and > =E2=80=98current-buffer=E2=80=99 to chase for at-the-moment. Sorry, I just couldn't imagine that someone will not know about buffer-file-name and current-buffer.