From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Q] Reading init file Date: Sat, 08 Mar 2008 21:42:53 -0500 Message-ID: References: <200803090100.m2910D6x005967@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205030593 14181 80.91.229.12 (9 Mar 2008 02:43:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2008 02:43:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Xavier Maillard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 09 03:43:39 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYBVi-0002Up-Rc for ged-emacs-devel@m.gmane.org; Sun, 09 Mar 2008 03:43:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYBVA-0006Ft-VZ for ged-emacs-devel@m.gmane.org; Sat, 08 Mar 2008 21:43:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYBV7-0006Fa-6P for emacs-devel@gnu.org; Sat, 08 Mar 2008 21:43:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYBV4-0006FC-NO for emacs-devel@gnu.org; Sat, 08 Mar 2008 21:42:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYBV4-0006F8-F3 for emacs-devel@gnu.org; Sat, 08 Mar 2008 21:42:58 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYBV0-0004Fp-LL; Sat, 08 Mar 2008 21:42:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgCAArd0kfO+J2CdGdsb2JhbACQfQEwmQqBBw X-IronPort-AV: E=Sophos;i="4.25,468,1199682000"; d="scan'208";a="15752885" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 08 Mar 2008 21:42:54 -0500 Original-Received: from pastel.home ([206.248.157.130]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id PFZ23054; Sat, 08 Mar 2008 21:42:54 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0021A7FD4; Sat, 8 Mar 2008 21:42:53 -0500 (EST) In-Reply-To: <200803090100.m2910D6x005967@localhost.localdomain> (Xavier Maillard's message of "Sun, 9 Mar 2008 02:00:14 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91843 Archived-At: > I am trying to find out where is located all the code relative to > user-init-file loading. Which file(s) should I read to have clues > on how things work at startup ? lisp/startup.el Stefan