From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: [Q] Reading init file Date: Tue, 11 Mar 2008 01:52:53 +0000 Message-ID: <87ve3u2fii.fsf@bzg.ath.cx> References: <200803090100.m2910D6x005967@localhost.localdomain> <200803110100.m2B10JxJ007066@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205200392 29261 80.91.229.12 (11 Mar 2008 01:53:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 01:53:12 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Xavier Maillard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 02:53: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 1JYtgQ-0006JS-MZ for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 02:53:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYtfs-0006yI-BL for ged-emacs-devel@m.gmane.org; Mon, 10 Mar 2008 21:53:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYtfo-0006yD-W8 for emacs-devel@gnu.org; Mon, 10 Mar 2008 21:53:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYtfm-0006y1-Ae for emacs-devel@gnu.org; Mon, 10 Mar 2008 21:52:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYtfm-0006xy-7e for emacs-devel@gnu.org; Mon, 10 Mar 2008 21:52:58 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYtfl-00028J-RV for emacs-devel@gnu.org; Mon, 10 Mar 2008 21:52:58 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so2632448fga.30 for ; Mon, 10 Mar 2008 18:52:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=Gpj0VMUwLlMalcMoqqqhlyaX3VCs5+kmGZnrA4Z7BTw=; b=X66fPk9RDc8mwHRauJ04Ars1HzKJbcgsFk04UTWiIka2qFAkvOS/J0WCUXytejyyMMCBW+E08g8Om7xvq6wpAixAgh3a91hGjCD1K98NFdgFy5b1RFvye3GwCFDPm7NMJN+XCKPPKocD10W0CiMIoDqJtIZ//yto20268a49Xwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=pjvtahrtH/pzpvw7tKgahMthzvi9V50RbuYWr+fL6lmt/sSoTAVUoso9cO0IU/gh+jnq043HuP6+pjVOKd7azPXvTMZJXStN3KRwwuEDRrJ0o952BhoEBQ6ozVpRNn2+vlotBxF1xTTOHbHjB3L7g2mQdgEIu++4Cg/xAeH+s0A= Original-Received: by 10.82.112.3 with SMTP id k3mr2489701buc.32.1205200375933; Mon, 10 Mar 2008 18:52:55 -0700 (PDT) Original-Received: from bzg.ath.cx ( [81.99.213.34]) by mx.google.com with ESMTPS id u14sm1241935gvf.1.2008.03.10.18.52.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Mar 2008 18:52:54 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 1EE2415796E; Tue, 11 Mar 2008 01:52:52 +0000 (GMT) In-Reply-To: <200803110100.m2B10JxJ007066@localhost.localdomain> (Xavier Maillard's message of "Tue, 11 Mar 2008 02:00:19 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:92119 Archived-At: Xavier Maillard writes: > > 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 > > As told in another post, I am trying to find something in the C > source code. Is there something related to this ? I may mix > things up then. C-h v user-init-file RET should tell you about the location: src/lread.c -- Bastien