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 17:51:30 +0000 (GMT) Message-ID: References: <200605241731.k4OHV0E2022003@jane.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1148492785 1378 80.91.229.2 (24 May 2006 17:46:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 17:46:25 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 19:46:23 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 1FixR9-0001lA-IC for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 19:46:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FixR9-0004dy-3W for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 13:46:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FixQy-0004dk-6Y for emacs-devel@gnu.org; Wed, 24 May 2006 13:46:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FixQx-0004dQ-9O for emacs-devel@gnu.org; Wed, 24 May 2006 13:46:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FixQx-0004dN-70 for emacs-devel@gnu.org; Wed, 24 May 2006 13:46:11 -0400 Original-Received: from [193.149.49.134] (helo=acm.acm) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FixVQ-0000Zn-NT for emacs-devel@gnu.org; Wed, 24 May 2006 13:50:49 -0400 Original-Received: from localhost (root@localhost) by acm.acm (8.8.8/8.8.8) with SMTP id RAA01271; Wed, 24 May 2006 17:51:31 GMT X-Sender: root@acm.acm Original-To: Luc Teirlinck In-Reply-To: <200605241731.k4OHV0E2022003@jane.dms.auburn.edu> 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:55213 Archived-At: Hi, Luc. On Wed, 24 May 2006, Luc Teirlinck wrote: >>>>From my previous reply: > I believe that after your changes jka-cmpr-hook.el was used before it > was loaded. >More precisely, the new function load-history-regexp in subr.el uses >jka-compr-load-suffixes and then your changes called that function >before jka-cmpr-hook.el was loaded. OK. This sounds right. If there were to be any problem with the fix you've made, another fix would be to amend load-history-regexp so that jka-compr-load-suffixes is only used inside an (unless purify-flag ....) form. >Sincerely, >Luc. -- Alan.