From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.bugs Subject: Re: xml.el produces incorrect sexp for empty element. Date: 30 May 2003 14:49:22 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87k7c8rbf3.fsf@batman.everybody.org> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054320596 1219 80.91.224.249 (30 May 2003 18:49:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 May 2003 18:49:56 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 30 20:49:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Lowr-0000JL-00 for ; Fri, 30 May 2003 20:49:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LoxB-0004II-Vd for gnu-bug-gnu-emacs@m.gmane.org; Fri, 30 May 2003 14:50:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Lowv-0003p5-PJ for bug-gnu-emacs@gnu.org; Fri, 30 May 2003 14:49:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LowY-0003Aw-SZ for bug-gnu-emacs@gnu.org; Fri, 30 May 2003 14:49:36 -0400 Original-Received: from colo.agora-net.com ([207.245.84.69]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LowT-0002lM-8m for bug-gnu-emacs@gnu.org; Fri, 30 May 2003 14:49:29 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 19LowM-0004Ho-00; Fri, 30 May 2003 14:49:22 -0400 Original-To: mah@everybody.org (Mark A. Hershberger) In-Reply-To: mah@everybody.org's message of "Fri, 30 May 2003 05:12:00 -0500" Original-Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5204 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5204 mah@everybody.org (Mark A. Hershberger) writes: * xml.el (xml-parse-tag): Fixed incorrect handling of empty elements. because i'm not an xml expert i don't understand what was incorrect before. could you reword this in the sense of: * xml.el (xml-parse-tag): Handle empty elements [IN CORRECT WAY]. w/ a touch more detail on the correction made? this would allow an xml expert to easily validate the change (so that us non-experts who depend on them can update the repo w/ confidence). if you're already an xml expert, consider this a chance to educate a non-expert. thi