From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Tracing what is loading Date: Wed, 10 Dec 2008 20:14:21 +0100 Organization: Friedrich Schiller University Jena, Germany Message-ID: References: <877i69c12p.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228938062 14865 80.91.229.12 (10 Dec 2008 19:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 19:41:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 20:42:06 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAUwR-00049T-Ms for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2008 20:41:51 +0100 Original-Received: from localhost ([127.0.0.1]:34348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUvG-0005dD-Gp for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2008 14:40:38 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2!feeder.erje.net!news-1.dfn.de!news.uni-jena.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: ppc228.mipool.uni-jena.de Original-X-Trace: lc03.rz.uni-jena.de 1228936461 13095 141.35.13.119 (10 Dec 2008 19:14:21 GMT) Original-X-Complaints-To: abuse@uni-jena.de Original-NNTP-Posting-Date: Wed, 10 Dec 2008 19:14:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:Q7AW1j57qhc9xuj5G/twnh0iwmU= Original-Xref: news.stanford.edu gnu.emacs.help:165211 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60539 Archived-At: Hello again, ~/.abbrevs is the default value of `abbrev-file-name', defined in `paths.el'. This is set also with emacs -Q. `load-history' is a flat list, so we can't expect that it reflects the recursive load history perfectly. I don't know if file names are added when loading the file starts or when it ends. Maybe interesting for you: There is a variable `message-log-max' which defines how much messages are remembered in the *Messages* buffer. One can set it to `t' which means `no limit', but of course its to late for you to do this after startup. `message-log-max' is defined in `.../emacs/src/xdisp.c', maybe one can simply edit and recompile this file? P.S.: Why do you have to know which files are loaded at which time that exactly? Michael