From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#35381: 26.2; nxml-mode doesn't fontify attributes in single quotes Date: Mon, 29 Apr 2019 17:23:40 -0400 Message-ID: References: <87imv6rpig.fsf@gmail.com> <87v9z4qjit.fsf@gmail.com> <87mukerfd2.fsf@gmail.com> <87ftq5q9xa.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="231447"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 35381@debbugs.gnu.org To: Noam Postavsky Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 23:24:15 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 1hLDl1-000y4G-7t for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 23:24:15 +0200 Original-Received: from localhost ([127.0.0.1]:35540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLDl0-0002ik-6h for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 17:24:14 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLDkp-0002hD-Ka for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 17:24:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLDko-0007i8-O0 for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 17:24:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54669) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLDko-0007hs-Ks for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 17:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLDko-0002Jj-8F for bug-gnu-emacs@gnu.org; Mon, 29 Apr 2019 17:24:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Apr 2019 21:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35381 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 35381-submit@debbugs.gnu.org id=B35381.15565730258877 (code B ref 35381); Mon, 29 Apr 2019 21:24:02 +0000 Original-Received: (at 35381) by debbugs.gnu.org; 29 Apr 2019 21:23:45 +0000 Original-Received: from localhost ([127.0.0.1]:39980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLDkW-0002J7-Mo for submit@debbugs.gnu.org; Mon, 29 Apr 2019 17:23:44 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:56623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLDkT-0002Ix-NU for 35381@debbugs.gnu.org; Mon, 29 Apr 2019 17:23:42 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x3TLNeEu012483; Mon, 29 Apr 2019 17:23:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 329786AD2C; Mon, 29 Apr 2019 17:23:40 -0400 (EDT) In-Reply-To: <87ftq5q9xa.fsf@gmail.com> (Noam Postavsky's message of "Fri, 26 Apr 2019 07:32:17 -0400") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6535=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6535> : inlines <7062> : streams <1820102> : uri <2838625> 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:158460 Archived-At: > XML says comments should always be where ... contains no > "--". That's also what I remember. > For SGML, it seems that --...-- is a comment within DTD definitions. But only within the DTD definition, so in practice I think it means it's not a comment in SGML files. > Otherwise only just like XML. It's all rather confusing. Confusing is a pretty good description. From where I stand, I think we simply shouldn't bother to try and handle "--" specially. At least not before someone comes with a concrete use-case. Stefan