Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

emacs-nxml-mode · New XML Mode for Emacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 239
  • Category: XML
  • Founded: Sep 5, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1 - 30 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 James Clark
james_j_clark Send Email
Sep 5, 2003
4:02 pm
This is a test. James...
2 Bruce D'Arcus
bdarcus@... Send Email
Sep 5, 2003
7:52 pm
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@... Send Email
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...
4 James Clark
james_j_clark Send Email
Sep 5, 2003
9:37 pm
... 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@... Send Email
Sep 6, 2003
1:17 am
... Yes, I was going to suggest something like this. Bruce...
6 James Clark
james_j_clark Send Email
Sep 6, 2003
12:19 pm
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@... Send Email
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,...
8 James Clark
james_j_clark Send Email
Sep 7, 2003
1:25 pm
... 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@... Send Email
Sep 7, 2003
4:30 pm
... I've figured out virtually everything, except on the following... <bibentry type="article&quot;> ...I can't work out how to get different syntax coloring on the...
10 James Clark
james_j_clark Send Email
Sep 7, 2003
4:45 pm
... 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...
11 david.pawson@...
dpawson2000 Send Email
Sep 8, 2003
9:45 am
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...
12 david.pawson@...
dpawson2000 Send Email
Sep 8, 2003
9:52 am
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...
13 James Clark
james_j_clark Send Email
Sep 8, 2003
10:30 am
... 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: ...
14 david.pawson@...
dpawson2000 Send Email
Sep 8, 2003
11:15 am
... 1. Totally separate filename based from document element based descriptions. I confused them, maybe others will. For name based: To specify the schema to...
15 James Clark
james_j_clark Send Email
Sep 8, 2003
11:48 am
... 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...
16 david.pawson@...
dpawson2000 Send Email
Sep 8, 2003
11:57 am
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@... Send Email
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...
18 James Clark
james_j_clark Send Email
Sep 8, 2003
12:16 pm
... 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...
19 david.pawson@...
dpawson2000 Send Email
Sep 8, 2003
12:26 pm
... 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@... Send Email
Sep 8, 2003
12:30 pm
... I like this idea myself. Bruce...
21 Bruce D'Arcus
bdarcus@... Send Email
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@... Send Email
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...
23 James Clark
james_j_clark Send Email
Sep 9, 2003
2:46 am
... 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) ...
24 James Clark
james_j_clark Send Email
Sep 9, 2003
3:05 am
... 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@... Send Email
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@... Send Email
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...
27 James Clark
james_j_clark Send Email
Sep 9, 2003
7:46 pm
... Yes. Customization works by adding a custom-set-faces form to your .emacs. James...
28 Michael Smith
xmldoc Send Email
Sep 10, 2003
12:39 pm
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 ...
29 david.pawson@...
dpawson2000 Send Email
Sep 10, 2003
12:51 pm
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...
30 Michael Smith
xmldoc Send Email
Sep 10, 2003
12:57 pm
(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...
Messages 1 - 30 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help