Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 1980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
This is a test. James...
James Clark
james_j_clark
Offline Send Email
Sep 5, 2003
4:02 pm
2
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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 5, 2003
7:52 pm
3
... 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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 5, 2003
8:04 pm
4
... 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....
James Clark
james_j_clark
Offline Send Email
Sep 5, 2003
9:37 pm
5
... Yes, I was going to suggest something like this. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 6, 2003
1:17 am
6
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...
James Clark
james_j_clark
Offline Send Email
Sep 6, 2003
12:19 pm
7
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,...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 7, 2003
12:04 pm
8
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 7, 2003
1:25 pm
9
... 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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 7, 2003
4:30 pm
10
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 7, 2003
4:45 pm
11
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...
david.pawson@...
dpawson2000
Offline Send Email
Sep 8, 2003
9:45 am
12
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...
david.pawson@...
dpawson2000
Offline Send Email
Sep 8, 2003
9:52 am
13
... 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: ...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2003
10:30 am
14
... 1. Totally separate filename based from document element based descriptions. I confused them, maybe others will. For name based: To specify the schema to...
david.pawson@...
dpawson2000
Offline Send Email
Sep 8, 2003
11:15 am
15
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2003
11:48 am
16
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...
david.pawson@...
dpawson2000
Offline Send Email
Sep 8, 2003
11:57 am
17
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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 8, 2003
12:05 pm
18
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2003
12:16 pm
19
... 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...
david.pawson@...
dpawson2000
Offline Send Email
Sep 8, 2003
12:26 pm
20
... I like this idea myself. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 8, 2003
12:30 pm
21
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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 8, 2003
1:29 pm
22
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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 8, 2003
4:56 pm
23
... 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) ...
James Clark
james_j_clark
Offline Send Email
Sep 9, 2003
2:46 am
24
... That should certainly be within the capabilities of Emacs. ... Unfortunately, the Emacs Unicode support is complex and rather user hostile. I can't help...
James Clark
james_j_clark
Offline Send Email
Sep 9, 2003
3:05 am
25
... 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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 9, 2003
11:53 am
26
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...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 9, 2003
7:20 pm
27
... Yes. Customization works by adding a custom-set-faces form to your .emacs. James...
James Clark
james_j_clark
Offline Send Email
Sep 9, 2003
7:46 pm
28
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 ...
Michael Smith
xmldoc
Offline Send Email
Sep 10, 2003
12:39 pm
29
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...
david.pawson@...
dpawson2000
Offline Send Email
Sep 10, 2003
12:51 pm
30
(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...
Michael Smith
xmldoc
Offline Send Email
Sep 10, 2003
12:57 pm
Messages 1 - 30 of 1980   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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