From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: simple loaded during startup Date: Sat, 24 Feb 2007 10:57:28 -0800 Message-ID: <200702241857.l1OIvSSh020925@oogie-boogie.ics.uci.edu> References: <200702240059.l1O0xMX1010398@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172343598 25739 80.91.229.12 (24 Feb 2007 18:59:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Feb 2007 18:59:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 24 19:59:52 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 1HL27Z-0000Ry-Ck for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 19:59:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HL27Z-0005Cq-72 for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 13:59:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HL27O-0005CY-FF for emacs-devel@gnu.org; Sat, 24 Feb 2007 13:59:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HL27M-0005CH-U1 for emacs-devel@gnu.org; Sat, 24 Feb 2007 13:59:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HL27M-0005CE-PD for emacs-devel@gnu.org; Sat, 24 Feb 2007 13:59:36 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HL27L-0001Yz-Io; Sat, 24 Feb 2007 13:59:35 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l1OIvSSh020925; Sat, 24 Feb 2007 10:57:28 -0800 (PST) In-Reply-To: (Eli Zaretskii's message of "Sat\, 24 Feb 2007 15\:10\:22 +0200") Original-Lines: 16 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_63 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:66750 Archived-At: Eli Zaretskii writes: > > From: Dan Nicolaescu > (Armed with lisp-dir, it then proceeds to convert relative file names > in load-history into absolute file names.) > > IOW, we use simple.elc as an indicator where the Lisp files reside on > the file system, which is the value of lisp-dir computed in the above > snippet. > > I don't see anything wrong with that. Do you? No, that seems fine. And your fix certainly clarifies what is going on. Thanks