From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Changing load-suffixes Date: Sun, 19 Feb 2006 11:33:26 -0500 Message-ID: <8764nbl355.fsf@stupidchicken.com> References: <87bqx3hqjq.fsf@stupidchicken.com> <200602191559.k1JFxRO17279@raven.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 1140386101 30875 80.91.229.2 (19 Feb 2006 21:55:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2006 21:55:01 +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:55:00 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 1FAwWA-0005OE-IA for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 22:54:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAwWA-0000pW-00 for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 16:54:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FArfO-0002cE-3q for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:44:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FArYq-00010Y-66 for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:38:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FArV1-0000Dv-PZ for emacs-devel@gnu.org; Sun, 19 Feb 2006 11:33:33 -0500 Original-Received: from [18.95.6.7] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FArao-0000fa-JX; Sun, 19 Feb 2006 11:39:26 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id 234031E423B; Sun, 19 Feb 2006 11:33:26 -0500 (EST) Original-To: Luc Teirlinck In-Reply-To: <200602191559.k1JFxRO17279@raven.dms.auburn.edu> (Luc Teirlinck's message of "Sun, 19 Feb 2006 09:59:27 -0600 (CST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:50756 Archived-At: Luc Teirlinck writes: > 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. I don't subscribe to emacs-pretest-bug, so I didn't see your patch till it hit the web archives. Since you have patch that "can possibly work", that's fine.