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: To be a list or not Date: Sat, 29 Dec 2007 12:49:05 -0500 Message-ID: References: <477568AC.7090304@gmail.com> <18293.28417.122146.27016@kahikatea.snap.net.nz> <47758120.5000507@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198950720 31094 80.91.229.12 (29 Dec 2007 17:52:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Dec 2007 17:52:00 +0000 (UTC) Cc: nickrob@snap.net.nz, emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 29 18:52:13 2007 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 1J8fr1-0006Gg-6M for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2007 18:52:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8fqg-0005nT-1Q for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2007 12:51:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8fo4-0002EI-Rg for emacs-devel@gnu.org; Sat, 29 Dec 2007 12:49:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8fo2-0002BS-MR for emacs-devel@gnu.org; Sat, 29 Dec 2007 12:49:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8fo2-0002Ak-7H for emacs-devel@gnu.org; Sat, 29 Dec 2007 12:49:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8fo1-0002pR-L5 for emacs-devel@gnu.org; Sat, 29 Dec 2007 12:49:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J8fo1-0001sh-2l; Sat, 29 Dec 2007 12:49:05 -0500 In-reply-to: <47758120.5000507@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85625 Archived-At: Eh, yes but (sequencep '(prop . val)) also returns t at least in my version of Emacs. But maybe this has been changed? In a strict sense, that is not a sequence. So ideally `sequencep' should return nil. However, making it return nil would require changing it from a constant-time function to a linear-time function, and that seems like a bad idea overall.