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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 565 - 594 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
565
Hi- I'm new at nxml and am working on getting it to automatically load when I open an XML file with emacs (21.3.50.2 powerpc-apple-darwin7.0.0). Right now I've...
Aaron Falk
mamadrum
Offline Send Email
Jul 1, 2004
5:55 pm
566
... Add this to your ~/.emacs: (aput 'auto-mode-alist "\\.xml\\'" 'nxml-mode) -- cheers, MikeW...
Mike Williams
nz_byrd
Offline Send Email
Jul 2, 2004
3:58 am
567
... And what about the XML files that do not have the .xml extension? (This could be rss, html, and so on.) I prefer the following code (I don't remember where...
Vincent Lefevre
vinc17fr
Offline Send Email
Jul 2, 2004
7:50 am
568
Hello, I am trying to solve the following problem: I have an XML document in a version control system. I want multiple people to edit the document, but I...
Paul A. Hoadley
paulh@...
Send Email
Jul 7, 2004
6:29 am
569
I have an XML file that's about 500k. The data in the XML file is all in a single line. The validator slows to a crawl when opening the file -- it literally...
Joe Casadonte
joecasadonte
Offline Send Email
Jul 8, 2004
7:40 pm
570
I just edited the file and added it in. I don't know why "file" is rejected but "radio" is allowed....
Alex Jacobson
shop2it
Offline Send Email
Jul 15, 2004
8:15 pm
571
Hello, emacs-nxml-mode member. This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest...
cris91hiusd11
Offline Send Email
Jul 17, 2004
4:35 am
572
For various personal reasons, I took a break from my free software and standards work for a few months. Anyway, I'm back now. I've put up a new release of...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
4:36 am
573
... If you've got an XML file containing JavaScript, it seems like a very reasonable to want to be able to use the facilities of javascript mode to edit the...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:18 am
574
... I do agree that it shouldn't prompt you if the association is already in the schema locating file, but I don't understand why you need to specify the...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:25 am
575
... Not as far as I remember. I'll add it to the TODO list. James -- To send me mail, replace auth-only by public in the from address....
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:31 am
576
... Thanks. I'll have a look at this. But if you send a patch, please - use diff -u - tell me exactly how to reproduce the problem the bug is fixing There's a...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:41 am
577
... As far as I remember, nxml-mode doesn't perform any line-oriented operations, so I suspect it is something in the internals of Emacs. You could try...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
9:37 am
578
I won't be able to fix this unless I can reproduce it. To reproduce it, I need to know the complete schema, complete document, and exactly what keystrokes to...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
10:03 am
579
... 'nxml-balanced-close-start-tag-inline) ... I think you're right. I've fixed nxml-mode.el as you suggest. James...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
10:13 am
580
... I think you can (ab)use transformURI to do this. Although the fromPattern and toPattern attributes are allowed to use wildcards, they don't have to, and...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
10:40 am
581
... I think it doesn't. ... What does mean UI ? --drkm, en recherche d'un stage : http://www.fgeorges.org/ipl/stage.html...
drkm
darkman_spam
Offline Send Email
Jul 26, 2004
1:55 pm
582
... Great idea. --drkm, en recherche d'un stage : http://www.fgeorges.org/ipl/stage.html...
drkm
darkman_spam
Offline Send Email
Jul 26, 2004
2:07 pm
583
... User interface. James...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:06 pm
584
... That's not right. Try this instead: ... *************** *** 164,170 **** (when (string-match "\\` " string) (setq string (substring string 1))) (when...
James Clark
james_j_clark
Offline Send Email
Jul 26, 2004
5:23 pm
585
... Here are some links that might be useful: http://www.emacswiki.org/cgi-bin/wiki/NxmlMode http://www.emacswiki.org/cgi-bin/wiki/NxmlModeForXHTML The latter...
Peter Heslin
peterjheslin
Offline Send Email
Jul 28, 2004
9:51 am
586
... For want it's worth, I've written a package called nxml-script.el to help with this. It uses narrowing rather than mmm-mode, and it's nothing fancy, but...
Peter Heslin
peterjheslin
Offline Send Email
Jul 28, 2004
10:01 am
587
... From: James Clark What kind of UI would people like to see for dealing with embedded PCDATA which has its own Emacs major mode? How about a 'smart' way to...
david.pawson@...
dpawson2000
Offline Send Email
Jul 28, 2004
2:48 pm
588
... From: James Clark ... the schema ... I do agree that it shouldn't prompt you if the association is already in the schema locating file, but I don't ...
david.pawson@...
dpawson2000
Offline Send Email
Jul 28, 2004
2:50 pm
589
... I tried a little bit MMM Mode, and it seems to be not so bad. I can't see a clean way to use different major modes without some support in 1/ Emacs Lisp...
drkm
darkman_spam
Offline Send Email
Jul 28, 2004
4:43 pm
590
... I never use the Peter's nxml-script package, and I tried MMM Mode only a little bit. I think there are two major orientations, corresponding respectively...
drkm
darkman_spam
Offline Send Email
Jul 28, 2004
5:30 pm
591
... What you said is correct, and I agree with your assessment entirely. It would be better if we had an mmm-mode style implementation. The only problem is...
Peter Heslin
peterjheslin
Offline Send Email
Jul 28, 2004
8:33 pm
592
... Excerpt : 'Note' the colorization (font-lock) won't work if you change the emacs colors. What is the problem ? --drkm, en recherche d'un stage :...
drkm
darkman_spam
Offline Send Email
Jul 28, 2004
8:34 pm
593
... The advantage is that some form of decoding can be performed before yanking it to a temporary buffer, making the text more readable. And after editing,...
Vincent Lefevre
vinc17fr
Offline Send Email
Jul 28, 2004
8:46 pm
594
... I have no idea. I didn't contribute to that page of the wiki, and I never read it closely. I think that information is wrong. I use color-theme.el to...
Peter Heslin
peterjheslin
Offline Send Email
Jul 28, 2004
8:54 pm
Messages 565 - 594 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