From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: [patch] use font-lock Date: Fri, 06 Jun 2008 10:09:49 +0200 Message-ID: <4848F0CD.1030501@gmail.com> References: <200805231826.27371.danc@merrillpress.com> <200805271145.00741.danc@merrillpress.com> <200806051907.56862.danc@merrillpress.com> <4848E63E.7040406@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212739820 4121 80.91.229.12 (6 Jun 2008 08:10:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2008 08:10:20 +0000 (UTC) Cc: Steve Yegge , Daniel Colascione , "Richard M. Stallman" , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 06 10:11:02 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 1K4X2E-0003nz-6L for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 10:10:54 +0200 Original-Received: from localhost ([127.0.0.1]:38480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4X1R-0003mi-9r for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 04:10:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4X1N-0003mc-GM for emacs-devel@gnu.org; Fri, 06 Jun 2008 04:10:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4X1L-0003mD-6w for emacs-devel@gnu.org; Fri, 06 Jun 2008 04:10:00 -0400 Original-Received: from [199.232.76.173] (port=59715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4X1L-0003mA-1P for emacs-devel@gnu.org; Fri, 06 Jun 2008 04:09:59 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:35899) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K4X1F-0002UO-1S; Fri, 06 Jun 2008 04:09:53 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4X1E-000070-H2; Fri, 06 Jun 2008 04:09:52 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:64391 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1K4X1C-0006QR-75; Fri, 06 Jun 2008 10:09:50 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 080606-0, 2008-06-06), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.145.59 X-Scan-Result: No virus found in message 1K4X1C-0006QR-75. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1K4X1C-0006QR-75 dfca42bf8f2776217248b0bfeebd7dda X-detected-kernel: by mx20.gnu.org: Linux 2.6? (barebone, rare!) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98504 Archived-At: 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. >> Can you please wait with installing this? > > I think it's important for nxml to play nicely with other packages using > jit/font-lock, so I just want to make sure that the wait is not > too long. I will have time to respond more properly in a couple of days.