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 570 - 599 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
570 Alex Jacobson
shop2it Send Email
Jul 15, 2004
8:15 pm
I just edited the file and added it in. I don't know why "file" is rejected but "radio" is allowed....
571 cris91hiusd11 Send Email Jul 17, 2004
4:35 am
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...
572 James Clark
james_j_clark Send Email
Jul 26, 2004
4:36 am
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...
573 James Clark
james_j_clark Send Email
Jul 26, 2004
5:18 am
... 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...
574 James Clark
james_j_clark Send Email
Jul 26, 2004
5:25 am
... 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...
575 James Clark
james_j_clark Send Email
Jul 26, 2004
5:31 am
... 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....
576 James Clark
james_j_clark Send Email
Jul 26, 2004
5:41 am
... 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...
577 James Clark
james_j_clark Send Email
Jul 26, 2004
9:37 am
... 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...
578 James Clark
james_j_clark Send Email
Jul 26, 2004
10:03 am
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...
579 James Clark
james_j_clark Send Email
Jul 26, 2004
10:13 am
... 'nxml-balanced-close-start-tag-inline) ... I think you're right. I've fixed nxml-mode.el as you suggest. James...
580 James Clark
james_j_clark Send Email
Jul 26, 2004
10:40 am
... 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...
581 drkm
darkman_spam Send Email
Jul 26, 2004
1:55 pm
... I think it doesn't. ... What does mean UI ? --drkm, en recherche d'un stage : http://www.fgeorges.org/ipl/stage.html...
582 drkm
darkman_spam Send Email
Jul 26, 2004
2:07 pm
... Great idea. --drkm, en recherche d'un stage : http://www.fgeorges.org/ipl/stage.html...
583 James Clark
james_j_clark Send Email
Jul 26, 2004
5:06 pm
... User interface. James...
584 James Clark
james_j_clark Send Email
Jul 26, 2004
5:23 pm
... That's not right. Try this instead: ... *************** *** 164,170 **** (when (string-match "\&#92;` " string) (setq string (substring string 1))) (when...
585 Peter Heslin
peterjheslin Send Email
Jul 28, 2004
9:51 am
... 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...
586 Peter Heslin
peterjheslin Send Email
Jul 28, 2004
10:01 am
... 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...
587 david.pawson@...
dpawson2000 Send Email
Jul 28, 2004
2:48 pm
... 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&#39; way to...
588 david.pawson@...
dpawson2000 Send Email
Jul 28, 2004
2:50 pm
... 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 ...
589 drkm
darkman_spam Send Email
Jul 28, 2004
4:43 pm
... 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...
590 drkm
darkman_spam Send Email
Jul 28, 2004
5:30 pm
... 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...
591 Peter Heslin
peterjheslin Send Email
Jul 28, 2004
8:33 pm
... 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...
592 drkm
darkman_spam Send Email
Jul 28, 2004
8:34 pm
... 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 :...
593 Vincent Lefevre
vinc17fr Send Email
Jul 28, 2004
8:46 pm
... 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,...
594 Peter Heslin
peterjheslin Send Email
Jul 28, 2004
8:54 pm
... 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...
595 Peter Heslin
peterjheslin Send Email
Jul 28, 2004
9:03 pm
... Yes, and presumably the same kind of escaping/un-escaping could be done when widening/narrowing, if you wanted to implement it that way. Peter...
596 drkm
darkman_spam Send Email
Jul 28, 2004
9:14 pm
... Yes. It's what I mean when I wrote that switching points are privileged place to perform some tasks. More generaly, I think it's also more easy to...
597 drkm
darkman_spam Send Email
Jul 28, 2004
9:21 pm
... Sorry. You said "The latter is probably all wrong, since I wrote it." It confused me. ... Well, I don't know. I never heard about such a problem. And...
598 Vincent Lefevre
vinc17fr Send Email
Jul 28, 2004
9:41 pm
... There's a po mode in Debian, provided by the gettext-el package. When a po file is edited, it is in fact marked as read-only, and the user can make a...
599 drkm
darkman_spam Send Email
Jul 28, 2004
10:24 pm
... Yes, I think is a lack in Emacs. But as I said, I think adding it to Emacs would be a non trivial task, and would require modifications in the emacs/lisp...
Messages 570 - 599 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