From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: preloading newcomment.el Date: Tue, 05 Nov 2002 23:51:05 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210310011.g9V0BCY25183@rum.cs.yale.edu> <200211011656.gA1Gui104715@rum.cs.yale.edu> <200211041445.gA4EjeT23347@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036561190 18763 80.91.224.249 (6 Nov 2002 05:39:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 05:39:50 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189IuQ-0004qy-00 for ; Wed, 06 Nov 2002 06:39:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189J2m-0008TE-00 for ; Wed, 06 Nov 2002 06:48:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189IvI-00026s-00; Wed, 06 Nov 2002 00:40:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189I9l-0005DP-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 23:51:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189I9h-0005CB-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 23:51:08 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189I9h-0005C5-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 23:51:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 189I9h-0005Ck-00; Tue, 05 Nov 2002 23:51:05 -0500 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200211041445.gA4EjeT23347@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9159 The problem is "fixed" by the patch below, but it's not a satisfactory fix (it increases the amount of pure storage used) and I have no idea how to really fix things. To fix it properly requires distinguishing between #$ when it's used to refer to a doc string and #$ when it's used to refer to the byte code. One way to distinguish would be based on position in the surrounding list. But I think there's no need to do this now. The right thing to do now is just not preload the file.