From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: [patch] Sort the sitemap again Date: Thu, 22 Apr 2010 08:56:04 -0400 Message-ID: <6824.1271940964@gamaville.dokosmarshall.org> References: <87wrw02ric.fsf@gmx.de> <43C32696-E65A-4337-A75C-3ECE447CE51F@gmail.com> <87fx2n21z7.fsf@gmx.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4vxD-0001iH-AN for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 08:56:27 -0400 Received: from [140.186.70.92] (port=43373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4vxA-0001hL-R1 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 08:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4vx5-0007HX-4T for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 08:56:24 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:37114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4vx5-0007HG-0v for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 08:56:19 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L1A00JPC3XG1UG8@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 07:56:05 -0500 (CDT) In-reply-to: Message from Sebastian Rose of "Thu, 22 Apr 2010 12:52:44 +0200." <87fx2n21z7.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: nicholas.dokos@hp.com, Emacs-orgmode mailing list , Carsten Dominik Sebastian Rose wrote: > Carsten Dominik writes: > > On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: > > > > ... > > - Using symbols `first' and `last' instead of strings > > > We'll have to use `equal' then, not `eq': > On the contrary: eq works reliably for symbols (and is, I assume, the reason that Carsten wanted symbols in the first place: pointer comparison is fast). I haven't looked at the patch at all (sorry), but are you sure that that is what broke it? Nick