From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: t and nil in pure memory? Date: Tue, 17 Nov 2009 02:57:08 -0500 Message-ID: References: <200911112023.nABKNrH6023933@godzilla.ics.uci.edu> <87pr7oxieq.fsf@freebits.de> <200911130524.nAD5O5uu009102@godzilla.ics.uci.edu> <87my2nsfh3.fsf@lola.goethe.zz> <877htqswq0.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1258446867 5142 80.91.229.12 (17 Nov 2009 08:34:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 08:34:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 09:34:20 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NAJVy-0005Vi-PK for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 09:34:18 +0100 Original-Received: from localhost ([127.0.0.1]:47159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJVy-0007ph-9S for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 03:34:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAJV6-0007Rz-Fu for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAJUt-0007Kq-35 for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:15 -0500 Original-Received: from [199.232.76.173] (port=41096 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJUr-0007KS-U8 for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAJUr-0003kl-NP for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NAIw0-00040x-U2; Tue, 17 Nov 2009 02:57:08 -0500 In-reply-to: <877htqswq0.fsf@lola.goethe.zz> (message from David Kastrup on Mon, 16 Nov 2009 09:24:55 +0100) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117072 Archived-At: I am skeptical that we have everything in place that is required to properly support (unintern nil) (unintern t) We should make them give errors -- that's much easier than making them "work". There's no reason they should be allowed.