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 18:04:34 +0100 Message-ID: References: <45C20B4A.7030806@gmail.com> <45C21377.2050001@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 1170349694 30781 80.91.229.12 (1 Feb 2007 17:08:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 17:08:14 +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 18:08:07 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 1HCfPq-0002v4-Gi for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 18:08:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCfPq-0000dN-1N for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 12:08:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCfMT-0007LR-Vt for emacs-devel@gnu.org; Thu, 01 Feb 2007 12:04:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCfMS-0007Kc-Er for emacs-devel@gnu.org; Thu, 01 Feb 2007 12:04:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCfMS-0007KW-9l for emacs-devel@gnu.org; Thu, 01 Feb 2007 12:04:36 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.244]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCfMR-0006pq-RN for emacs-devel@gnu.org; Thu, 01 Feb 2007 12:04:35 -0500 Original-Received: by an-out-0708.google.com with SMTP id b8so348719ana for ; Thu, 01 Feb 2007 09:04:35 -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=Ov4dPweP1ahbd53cUzL7dguJqXUyTfX3cCTMUupJBSUgyYnt9WFOxAUjmyby3ETeHIj5UeMJeGnolVpgrR9Ghub/sjJz24Gw3RNnZlWxyD2XXKs4b2oqlxeA3eATDvUlTkiW4XQCJ5KmdcxSzcwWCKsczn+Dcr5ux35LeyFs9jo= Original-Received: by 10.114.12.9 with SMTP id 9mr177581wal.1170349474997; Thu, 01 Feb 2007 09:04:34 -0800 (PST) Original-Received: by 10.115.93.4 with HTTP; Thu, 1 Feb 2007 09:04:34 -0800 (PST) In-Reply-To: <45C21377.2050001@gmail.com> Content-Disposition: inline X-detected-kernel: 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:65746 Archived-At: On 2/1/07, Lennart Borgman (gmail) wrote: > Could load-file-name be a way for a user to check in user-init-file what > is actually loaded? What do you mean? `user-init-file' is what is actually loaded. > Or is that not set here? Where? Certainly `load-file-name' is set while a file is being loaded. /L/e/k/t/u