Hi there! I'm using nxml-mode from the tei-emacs package (contains emacs 21.3 for Windows) to edit a TEI XML document, and I'm having problems with the results...
The docstring of `xmltok-attribute-raw-normalized-value()' tell about the attribute `ATTLIST', which is in fact `ATT'. --drkm, en recherche d'un stage :...
The docstring for `rng-open-elements' say, in <FILE:rng-valid.el> : "Stack of names of open elements represented as a list of (PREFIX . LOCAL-NAME) pairs." But...
... It's used for error recovery. If you have something like: <x><y></z> then after </z>, the stack will have (t ("" . "y") ("" . "x")) We can underline </z>...
Hi. I've just started playing around with nXML, having previously used PSGML. I've read the TODO list, and there are a number of things there that I eagerly...
Second question: I'd like to be able to insert my own markup groups into a document with nXML. PSGML has this with the sgml-custom-markup variable. What's the...
... Not currently. ... It's a fairly fundamental limitation of the syntax-highlighting in nxml-mode that it's context-independent, in the sense that the ...
... Is there anything XML-specific about this? Could you just use define-skeleton? ... The main problem I see is the same problem as with colorization: how to...
... There's a template.el package that's quite nice, and Mike Smith came up with menu code for it. I use both in conjunction with nxml. Bruce...
Bruce D'Arcus
bdarcus@...
Aug 31, 2004 9:29 am
621
... I could, and I'll also take a look at the Template package that Bruce pointed me to. But the XML-specific thing would of course be that you'd only be...
... Yeah, I could see this. I should say I typically use the template package for creating new documents, rather than inserting content in existing document....
Bruce D'Arcus
bdarcus@...
Aug 31, 2004 1:50 pm
623
James-- Is this fix in the latest nxml release? ... Cheers! --Chris Ryland / Em Software, Inc. / www.emsoftware.com...
Hello all, I am encountering a strange problem with an xml file supposed to be valid. When I want to add a xmlns:blah="uri" attribute to an element the element...
... Really sorry to have bothered you, my mistake... I changed the namespace and everything went fine. btw, this emacs mode is *really* great. Jean-Noel...
I running Emacs 21.2 on Mac OS X Panther (10.3.5) using Terminal.app. I have global font lock turned on, but syntax highlighting is not working in nxml mode. ...
Anyone knows if this patch got included in the new release? http://groups.yahoo.com/group/emacs-nxml-mode/message/422 -- Sidnei da Silva <sidnei@...> ...
A new release is available at: http://www.thaiopensource.com/download/nxml-mode-20040908.tar.gz The biggest change is that the indenting support has been...
... No. I decided the current indenting code was a total mess and needed a rewrite, which has been done in the 20040908 release that I have just announced. ...
... Does the new code result in the same effect as the patch? -- Sidnei da Silva <sidnei@...> http://awkly.org - dreamcatching :: making your dreams come...
... Seems to be equivalent, except it seems to ignore the xmlns attribute when identing. If you have a different attribute though, it will ident correctly. ...
For those running Debian like me, I've built a unofficial nxml-mode package from the latest release: http://awkly.org/files/debian/nxml-mode_20040908-1_all.deb...
... And if there are any Darwin/Fink users here, I've updated the package in the unstable tree. Please test, and report back so I can either fix any problems,...