From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: nil became bound to (# 96536 96288) Date: Mon, 30 Jan 2006 13:45:33 -0500 Message-ID: References: <87fyn6bz26.fsf@colinux.macs.hw.ac.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138647159 24323 80.91.229.2 (30 Jan 2006 18:52:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 18:52:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 19:52:35 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 1F3e6a-00072b-Kk for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 19:50:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3e9Y-0001NE-M3 for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 13:53:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3e5f-00073I-Vh for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3e5c-00071m-VP for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3e5b-00071d-WD for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:49:24 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3e3x-0002m2-Mt for emacs-devel@gnu.org; Mon, 30 Jan 2006 13:47:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F3e1t-0004CK-8q; Mon, 30 Jan 2006 13:45:33 -0500 Original-To: Joe Wells In-reply-to: <87fyn6bz26.fsf@colinux.macs.hw.ac.uk> (message from Joe Wells on Sun, 29 Jan 2006 19:42:57 +0000) 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:49769 Archived-At: Somehow in an invocation of Emacs, the symbol nil became bound to a value that prints as this: (# 96536 96288) Yowch! There are not many places in Emacs that make a save-value. Perhaps you can reconstruct the C-level value that was saved by looking at that data, and then perhaps you can figure out where the save-value was actually made. It is possible that this is a bug already fixed, as someone else pointed out; but it's also possible that this bug is just rare. So I think a little more investigation would be worth doing if you want to.