From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Vincent Lefevre Newsgroups: gmane.emacs.bugs Subject: bug#32823: 26.1; nxml-mode: "no matching start-tag" with long entity definition list Date: Fri, 31 May 2019 00:08:59 +0200 Message-ID: <20190530220859.GC15846@zira.vinc17.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="142286"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.12+8 (79dd54c4) vl-117499 (2019-05-28) Cc: Stefan Monnier , 32823@debbugs.gnu.org To: Noam Postavsky , Moritz Bunkus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 31 00:10:11 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hWTFS-000aqi-WB for geb-bug-gnu-emacs@m.gmane.org; Fri, 31 May 2019 00:10:11 +0200 Original-Received: from localhost ([127.0.0.1]:59674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWTFR-0008Vz-Mp for geb-bug-gnu-emacs@m.gmane.org; Thu, 30 May 2019 18:10:09 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWTFM-0008Vr-5u for bug-gnu-emacs@gnu.org; Thu, 30 May 2019 18:10:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWTFL-0006nx-5E for bug-gnu-emacs@gnu.org; Thu, 30 May 2019 18:10:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48926) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWTFL-0006nt-25 for bug-gnu-emacs@gnu.org; Thu, 30 May 2019 18:10:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hWTFK-0005MI-SY for bug-gnu-emacs@gnu.org; Thu, 30 May 2019 18:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincent Lefevre Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 30 May 2019 22:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32823 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 32823-submit@debbugs.gnu.org id=B32823.155925414520519 (code B ref 32823); Thu, 30 May 2019 22:10:02 +0000 Original-Received: (at 32823) by debbugs.gnu.org; 30 May 2019 22:09:05 +0000 Original-Received: from localhost ([127.0.0.1]:34235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWTEP-0005Ks-FO for submit@debbugs.gnu.org; Thu, 30 May 2019 18:09:05 -0400 Original-Received: from joooj.vinc17.net ([155.133.131.76]:44170) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hWTEM-0005KQ-CV for 32823@debbugs.gnu.org; Thu, 30 May 2019 18:09:03 -0400 Original-Received: from smtp-zira.vinc17.net (2a02-8429-80cd-3101-328d-99ff-fe25-ad3f.rev.sfr.net [IPv6:2a02:8429:80cd:3101:328d:99ff:fe25:ad3f]) by joooj.vinc17.net (Postfix) with ESMTPSA id 8C2AF748; Fri, 31 May 2019 00:08:59 +0200 (CEST) Original-Received: by zira.vinc17.org (Postfix, from userid 1000) id 43E6BC209F9; Fri, 31 May 2019 00:08:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87v9xshybi.fsf@bunkus.org> <87d0k07rt3.fsf@gmail.com> X-Mailer-Info: https://www.vinc17.net/mutt/ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:159950 Archived-At: On 2019-05-29 19:40:40 -0400, Noam Postavsky wrote: > Moritz Bunkus writes: > > >> Ah, you're right, it's not like #18871. But I think it's the same as > >> one of the edge cases Vincent brought up during Bug#33887, and the > >> second patch in https://debbugs.gnu.org/33887#73 should fix it: > > > > That patch does indeed fix the issue for me. Thanks a lot! > > Updated patch for another edge case (https://debbugs.gnu.org/33887#127). Thanks. It seems that all problems are solved! On 2019-05-30 15:22:09 +0200, Moritz Bunkus wrote: > Hey, > > unfortunately I cannot test your patch. I tried building Emacs git master > with your patch applied, but compilation failed with "Symbol’s function > definition is void: gv-define-simple-setter"; next I tried to build tag > emacs-26.2, but your patch doesn't apply against that version. > > I can therefore neither confirm nor deny that the patch works for > me. Please give my usual file a try yourself: > > https://gitlab.com/mbunkus/mkvtoolnix/blob/master/doc/man/mkvmerge.xml > > Just try to close any open tag (C-c C-f); that never worked for me, and > syntax highlighting was thoroughly confused, too. Everything seems fine with all the patches against Debian's version. But note that this is not a valid XML file. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)