From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: user-init-file source vs. compiled Date: Thu, 1 Feb 2007 19:18:51 +0100 Message-ID: References: <45C20B4A.7030806@gmail.com> <45C21377.2050001@gmail.com> <45C22179.70208@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170353976 14635 80.91.229.12 (1 Feb 2007 18:19:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 18:19:36 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 01 19:19:29 2007 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 1HCgWt-0004EL-Ri for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 19:19:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCgWs-0003V0-Hx for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 13:19:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCgWM-0003Lo-Hp for emacs-devel@gnu.org; Thu, 01 Feb 2007 13:18:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCgWL-0003Kw-34 for emacs-devel@gnu.org; Thu, 01 Feb 2007 13:18:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCgWK-0003Km-IO for emacs-devel@gnu.org; Thu, 01 Feb 2007 13:18:52 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.231]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCgWK-0003DC-BY for emacs-devel@gnu.org; Thu, 01 Feb 2007 13:18:52 -0500 Original-Received: by nz-out-0506.google.com with SMTP id s1so543564nze for ; Thu, 01 Feb 2007 10:18:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VkhHkACwECEc7QQ8z1kOZbXfT5palnllddeXRVkwXWkc16H560E0cJyeHI4pCRjSClXxJU6MifpXAlak6QlTqCnRwoD5SjW3Y514dDDocqdLXHXkFBQWIO3qA4G7dMJUYZvUM/KHFWCAMOfrb/Hk3Hgo9QjWa6BHCFBpQQSnru0= Original-Received: by 10.114.111.1 with SMTP id j1mr183337wac.1170353931262; Thu, 01 Feb 2007 10:18:51 -0800 (PST) Original-Received: by 10.115.93.4 with HTTP; Thu, 1 Feb 2007 10:18:51 -0800 (PST) In-Reply-To: <45C22179.70208@gmail.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:65748 Archived-At: On 2/1/07, Lennart Borgman (gmail) wrote: > So user-init-file could from that point of view point to > the source file. At the risk of repeating myself: I don't think `load' should worry with determining what is the right init source file. /L/e/k/t/u