From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: van Emde Boas hash. Date: Mon, 23 Nov 2009 14:39:51 +0000 (UTC) Message-ID: References: <24670838.273241258699275844.JavaMail.www@wwinf4616> <20091123040649.GA22386@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258987546 27484 80.91.229.12 (23 Nov 2009 14:45:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 14:45:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 15:45:39 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 1NCaAc-0003XV-HV for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 15:45:38 +0100 Original-Received: from localhost ([127.0.0.1]:36407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaAb-0007XQ-UN for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 09:45:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCaAC-0007Ad-Sb for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:45:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCaA8-00075n-62 for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:45:12 -0500 Original-Received: from [199.232.76.173] (port=46160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCaA7-00075c-TZ for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:45:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:46899) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCaA7-0004F2-B9 for emacs-devel@gnu.org; Mon, 23 Nov 2009 09:45:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NCaA4-0003H3-1H for emacs-devel@gnu.org; Mon, 23 Nov 2009 15:45:04 +0100 Original-Received: from nat-240.ro.66.com ([91.201.80.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 15:45:04 +0100 Original-Received: from alinsoar by nat-240.ro.66.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Nov 2009 15:45:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 91.201.80.240 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5) 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:117584 Archived-At: > If I understood the Wikipedia page correctly (thnks, Deniz), you > can find "next" and "previous" to a number not in the hash? When looking for the next of a number N, it will return the next/prev number from the array greater than N. Does not matter whether N belongs or not to the array. > Then > they look like a good candidate to represent markers and boundaries of > overlays, no? I do not understand. How are the markers and boundaries represented ? Alin. PS: I post again this message, because I discovered http://post.gmane.org/, which is very nice for reading the news groups. Emacs can be used convenient to read/post to emacs devel? Can somebody help me to confugire gnus or something else for?