From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: subr.el change breaks bootstrapping Date: Wed, 24 May 2006 16:57:23 +0000 (GMT) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1148489715 22761 80.91.229.2 (24 May 2006 16:55:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 16:55:15 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 18:55:13 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FiwdN-0002Hd-QW for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 18:54:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiwdN-0001zD-82 for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 12:54:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fiwco-0001pu-Vg for emacs-devel@gnu.org; Wed, 24 May 2006 12:54:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fiwco-0001pP-6g for emacs-devel@gnu.org; Wed, 24 May 2006 12:54:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fiwcn-0001pL-Va for emacs-devel@gnu.org; Wed, 24 May 2006 12:54:22 -0400 Original-Received: from [193.149.49.134] (helo=acm.acm) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FiwhG-0003rF-KN for emacs-devel@gnu.org; Wed, 24 May 2006 12:58:59 -0400 Original-Received: from localhost (root@localhost) by acm.acm (8.8.8/8.8.8) with SMTP id QAA01071; Wed, 24 May 2006 16:57:25 GMT X-Sender: root@acm.acm Original-To: Juanma Barranquero In-Reply-To: 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:55207 Archived-At: On Wed, 24 May 2006, Juanma Barranquero wrote: >Something in this change breaks bootstrapping. The other half of the change in in .../src/lread.c. Did you compile that in too? >2006-05-24 Alan Mackenzie > > * startup.el (command-line): For names of preloaded files, don't > append ".elc" (now done in Fload), and call file-truename on the > lisp directory. > > * subr.el (eval-after-load): Fix the doc-string. Allow FILE to > match ANY loaded file with the right name, not just those in > load-path. Put a regexp matching the file name into > after-load-alist, rather than the name itself. > > * subr.el: New functions load-history-regexp, > load-history-filename-element, do-after-load-evaluation. > > * international/mule.el (load-with-code-conversion): Do the > eval-after-load stuff by calling do-after-load-evaluation. -- Alan.