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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 623 - 652 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
623
James-- Is this fix in the latest nxml release? ... Cheers! --Chris Ryland / Em Software, Inc. / www.emsoftware.com...
Chris Ryland
C_Ryland
Offline Send Email
Sep 2, 2004
6:27 pm
624
... No: I made that fix just after I did the last release. ... -- To send me mail, replace auth-only by public in the from address....
James Clark
james_j_clark
Offline Send Email
Sep 3, 2004
1:07 am
625
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...
Jean-Noel Avila
wararmor
Offline Send Email
Sep 3, 2004
9:51 am
626
... The tar file is missing docbookx.rnc. I noticed that the namespace on the document (.../SSA/Gauge) doesn't match the namespace in the schema ...
James Clark
james_j_clark
Offline Send Email
Sep 3, 2004
11:48 am
627
... 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...
wararmor
Offline Send Email
Sep 3, 2004
2:02 pm
628
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. ...
davidalindquist
Offline Send Email
Sep 6, 2004
2:44 am
629
hi, I had the same probleme, i just put a few more lines in .Xdefaults : emacs.title: Philippe's dot emacs ! emacs*.cursorColor: black ...
Gilles FALCON
falcongi2002
Offline Send Email
Sep 6, 2004
7:38 am
630
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@...> ...
Sidnei da Silva
sidneidasilva
Offline Send Email
Sep 6, 2004
11:23 am
631
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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
10:05 am
632
... 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. ...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
10:06 am
633
... Does the new code result in the same effect as the patch? -- Sidnei da Silva <sidnei@...> http://awkly.org - dreamcatching :: making your dreams come...
Sidnei da Silva
sidneidasilva
Offline Send Email
Sep 8, 2004
11:05 am
634
... Similar effect. Why don't you try it and see? James -- To send me mail, replace auth-only by public in the from address....
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
11:14 am
635
... 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. ...
Sidnei da Silva
sidneidasilva
Offline Send Email
Sep 8, 2004
12:02 pm
636
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...
Sidnei da Silva
sidneidasilva
Offline Send Email
Sep 8, 2004
12:12 pm
637
... Try this: Index: nxml-mode.el =================================================================== RCS file: /usr/cvsroot/jclark/elisp/nxml-mode.el,v ...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
1:10 pm
638
... 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@...
Send Email
Sep 8, 2004
1:11 pm
639
FWIW, I like the new xml menu. ... Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
3:19 pm
641
... That was my guess. Great idea! Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Sep 8, 2004
3:26 pm
642
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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
3:35 pm
643
... 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@...
Send Email
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....
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
3:51 pm
645
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@...
Send Email
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...
Sebastian Rahtz
srahtz
Offline Send Email
Sep 8, 2004
6:45 pm
647
... This sounds great. I also look forward to the Split Element function. This works in nxml, ; From 2004-05-17 e-mail to nxml-list (defun...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Sep 8, 2004
7:16 pm
648
... 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. -...
oliversteele
Offline Send Email
Sep 8, 2004
8:11 pm
649
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:...
Klotz, Leigh
leighklotz
Offline Send Email
Sep 8, 2004
8:16 pm
650
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
9:11 pm
651
... 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...
James Clark
james_j_clark
Offline Send Email
Sep 8, 2004
9:18 pm
652
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...
Patrick Gundlach
patrick_gund...
Offline Send Email
Sep 8, 2004
9:24 pm
Messages 623 - 652 of 1979   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