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...
Show off your group to the world. Share a photo of your group with us.

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 1310 - 1341 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1310
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...
Lennart Borgman
nlborgman
Offline Send Email
Apr 16, 2006
8:37 am
1311
... 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...
Dominic Mitchell
happygiraffe...
Offline Send Email
Apr 16, 2006
9:03 am
1312
... 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...
Lennart Borgman
nlborgman
Offline Send Email
Apr 16, 2006
10:50 am
1313
schemas.xml ... -- http://chris.chiasson.name/...
Chris Chiasson
cpcender
Offline Send Email
Apr 16, 2006
10:55 am
1314
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 ...
Lennart Borgman
nlborgman
Offline Send Email
Apr 16, 2006
11:19 am
1315
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...
Chris Chiasson
cpcender
Offline Send Email
Apr 16, 2006
12:56 pm
1316
... 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: ...
Dominic Mitchell
happygiraffe...
Offline Send Email
Apr 17, 2006
8:01 am
1317
... Look for nxml-mode.xml in the nxml distribution. There is a whole section on locating a schema! regards -- Dave Pawson XSLT XSL-FO FAQ. ...
Dave Pawson
dpawson2000
Offline Send Email
Apr 17, 2006
8:51 am
1318
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: ...
palefacerocker
Offline Send Email
Apr 19, 2006
5:43 pm
1319
... I do not know if this helps, but have you tried with just nil instead of 'nil ?...
Lennart Borgman
nlborgman
Offline Send Email
Apr 19, 2006
8:17 pm
1320
... disable rng-validate-mode for any nxml file ... just ... thanks for the reply Lennart, but I've tried that and it makes no difference. Mike ...
Mike Bolton
palefacerocker
Offline Send Email
Apr 19, 2006
9:06 pm
1321
... Sorry! Looking at the function it looks like (rng-validate-mode 0) ;; turn off validation should be better. Hope I am right this time ......
Lennart Borgman
nlborgman
Offline Send Email
Apr 19, 2006
9:28 pm
1322
... with ... and ... unfortunately it still doesn't work :( rng-validate-mode is really quite persistent! Mike ...
Mike Bolton
palefacerocker
Offline Send Email
Apr 19, 2006
11:43 pm
1323
... 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...
Lennart Borgman
nlborgman
Offline Send Email
Apr 20, 2006
5:39 am
1324
... And why didn't I look at the value?;- This is better since the hook runs rng-nxml-mode-init at the end: (add-hook 'nxml-mode-hook (lambda ()...
Lennart Borgman
nlborgman
Offline Send Email
Apr 20, 2006
6:08 am
1325
... These are exactly the same thing: M-: (eq nil 'nil) <RET> Regards, --drkm ___________________________________________________________________________ ...
Florent Georges
darkman_spam
Offline Send Email
Apr 20, 2006
10:58 am
1326
From: Florent Georges <darkman_spam@...> ... Thanks. Elisp still contains surprices for me ;-)...
LENNART BORGMAN
nlborgman
Offline Send Email
Apr 20, 2006
11:59 am
1327
... '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...
Mike Bolton
palefacerocker
Offline Send Email
Apr 20, 2006
1:52 pm
1328
... Please see the documentation for add-hook. And have a look at the value of nxml-mode-hook....
Lennart Borgman
nlborgman
Offline Send Email
Apr 20, 2006
2:06 pm
1329
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@...
Send Email
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: ...
Lennart Borgman
nlborgman
Offline Send Email
Apr 22, 2006
2:49 pm
1333
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...
Paul Sleigh
etfb
Offline Send Email
May 1, 2006
1:56 am
1334
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...
Dave Pawson
dpawson2000
Offline Send Email
May 3, 2006
6:42 pm
1335
... 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?...
Lennart Borgman
nlborgman
Offline Send Email
May 3, 2006
11:30 pm
1336
... 21.3.1 so no, not recent. I downloaded this from the ntemacs site prior to it crashing and burning. regards -- Dave Pawson XSLT XSL-FO FAQ. ...
Dave Pawson
dpawson2000
Offline Send Email
May 4, 2006
6:55 am
1337
for writing emacs nxml, Mr. Clark, especially for its speed and conformance. My document keeps growing, but nxml keeps kicking its' butt....
Chris Chiasson
cpcender
Offline Send Email
May 7, 2006
4:50 am
1338
... <guess class='random'>tar-mode</guess> Be seeing you, norm -- Norman Walsh <normyahoo@...> | Use the memory of thy predecessor http://nwalsh.com/...
Norman Walsh
normwalsh
Offline Send Email
May 8, 2006
10:45 am
1339
... 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, ...
Florent Georges
darkman_spam
Offline Send Email
May 8, 2006
11:10 am
1340
... On my windows box (which shows them 'properly') M-x tar-mode or M-x archive-mode and I get no response. But, following that (and reading ...
Dave Pawson
dpawson2000
Offline Send Email
May 8, 2006
11:33 am
1341
I'm having a little trouble adding a rule to schemas.xml.  I want to associate a workflow document that starts like this: <?xml version="1.0"...
Jacob L Galley
jlgalley93
Offline Send Email
May 11, 2006
6:00 pm
Messages 1310 - 1341 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