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 868 - 897 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
868
I think it would be good if nxml-finish-element also finished a comment. Is that possible (and desireable)? Kind regards Lennart...
Lennart Borgman
nlborgman
Offline Send Email
Dec 1, 2004
5:54 pm
869
Does anyone know what this means? File mode specification error: (wrong-type-argument stringp nil) I get it when trying to load the latest version of nxml on...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 1, 2004
10:14 pm
870
... From: Lennart Borgman I think it would be good if nxml-finish-element also finished a comment. Is that possible (and desireable)? (defun sgml-comment () ...
Pawson, David
dpawson2000
Offline Send Email
Dec 2, 2004
8:02 am
871
TO MAKE INTERNATIONAL CAL Message-ID: <comnbq+nm91@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 ...
jame_smith009
Offline Send Email
Dec 2, 2004
9:30 am
872
... From: "Pawson, David" <david.pawson@...> ... comment. ... Thanks David, That seems useful, but I was more thinking about the situation when you...
Lennart Borgman
nlborgman
Offline Send Email
Dec 2, 2004
12:25 pm
873
Lennart, What about just using the standard Emacs M-x comment-region command? It comments out line-by-line, which may not be normal way to comment in XML, but...
Michael Smith
xmldoc
Offline Send Email
Dec 2, 2004
12:48 pm
874
... What's wrong with M-; (but then, I don't know if this is bound in old emacsen)? Maybe "--" should be bound to finish a comment -- this would also make it...
Carsten Bormann
knurfel
Offline Send Email
Dec 2, 2004
1:59 pm
875
... I got this after upgrading nxml from the nov 2003 release to the latest release. The reason was that the format of schemas.xml was changed. You have to...
J.Pietschmann
j3322ptm
Offline Send Email
Dec 2, 2004
8:12 pm
876
... Hmm ... I just confirmed the schema.xml file is valid against the location.rnc file in the same directory, but am getting the same error. This is with the...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 3, 2004
8:41 pm
877
... Are you sure you've upgraded location.rnc? It should have a date of 2004-11-02. Of course the old schema.xml is valid WRT the old location.rnc. Note that...
J.Pietschmann
j3322ptm
Offline Send Email
Dec 3, 2004
9:52 pm
878
... From: J.Pietschmann ... the same error. ... Are you sure you've upgraded location.rnc? It should have a date of 2004-11-02. Mine is 2003-11-02 Is that the...
Pawson, David
dpawson2000
Offline Send Email
Dec 6, 2004
8:45 am
879
The real thing is here Get into the right place right now! Set your idea in motion with a Free Inventors Kit! http://tinyurl.com/6fyoc You can personally use...
susan_rose21
Offline Send Email
Dec 7, 2004
12:35 pm
880
... Yes, that's the correct date, sorry for the typo. Not much traffic here. Does anybody have hints how to intercept the NXML parsing logic in order to get ...
J.Pietschmann
j3322ptm
Offline Send Email
Dec 12, 2004
5:48 pm
881
"WOW!! WHAT A SITE!!! GOOD COLLECTIONS!!! GOOD FREE STUFF HI FRIENDS LET US CELEBRATE CHRISTMAS N YEAR IN A NOVEL WAY THE LINK WHICH IAM GIVING YOU IS DAMN...
susan rose
susan_rose21
Offline Send Email
Dec 17, 2004
9:00 am
882
... In psgml C-M-d on an empty element, has the same effect as C-M-f, ie. move to the end of the empty element. This has always seemed the reasonable and...
Steinar Bang
sb@...
Send Email
Dec 19, 2004
11:45 am
883
Message-ID: <cqe0e8+u6ge@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Length: 339 X-Mailer:...
ellen_lve
Offline Send Email
Dec 23, 2004
8:42 am
884
Hi It seems that `nxml-do-fill-paragraph' doesn't look at `fill-nobreak-predicate'. Shouldn't it do it ? --drkm...
drkm
darkman_spam
Offline Send Email
Dec 24, 2004
7:13 am
885
I will hack this one up myself, but I think there ought to be a built-in way to tag selected text in nXML. In the past I have bound that functionality to `<'....
David Abrahams
dave_abrahams
Offline Send Email
Dec 27, 2004
9:20 pm
886
Hi, I recently translated the DTD at http://www.boost.org/doc/dtd/boostbook.dtd to RelaxNG using Trang, using no special command-line options. Now if I try to...
David Abrahams
dave_abrahams
Offline Send Email
Dec 28, 2004
9:53 pm
887
I already have this line in ~/.emacs: (setq auto-mode-alist (cons '("\\.html\\'" . nxml-mode) auto-mode-alist)) Somehow it's being overridden, and I don't know...
James J. Ramsey
jjramsey_6x9...
Offline Send Email
Dec 30, 2004
7:01 pm
888
... I had a similar problem recently. Try it on a fresh (empty) .html file. Then look for an HTML comment in the original file that contains mode:...
David Abrahams
dave_abrahams
Offline Send Email
Dec 30, 2004
8:09 pm
889
Platform: Intel Pentium M, debian sarge (testing/unstable) emacs21 21.3+1-8 mule-ucs 0.84.999+0.20030620-8 I downloaded nxml-20041004.tar.gz, and tried...
Steinar Bang
sb@...
Send Email
Dec 30, 2004
9:21 pm
890
... file. ... A fresh file will be opened with nxml-mode applied. However, once I 1) make the fresh file into a minimal valid XHTML file, 2) save it, 3) close...
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Dec 30, 2004
10:35 pm
891
... I don't know (sgml-mode is probably configured in a similar way and for some reason, it has the precedence). Anyway, I prefer the following method: ...
Vincent Lefevre
vinc17fr
Offline Send Email
Dec 30, 2004
10:51 pm
892
... Thanks, that helped a lot....
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Dec 31, 2004
12:36 am
893
... And your Emacsen are more recently than 2004-11-03. Right ? 2004-11-03 Daniel Pfeiffer <occitan@...> * files.el (xml-based-modes): Delete var....
drkm
darkman_spam
Offline Send Email
Dec 31, 2004
2:46 am
894
mule-ucs and nxml-mode are incompatible; you can have one or the other installed, but not both. (There used to be a formal conflicts relationship, but that...
Chris Lawrence
lordsutch
Offline Send Email
Dec 31, 2004
3:52 am
895
... I doubt you need mule-ucs for anything. What I mean is, if you did need it, I think you'd already know. if you remove it, I reckon that you'll not notice...
Michael Smith
xmldoc
Offline Send Email
Dec 31, 2004
5:30 am
896
... As it turns out, I did need it. Gnus seems to use it when displaying headers outside of US-ASCII. ... We have a CVS versioned site-lisp directory used on...
Steinar Bang
sb@...
Send Email
Dec 31, 2004
9:10 am
897
... Er, no, sorry. Gnus doesn't need it. I started GNU Emacs instead of XEmacs by mistake. And headers with characters outside of US-ASCII has never...
Steinar Bang
sb@...
Send Email
Dec 31, 2004
9:21 am
Messages 868 - 897 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