From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Show who is requiring Date: Sat, 17 Nov 2012 09:53:00 +0200 Message-ID: <83r4ns3btv.fsf@gnu.org> References: <80d2zd87t0.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1353138820 12849 80.91.229.3 (17 Nov 2012 07:53:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2012 07:53:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 17 08:53:52 2012 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 1TZdDq-0004X5-Tm for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 08:53:51 +0100 Original-Received: from localhost ([::1]:44353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZdDg-0001o9-St for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 02:53:40 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZdDZ-0001ns-Dm for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 02:53:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZdDW-0005xc-70 for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 02:53:33 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZdDV-0005xY-VW for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 02:53:30 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MDM00700GFGVZ00@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 09:53:29 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDM007GIGL4ST20@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 09:53:29 +0200 (IST) In-reply-to: <80d2zd87t0.fsf@somewhere.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:87738 Archived-At: > From: "Sebastien Vauban" > Date: Sat, 17 Nov 2012 00:08:43 +0100 > I'd like to advice `require' in order to show which package is making the call > to require another one. > > I tried using (current-buffer) to get the name of the "source" package (i.e., > the one which makes the `require' request), but that's wrong. Any idea how to > get the name of the "caller" package? Doesn't "C-h f require RET" give you that information?