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 17:07:12 +0100 Message-ID: References: <45C20B4A.7030806@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 1170346097 16269 80.91.229.12 (1 Feb 2007 16:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 16:08:17 +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 17:08:01 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 1HCeT9-0003lr-DT for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 17:07:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCeT8-0001Ih-VP for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 11:07:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCeSy-0001IP-3r for emacs-devel@gnu.org; Thu, 01 Feb 2007 11:07:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCeSw-0001IA-LZ for emacs-devel@gnu.org; Thu, 01 Feb 2007 11:07:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCeSw-0001Hy-HP for emacs-devel@gnu.org; Thu, 01 Feb 2007 11:07:14 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.228]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCeSw-0004fO-0y for emacs-devel@gnu.org; Thu, 01 Feb 2007 11:07:14 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i22so569649wra for ; Thu, 01 Feb 2007 08:07:13 -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=OVkGzccvEqddFVORbD+0ddq5IkE18t2KUdx2DoboulaFCiZFOy7Wtb/OzsnsruMC3FlrAPyoJXaBER6EikV+86TeAaPW8k/YwkBZI+6K11BA4vjPB/Tt3uXY/Md8Y25IzSENi2pd6g4tiaVABWNZGbmTLWb2XWKilNZ4LWTdf90= Original-Received: by 10.114.157.1 with SMTP id f1mr174595wae.1170346032448; Thu, 01 Feb 2007 08:07:12 -0800 (PST) Original-Received: by 10.115.93.4 with HTTP; Thu, 1 Feb 2007 08:07:12 -0800 (PST) In-Reply-To: <45C20B4A.7030806@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:65743 Archived-At: On 2/1/07, Lennart Borgman (gmail) wrote: > What about the other way round? Changing the behaviour to what the > documentation says? Is there any reason that user-init-file should not > always point to the source file? I don't think `load' should worry itself on whether .emacs.el, .emacs, _emacs.el, _emacs or .emacs.d/init.el exist. /L/e/k/t/u