From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [patch] use font-lock Date: Fri, 06 Jun 2008 10:23:53 -0400 Message-ID: <87y75ilk06.fsf@stupidchicken.com> References: <200805231826.27371.danc@merrillpress.com> <200805271145.00741.danc@merrillpress.com> <200806051907.56862.danc@merrillpress.com> <4848E63E.7040406@gmail.com> <4848F0CD.1030501@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212762516 18332 80.91.229.12 (6 Jun 2008 14:28:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2008 14:28:36 +0000 (UTC) Cc: Daniel Colascione , emacs-devel@gnu.org, Steve Yegge , Stefan Monnier , "Richard M. Stallman" To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 06 16:29:17 2008 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.50) id 1K4cwO-0007o0-Uz for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 16:29:17 +0200 Original-Received: from localhost ([127.0.0.1]:57534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4cvc-0006UJ-4u for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 10:28:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4cvX-0006Sx-Qa for emacs-devel@gnu.org; Fri, 06 Jun 2008 10:28:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4cvT-0006MR-CA for emacs-devel@gnu.org; Fri, 06 Jun 2008 10:28:22 -0400 Original-Received: from [199.232.76.173] (port=48848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4cvT-0006MM-8h for emacs-devel@gnu.org; Fri, 06 Jun 2008 10:28:19 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:55926) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4cvQ-0000Zj-Dq; Fri, 06 Jun 2008 10:28:16 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 3220D4E3B1; Fri, 6 Jun 2008 10:23:53 -0400 (EDT) In-Reply-To: <4848F0CD.1030501@gmail.com> (Lennart Borgman's message of "Fri, 06 Jun 2008 10:09:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:98517 Archived-At: "Lennart Borgman (gmail)" writes: > Stefan Monnier wrote: >>>> Can someone install it please? >>> I do not think this can work with mumamo. >> >> Can you explain why this change makes life more difficult for Mumamo? >> >> I thought that the current nxml highlighting doesn't work with Mumamo >> either anyway (and Mumamo uses xml-mode's highlighting instead for that >> reason), so I got the impression that it doesn't make things worse. > > I am in a hurry right now, so I can't write much at the moment. > > It is true that nxml highlighting does not work, but I think I know > how to make it work now. The parser from nxml is however already used > with Mumamo. I don't think this is a good reason to hold the patch, unless you have reason to believe that it is impossible to make mumamo work properly with nxml when nxml uses font-lock. I don't see why that would be the case.