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@...
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 () ...
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 ...
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...
... 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...
... 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...
... 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@...
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...
... 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...
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...
... 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 ...
"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...
... 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...
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 `<'....
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...
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...
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@...
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...
... 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: ...
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...
... 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...
... 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@...
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...