From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: bool-vector implementation in the Emacs core Date: Wed, 21 Jan 2004 13:35:28 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4nfze9dua7.fsf@collins.bwh.harvard.edu> References: <4nd69dfdn2.fsf@collins.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074710413 29011 80.91.224.253 (21 Jan 2004 18:40:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 18:40:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jan 21 19:40:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjNGl-00063E-00 for ; Wed, 21 Jan 2004 19:40:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjNGl-0004df-00 for ; Wed, 21 Jan 2004 19:40:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjNF5-0001Fi-6Z for emacs-devel@quimby.gnus.org; Wed, 21 Jan 2004 13:38:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjNEd-000156-Ba for emacs-devel@gnu.org; Wed, 21 Jan 2004 13:37:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjNE5-0000oC-SO for emacs-devel@gnu.org; Wed, 21 Jan 2004 13:37:49 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjNDd-0000Mf-Ki for emacs-devel@gnu.org; Wed, 21 Jan 2004 13:36:49 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AjNDc-0007Dh-00 for ; Wed, 21 Jan 2004 19:36:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjNDb-0007DZ-00 for ; Wed, 21 Jan 2004 19:36:47 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AjNDb-0007PI-00 for ; Wed, 21 Jan 2004 19:36:47 +0100 Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:gKPxTC5XHgHlWpwAlJe+ahalFnU= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19408 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19408 On Wed, 21 Jan 2004, prj@po.cwru.edu wrote: Ted Zlatanov wrote: >> (1 (6 . 8) 1000 (1500 . 1600) 2000) >> >> Inversion lists store the number where the toggle occurs, so the >> above example would be: >> >> (1 2 6 8 1000 1001 1500 1600 2000 2001) [ or the equivalent >> vector ] > > ITYM: > (1 2 6 9 1000 1001 1500 1601 2000 2001) Right, thank you! Ted