From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: danmbox@gmail.com Newsgroups: gmane.emacs.help Subject: log full path of magically loaded files? Date: Mon, 25 Mar 2013 09:49:21 -0700 (PDT) Message-ID: <06d6bc48-a54e-4e08-a2e5-9a2d6a840eef@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1364236675 6491 80.91.229.3 (25 Mar 2013 18:37:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 18:37:55 +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:38:22 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 1UKCHl-000493-Mo for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 19:38:21 +0100 Original-Received: from localhost ([::1]:34959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKCHN-0007hv-O0 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 14:37:57 -0400 X-Received: by 10.224.185.79 with SMTP id cn15mr7001574qab.4.1364230161514; Mon, 25 Mar 2013 09:49:21 -0700 (PDT) X-Received: by 10.49.27.102 with SMTP id s6mr167964qeg.1.1364230161456; Mon, 25 Mar 2013 09:49:21 -0700 (PDT) Original-Path: usenet.stanford.edu!t2no16109214qal.0!news-out.google.com!k8ni11100qas.0!nntp.google.com!ca1no6630950qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.136.154.225; posting-account=DlcrmAoAAACjiZe5rV7TSuYe6yXFNjPG Original-NNTP-Posting-Host: 89.136.154.225 User-Agent: G2/1.0 Injection-Date: Mon, 25 Mar 2013 16:49:21 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197469 X-Mailman-Approved-At: Mon, 25 Mar 2013 14:35:31 -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:89744 Archived-At: 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? Thanks, Dan