From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Refactoring xml.el namespace handling Date: 02 Mar 2004 16:52:19 -0500 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: References: <87u117ew6g.fsf@weblog.localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078301683 31714 80.91.224.253 (3 Mar 2004 08:14:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Mar 2004 08:14:43 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Mar 03 09:14:28 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AyRWN-0004fZ-01 for ; Wed, 03 Mar 2004 09:14:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AyRMn-0000a6-2W for gebp-emacs-pretest-bug@gmane.org; Wed, 03 Mar 2004 03:04:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AyHr4-0002Lq-3T for emacs-pretest-bug@gnu.org; Tue, 02 Mar 2004 16:55:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AyHp2-0001w9-Sh for emacs-pretest-bug@gnu.org; Tue, 02 Mar 2004 16:53:37 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AyHoO-0001lj-S5; Tue, 02 Mar 2004 16:52:24 -0500 Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id EDBEB204D5; Tue, 2 Mar 2004 16:52:19 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id D91C68C8E4; Tue, 2 Mar 2004 16:52:19 -0500 (EST) Original-To: mah@everybody.org (Mark A. Hershberger) In-Reply-To: <87u117ew6g.fsf@weblog.localhost> Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.9, requis 5, BAYES_00 -4.90) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:2309 gmane.emacs.devel:20231 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20231 > This patch differs slightly from the proposal in that namespaces are > interned after being concatenated with `:'. Thus, Could you send a patch relative to the CVS head version? Your patch does not apply cleanly to the current code. Stefan