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: Is it possible to add modes for relax-ng and relax-ng compact now that nxml is in? Date: Fri, 01 Feb 2008 14:05:18 +0100 Message-ID: <47A3190E.7030106@gmail.com> References: 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 1201871178 26712 80.91.229.12 (1 Feb 2008 13:06:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 13:06:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 01 14:06:38 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 1JKvah-0004Vp-Am for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 14:05:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKvaF-0007zT-N8 for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2008 08:05:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKvaB-0007x1-7J for emacs-devel@gnu.org; Fri, 01 Feb 2008 08:05:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKva9-0007uY-1P for emacs-devel@gnu.org; Fri, 01 Feb 2008 08:05:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKva8-0007uH-KI for emacs-devel@gnu.org; Fri, 01 Feb 2008 08:05:24 -0500 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKva7-0002t6-OE for emacs-devel@gnu.org; Fri, 01 Feb 2008 08:05:24 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:61479 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JKva5-0002Gk-8i; Fri, 01 Feb 2008 14:05:22 +0100 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 080201-0, 2008-02-01), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JKva5-0002Gk-8i. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1JKva5-0002Gk-8i 6303e340637bc0e60688f6ce40aab879 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:87928 Archived-At: Eric Lilja wrote: > Hi, I'm running emacs 23.0.50.1 which I build often on windows and > sometimes I also build 23.0.60.* under GNU/linux (fedora). I was very > pleased when nxml was added to emacs (but only to 23.0.50.1, or? I can't > wait for the unicode-branch to be merged....) and now I've started to > work with it. I particularly like the fact that I can write relax-ng > compact schemas and validate my xml-files against those schemas. My > simple question is that if it's possible to add a mode for relax-ng > compact (and relax-ng)? It would fit very well with nxml and make > editing schema files much more attractive. I'm trying to keep my > dependencies on third-party code to a minimum, that's why I'm suggesting > this here. > > - Eric Lilja There is an rnc mode here: http://www.pantor.com/download.html (I have never used it.)