Regarding error reporting in nxml: Unfortunately, my version of emacs doesn't support tooltips. In the absence of that, my understanding is I should be able...
3
Bruce D'Arcus
bdarcus@...
Sep 5, 2003 8:04 pm
... Two things: OK, it only works if there's more than one error. There seems to be a bug, however. With the below code, I only get error-reporting (red...
... C-c C-n goes to the next error AFTER the cursor. If the cursor is somewhere in the buffer before the underlined error, then C-c C-n should move to it....
5
Bruce D'Arcus
bdarcus@...
Sep 6, 2003 1:17 am
... Yes, I was going to suggest something like this. Bruce...
I just put a new version up: http://www.thaiopensource.com/download/nxml-mode-20030906.tar.gz If you are currently using an earlier version, you should exit...
7
Bruce D'Arcus
bdarcus@...
Sep 7, 2003 12:04 pm
I was just playing with the syntax-highlighting customization. One thing I noticed is that the coloring for comments only highlights the content of comments,...
... Don't you get the delimiters in light blue? (Try the "Erase Customization" button to get back to the original state.) ... You just have to change attribute...
9
Bruce D'Arcus
bdarcus@...
Sep 7, 2003 4:30 pm
... I've figured out virtually everything, except on the following... <bibentry type="article"> ...I can't work out how to get different syntax coloring on the...
... It's a bug. You're supposed to be able to use nxml-attribute-local-name-face for this, but it doesn't work and always fontifies attribute names like...
The tutorial asks: ... after C-return (Point is left before > so that attributes can be inserted. Would it be better to leave point after > or not to insert...
tutorial says, regarding locating a schema using the document element: With the root-element-based rules, you can requirements for the namespace URI, the local...
... That paragraph is describing what rng-auto-element-alist does. Up at the beginning of the section it says "To customize the root-element-based rules do: ...
... 1. Totally separate filename based from document element based descriptions. I confused them, maybe others will. For name based: To specify the schema to...
... Good idea. I'll do that. ... There's a word missing. It should say: "you can specify requirements for the..." ... At the moment, unfortunately yes. Maybe...
A further option for longer term usage of a specific element vs schema relationship might be to modify file rng-auto.el. <caveat>If I understand this...
17
Bruce D'Arcus
bdarcus@...
Sep 8, 2003 12:05 pm
On Monday, September 8, 2003, at 05:43 AM, david.pawson@... ... I don't much like 2. Another option is: 3. If attributes available (as opposed to...
... Users shouldn't be modifying rng-auto.el. That's just for the schemas that ship with nxml-mode. Users should be using the customization facility (which...
... OK. Sorry James. ... Except that 3 items are currently needed? Is that any easier than the current <questionable>easy</questionable> way? Could it be done...
20
Bruce D'Arcus
bdarcus@...
Sep 8, 2003 12:30 pm
... I like this idea myself. Bruce...
21
Bruce D'Arcus
bdarcus@...
Sep 8, 2003 1:29 pm
I realize this is largely a unicode/xml question, but since it's raised in the nxml docs somewhere: I write in English, so do not need much in the way of...
22
Bruce D'Arcus
bdarcus@...
Sep 8, 2003 4:56 pm
One more (minor) thing on syntax coloring (which itself is not the most important thing right now): I was hoping to get the <?xml ... ?> prologue rendered all...
... To do this right, I would need to add nxml-xml-declaration-delimiter-face (for the <? and ?>) nxml-xml-declaration-xml-face (for the xml keyword) ...
... That should certainly be within the capabilities of Emacs. ... Unfortunately, the Emacs Unicode support is complex and rather user hostile. I can't help...
25
Bruce D'Arcus
bdarcus@...
Sep 9, 2003 11:53 am
... To answer my own question, just in case someone else using the Carbon Mac OS X version of emacs should come here wondering the same thing (probably not...
26
Bruce D'Arcus
bdarcus@...
Sep 9, 2003 7:20 pm
OK, if I have customize nxml-mode on one machine, and then copy the .emacs file over to another, shouldn't I have the same customizations? I ask because I lose...
Greetings, I did a writeup on nXML for xmlhack. http://xmlhack.com/read.php?item=2061 Based on only a couple of hours spent using nXML -- so if there any ...
Nice one Michael. ... 1. No mention of jing, trang? 2. Clearer to specify that its (a) Linux screen shot? (Mines really quite different on win32 :-) regards...
(A feature suggestion I tacked on to the end of the xmlhack piece; posting here to find out if anybody else might think it interesting.) Add a mechanism for...