From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Changing load-suffixes Date: Sun, 19 Feb 2006 09:59:27 -0600 (CST) Message-ID: <200602191559.k1JFxRO17279@raven.dms.auburn.edu> References: <87bqx3hqjq.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1140384571 25227 80.91.229.2 (19 Feb 2006 21:29:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2006 21:29:31 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 22:29:28 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 1FAw7Q-0000xX-WD for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 22:29:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAw7Q-0003ot-8W for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 16:29:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAr65-00020O-GU for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:07:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAr57-0001og-Ok for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:06:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAr2J-0001KM-Df for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:03:47 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAr85-0006uA-Tw; Sun, 19 Feb 2006 11:09:46 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.13.3+Sun/8.13.3) with ESMTP id k1JG3hn4015507; Sun, 19 Feb 2006 10:03:43 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id k1JFxRO17279; Sun, 19 Feb 2006 09:59:27 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: cyd@stupidchicken.com In-reply-to: <87bqx3hqjq.fsf@stupidchicken.com> (message from Chong Yidong on Sun, 19 Feb 2006 00:21:29 -0500) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.1 (manatee.dms.auburn.edu [131.204.53.104]); Sun, 19 Feb 2006 10:03:43 -0600 (CST) 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:50755 Archived-At: Chong Yidong wrote: Since this issue seems to have gotten stalled, I looked into it. How about the following patch? I did not check any details, but this can not possibly work. You only try to make `load' compute load-suffixes on the fly. This makes all the many other functions that use `load-suffixes' malfunction. That is why I needed 11 patches and a new primitive function `get-load-suffixes'. Anyway, my recently submitted patches fix this and several related problems. Sincerely, Luc.