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,...
Rohan Lloyd
nxml-mode@...
Sep 8, 2004 1:11 pm
639
FWIW, I like the new xml menu. ... Bruce...
Bruce D'Arcus
bdarcus@...
Sep 8, 2004 2:49 pm
640
... The sort of thing I had in mind was that if point was on an element name or attribute name, there should be a command which displays the documentation in...
The two items in the TODO list that are currently at the top of my priority list are: - Split element function (similar to C-c RET in PSGML) - Folding (being...
... These would be mine too, with folding first. Also, I seem to recall that in psgml, you can place the cursor on the root, and do a paragraph fill for the...
Bruce D'Arcus
bdarcus@...
Sep 8, 2004 3:40 pm
644
... Can you just use the standard fill-region command? James -- To send me mail, replace auth-only by public in the from address....
I was just using nxml with a document. Everything seemed fine, but when I updated the document from cvs, I got this error from nxml: Internal nXML mode error...
Bruce D'Arcus
bdarcus@...
Sep 8, 2004 3:55 pm
646
... I'd like it if I was able to insert an element, and have a skeleton provided of all the mandatory children (and so on recursively). In my case, if I add a...
... My top four: - Folding - Rename the enclosing element (both the start and end tag). - Rename an end tag to match the name of the corresponding start tag. -...
Did you see rng-next-error, in the XML menu and on C-C C-N? ... From: oliversteele [mailto:steele@...] Sent: Wednesday, September 08, 2004 1:11 PM To:...
... I can see this is useful thing to be able to do, but I haven't yet decided whether I think doing C-c RET twice is the best way to achieve this. Have you...
... Yes, this is high on my list too. What do you do if you have a model like element a { element b { ... } | element c { ... } } ? I think I want the...
Hello James, [...] ... If I remember correctly, the psgml mode inserts <!-- one of element b or element c here --> and thats it. I find it convenient enough...