I've converted nxml to font-lock. I used the existing fontification machinery and put it inside a cc-mode-style matcher. Efficiency and output are the same,...
nxml-mode will be distributed with future versions of Emacs. If you are willing to assign these changes to FSF for inclusion in Emacs 23, please send them to...
... Hi Daniel, This sounds very interesting. As you might know in nXhtml I am using nxml-mode with mumamo (which is a framework for multiple major modes in a...
... I saw that you used that approach, and decided to just alter nXML-mode instead. I don't really understand why nXML was written to not use font-lock in the ...
... Do you mean font-lock-fontify-region-function? ... Mumamo now defines what I call "multi major modes". (Previously there was a minor mode called...
... It can. It's called relax NG. Mod the schema an hey presto it works. This is beginning to sound like the M$ approach. Embrace, extend, and exterminate If...
... Sort of. I'm talking about using a function as a matcher keyword in font-lock-keywords. This function always returns nil, but while searching, sets the...
... Is not that documented in `font-lock-keywords'? But maybe you mean it could be more explicit? ... I am not sure what you mean here. Mumamo calls...
I would like to be able to start nxml-mode with a specified schema if there is none specified in the file. (I do not want to save the schema location since...
... I am using something like this at the moment. Advice for better implementation is very welcome! (define-derived-mode nxhtml-genshi-mode nxhtml-mode...
... <documentElement localName="locatingRules" uri="/sgml/locate.rnc"/> <default uri="/sgml/schemas/docbookv5.rnc"/> </locatingRules> as the last entries in...
... Thanks Dave, sorry for beeing unclear, but I want to be able to do this from elisp. The selection of the specific schema might be a temporary thing. As an...
Internal error in rng-validate-mode triggered at buffer position 414. Invalid regexp: "Range striding over charsets" source is trigger = element trigger { ...
i just installed nxml and joined this group. however, first 2 messages i got was spam. I was going to unsubscribe but i thought... Can we do something about...
... I am a moderator of this group. I do delete spam, and remove the sender. It is an open list so I can't stop new ones joining. regards -- Dave Pawson XSLT...
Hi Dave Pawson, Great. Thanks. I was thinking we can make the group moderated, if the spam continues. Because i know for one person to handle the drudge of...
... The fork that is using nxml-mode for xhtml seems to have done that. I doubt it has been declared a fork though. Which emacs default? sgml-mode/xml-mode? ...
... I think you misunderstand here. James Clark assigned nxml to the FSF so it could be included in Emacs. The version in Emacs CVS was taken from James's...
Hi, I'm using nxml-mode to validate my Docbook and so on as I write, but I've hit a small annoyance. In my current document I'm using XInclude to bring in...
... Not really. I use it by having a top level (book or article) which is nearly empty, and uses xinclude. Then I write chapters (or sections) which validate...
... The expanded copy is only used for validation, then dumped. I work on the 'chunks'. It does work. I've written quite a bit of docbook that way. -- Dave...
... You could use the DocBook RELAX NG grammar that includes XInclude :-) ... You can probably do that with NVDL, but not in nxml-mode. Be seeing you, norm -- ...
... Please don't report bugs for extensions on this list. It has nothing to do with nxml-mode. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Hello Dave, shame on me :) but I reported this bug here through the bug reporting interface: nXhtml menu -> nXhtml Help and Setup -> report a bug in nXhtml At...