I have a file that looks ok in nxml-mode, but that http://validator.w3.org/ says is wrong. The page is at http://ourcomments.org/Emacs/w32-build-emacs.html The...
... That DOCTYPE line is incorrect. The "xhtml11.dtd" bit is called the system identifier and is an URL where the DTD can be found. So it means that you have...
... Thanks. I believed it was resolved to a public location somewhere. ... Thanks for giving me this! ... But what does nxml-mode look for to decide that it...
Thanks Chris. If I do some guesses from just looking at that file it looks like 1) nxml-mode is trying to get "typeId": a) First it looks at the URI extension ...
Somewhere there is detailed documentation on the behavior of dtd/schema/grammar loading, but i don't remember off hand. I am sure Google will hold you in good...
... Yes, I think that the documentation that comes with it has more information (nxml-mode.xml#Locating a schema). There's also something on it here: ...
can anybody please tell me how to automatically disable rng-validate-mode for any nxml file I open? I tried using the following, but it doesn't work: ...
... Sorry. This time I even tested: (add-hook 'nxml-mode-hook (lambda () (run-with-timer 1 nil 'rng-validate-mode 0))) Did you see you can customize...
... These are exactly the same thing: M-: (eq nil 'nil) <RET> Regards, --drkm ___________________________________________________________________________ ...
... 'rng-validate-mode 0))) ... thanks for the help Lennart, that did the trick.. It seems that if you don't include the "t" at the endo f the add-hook...
Hello world, First I'm sorry for my poor english. Feel free to ask if you don't understand something. I'm making a derived mode of nxml-mode and I want to use...
Charles-Axel Dein
ca@...
Apr 22, 2006 11:50 am
1330
... Hello Charlax, I think you have to tie into the functions used by nxml-mode for syntax highlighting. There is a little example in nxhtml-mode: ...
Thanks for this bugfix. That error message was driving me nuts. I thought for a second that the bugfix hadn't worked, until I noticed that my custom...
On my win2k box, emacs quite happily reads .jar files as a 'directory'. On Fedora I get a heap of garbage. Is there an emacs 'mode' or something that enables...
... I do not know older versions of Emacs, but I assume that you are running a CVS version of Emas on win2k since this works. What versions are you running?...
... <guess class='random'>tar-mode</guess> Be seeing you, norm -- Norman Walsh <normyahoo@...> | Use the memory of thy predecessor http://nwalsh.com/...
... Here (GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-01-29) it is 'archive-mode' (with the proper entry in 'auto-mode-alist', off course). Regards, ...