From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wojciech Meyer Newsgroups: gmane.emacs.devel Subject: Re: Problems with xml-parse-string Date: Fri, 24 Sep 2010 11:47:38 +0100 Message-ID: References: <87pqw6d7nz.fsf@stupidchicken.com> <87zkvaiked.fsf@stupidchicken.com> <87vd5ymptn.fsf@stupidchicken.com> <87vd5x7ty2.fsf@stupidchicken.com> <87vd5wo48a.fsf@stupidchicken.com> <8739t03q2g.fsf@stupidchicken.com> <4C9C1107.5010000@harpegolden.net> <83lj6rtvq3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1285325848 11303 80.91.229.12 (24 Sep 2010 10:57:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2010 10:57:28 +0000 (UTC) Cc: emacs-devel@gnu.org, David De La Harpe Golden To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 12:57:26 2010 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.69) (envelope-from ) id 1Oz5y2-0001hp-Mk for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 12:57:26 +0200 Original-Received: from localhost ([127.0.0.1]:45193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oz5oh-0006z9-IG for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 06:47:47 -0400 Original-Received: from [140.186.70.92] (port=36150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oz5oa-0006yu-Us for emacs-devel@gnu.org; Fri, 24 Sep 2010 06:47:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oz5oZ-0006jl-DM for emacs-devel@gnu.org; Fri, 24 Sep 2010 06:47:40 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:34166) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz5oZ-0006jd-BM; Fri, 24 Sep 2010 06:47:39 -0400 Original-Received: by qyk8 with SMTP id 8so2496747qyk.0 for ; Fri, 24 Sep 2010 03:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=pPbTPYrIA3wOEIxfyproTz/ygtGxZZ2yyzeILIS6cFY=; b=Qe+s61xyga+VmcqLVMoflNJWlZFjsqBLc4atiGqFbREamxNFIpj+Ce+K3CqAOOO0gR aToyxNI0ymzoWrsV/MUfcfZL59UUjlUYNfdFKoK8HL8av/SYoOO0ul380AH2naXKnaa8 vgqm83aaQaz2j6MDgU1dyTfmTFV3+V8SWoCPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=m11zvcjUdlPSHlQYTik54dIOC83xBXtXX0JabAKB52EmcGaapCaSetj/IdpG3cgcGP t0Vr6+icdwXxQyjrGMs2lbUKDbUTM62mXrsxmVU8xrN/hX31n4ibDiyaM4uJbCGpnihq /G11Cm+L8/Nls0kgWw6es+BbS1ppuER8ErDsE= Original-Received: by 10.224.95.4 with SMTP id b4mr2262679qan.338.1285325258640; Fri, 24 Sep 2010 03:47:38 -0700 (PDT) Original-Received: by 10.229.31.139 with HTTP; Fri, 24 Sep 2010 03:47:38 -0700 (PDT) In-Reply-To: <83lj6rtvq3.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130748 Archived-At: > If polluting the global obarray is a concern, perhaps we could use a > private one for XML symbols. Sorry Eli/David, I meant it was Eli's idea, and I also agree that having checking symbols is much less costly than comparing strings. Wojciech