From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Re: log full path of magically loaded files? Date: Mon, 25 Mar 2013 17:10:07 +0000 (UTC) Organization: muc.de e.V. Message-ID: References: <06d6bc48-a54e-4e08-a2e5-9a2d6a840eef@googlegroups.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1364236569 5293 80.91.229.3 (25 Mar 2013 18:36:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 18:36:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 25 19:36:36 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 1UKCG2-0001NN-Ta for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 19:36:35 +0100 Original-Received: from localhost ([::1]:58152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKCFf-0004UF-37 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 14:36:11 -0400 Original-Path: usenet.stanford.edu!goblin3!goblin.stu.neva.ru!news.tu-darmstadt.de!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: news.muc.de Original-X-Trace: colin.muc.de 1364231407 50906 193.149.48.2 (25 Mar 2013 17:10:07 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: Mon, 25 Mar 2013 17:10:07 +0000 (UTC) User-Agent: tin/1.9.6-20101126 ("Burnside") (UNIX) (FreeBSD/8.2-STABLE (amd64)) Original-Xref: usenet.stanford.edu gnu.emacs.help:197470 X-Mailman-Approved-At: Mon, 25 Mar 2013 14:35:37 -0400 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:89743 Archived-At: danmbox@gmail.com wrote: > I suspect emacs is loading the wrong version of some file (an autoloaded > major mode). However, I see no relevant trace in *Messages* when opening > a file that triggers the autoload. > If I (require 'some-mode) (from the *scratch* buffer), still nothing > appears in *Messages*. If I (load "some-mode"), I finally get the useless > Loading some-mode... done. > (useless because I want the full path). Is there a way to enable more > extensive logging of implicit emacs actions? Not exactly what you're asking, but M-x locate-library some-mode should help for this special case. > Thanks, > Dan -- Alan Mackenzie (Nuremberg, Germany).