From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [patch] use font-lock Date: Fri, 06 Jun 2008 11:09:18 +0100 Message-ID: <48490CCE.5060008@gnu.org> 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212746991 28406 80.91.229.12 (6 Jun 2008 10:09:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2008 10:09:51 +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 12:10:29 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 1K4Ytw-00034L-VL for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 12:10:29 +0200 Original-Received: from localhost ([127.0.0.1]:47603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4YtA-0003tN-A6 for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2008 06:09:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4Yt2-0003oi-OG for emacs-devel@gnu.org; Fri, 06 Jun 2008 06:09:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4Ysz-0003jK-E5 for emacs-devel@gnu.org; Fri, 06 Jun 2008 06:09:30 -0400 Original-Received: from [199.232.76.173] (port=47098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Ysy-0003it-R9 for emacs-devel@gnu.org; Fri, 06 Jun 2008 06:09:28 -0400 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]:49135) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4Ysu-0003hN-4j; Fri, 06 Jun 2008 06:09:24 -0400 Original-X-Trace: 92482804/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EAOGpSEhTQxds/2dsb2JhbACBVq40 X-IronPort-AV: E=Sophos;i="4.27,600,1204502400"; d="scan'208";a="92482804" X-IP-Direction: IN Original-Received: from i-83-67-23-108.freedom2surf.net (HELO wanchan.jasonrumney.net) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP; 06 Jun 2008 11:09:22 +0100 Original-Received: from [192.168.249.27] (chiko.jasonrumney.net [192.168.249.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 9E5D22EC; Fri, 6 Jun 2008 11:09:26 +0100 (BST) User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <4848F0CD.1030501@gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=8086879D X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:98509 Archived-At: Lennart Borgman (gmail) wrote: > It is true that nxml highlighting does not work, but I think I know > how to make it work now. So you are asking to delay installing an improvement to nxml-mode's highlighting because you _think_ you can make your own lisp mode work with the old highlighting code, and noone, including yourself, has tested your lisp mode with the improved version? This seems like a strange request to make.