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 1015 - 1044 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1015
I always remember my father saying that if it seems to good to be true it probably is. Well that is exactly what I thought about the program at...
arlenebryden
Offline Send Email
Aug 2, 2005
8:24 pm
1016
I have observed a strange thing during the last time. Whenever I open an XHMTL file to edit with nxml-mode it is already changed when I start. I can undo the...
Lennart Borgman
nlborgman
Offline Send Email
Aug 3, 2005
11:13 pm
1017
... This is a very basic version of what you're after: (defun surround-region-with-tag (tag-name) (interactive "stag name: ") (save-excursion (goto-char...
Josh Sled
joshsled
Offline Send Email
Aug 3, 2005
11:33 pm
1018
... This works even in non-interactive and takes the 'tag-name' length in account: (defun surround-region-with-tag (tag-name beg end) (interactive "sTag name:...
drkm
darkman_spam
Offline Send Email
Aug 4, 2005
2:14 am
1019
... Can you save the modified buffer (with 'C-x C-w' for example) and run 'diff(1)' on the two files? I guess some encoding issue. --drkm...
drkm
darkman_spam
Offline Send Email
Aug 4, 2005
2:20 am
1020
... Good suggestion. When I do that and compare with fc for example there is no difference (od+diff does not show any difference either). I wonder what is...
Lennart Borgman
nlborgman
Offline Send Email
Aug 4, 2005
7:40 am
1021
... Can you run the following function in the buffer, to see the `buffer-undo-list' value? (defun drkm:display-undo-list () "Display the value of...
drkm
darkman_spam
Offline Send Email
Aug 4, 2005
5:37 pm
1022
It's already in my .emacs file, assigned to ^Cr, which is what I believe it was in PSGML. Thanks! Bob _____ From: emacs-nxml-mode@yahoogroups.com ...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Aug 4, 2005
7:53 pm
1023
... Useful, that led me to the solution. The problem was in nxhtml.el, my own module. This is for XHTML files. It modifies href attributes and makes them...
Lennart Borgman
nlborgman
Offline Send Email
Aug 5, 2005
12:41 pm
1024
... And to anyone trying to do the same: * Avoid my problems and use (nxml-fontify-buffer) instead! That is on the correct level so to say and uses ...
Lennart Borgman
nlborgman
Offline Send Email
Aug 5, 2005
1:08 pm
1025
... Is this file available somewhere on the web? ... Yes, I was surprised more than once while modifying tprops by seeing that the modification state of the...
drkm
darkman_spam
Offline Send Email
Aug 5, 2005
2:05 pm
1026
... Just google for nxthml. It is mentioned on http://www.emacswiki.org/ and available at http://ourcomments.org/Emacs/Emacs.html ... It would be nice if Emacs...
Lennart Borgman
nlborgman
Offline Send Email
Aug 5, 2005
5:56 pm
1027
... Something like this can be useful in this case, IMHO: (defmacro save-undo-list (&rest body) `(let ((buffer-undo-list buffer-undo-list)) ,@body)) --drkm...
drkm
darkman_spam
Offline Send Email
Aug 5, 2005
7:03 pm
1028
... There is a much more elaborate macro in nxml-util.el: (defmacro nxml-with-unmodifying-text-property-changes (&rest body) ...) I can not say I understand...
Lennart Borgman
nlborgman
Offline Send Email
Aug 5, 2005
7:31 pm
1029
... It's not the same thing. The first inhibits adding to 'buffer-undo-list'. The second inhibits setting the buffer modified flag to T if it was NIL before...
drkm
darkman_spam
Offline Send Email
Aug 5, 2005
8:02 pm
1030
... It was perhaps me not beeing accurate enough. I meant something that did not regard just property changes as a buffer change. But maybe there already is...
Lennart Borgman
nlborgman
Offline Send Email
Aug 5, 2005
8:29 pm
1031
... Surprisingly enough, I think there isn't. About fontifying, lazy-lock for example have 'save-buffer-state'. Other packages define their own macros to do...
drkm
darkman_spam
Offline Send Email
Aug 5, 2005
9:25 pm
1032
I can't agree more with your recommendation for the company whose website is at http://savemorethanever.com Two years ago I was going to my local Winn Dixie...
Nicole Sanders
nicolesanders2
Offline Send Email
Aug 6, 2005
5:44 pm
1033
You are so right! I was one of those people that had no idea that I could be getting free groceries. I could kill myself for not knowing about this program...
Nicole Sanders
nicolesanders2
Offline Send Email
Aug 9, 2005
12:11 am
1034
has anyone produced a schema translation fileset for <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> I'd be...
Mark Takacs
mtakacs
Offline Send Email
Sep 3, 2005
12:21 am
1035
... nXML is all about XML, not HTML. And I can't see how to easily make it accepting HTML (for the few things I know about the internals). --drkm...
drkm
darkman_spam
Offline Send Email
Sep 3, 2005
12:40 am
1036
Hello! Look at this Computing & Internet information directory. URL : http://www.hi-fiweb.com/users/amitha/ Cheers! Amitha...
kathy_tn189
Offline Send Email
Sep 10, 2005
4:59 pm
1037
It is a FREE 3-4 page full-color weekly newsletter that talks about current trends, opportunities, and challenges in the global IT industry. Articles are...
ravirao888
Offline Send Email
Sep 17, 2005
4:44 pm
1038
Hi. I'd like to use nxml to edit RSS 1.0 (RDF Site Summary 1.0) with nxml. Whenever I open such a document, the rdf schema will be loaded. Also there is...
Olivier Berger
olberger
Offline Send Email
Sep 19, 2005
1:40 pm
1039
... There is no RSS schema in the nXML distribution. I don't know if nXML can use multiple schemas at the same time, via multiple namespace prefixes (I think...
drkm
darkman_spam
Offline Send Email
Sep 21, 2005
10:51 pm
1040
... Thanks. That's also the conclusion I've reached although I didn't try and check in the code. I found some relax-ng schema for RSS which seem to fit...
Olivier Berger
olberger
Offline Send Email
Sep 22, 2005
8:51 am
1041
... If you write a grammar with multiple namespaces, it'll work just fine. And it's easy to import grammars so if you want RSS+x+y+z it shouldn't be too hard...
Norman Walsh
normwalsh
Offline Send Email
Sep 22, 2005
2:56 pm
1042
... Of course it would not be such a hassle to add what's missing from the grammar. But it would be so great to have some way (like trang) to automatically ...
Olivier Berger
olberger
Offline Send Email
Sep 22, 2005
4:36 pm
1043
Norman Walsh writes: Hi ... So if I want to use X+Y+Z, I have to write a specific grammar explicitly importing all these three sub-grammars, is it right? And...
drkm
darkman_spam
Offline Send Email
Sep 23, 2005
1:55 pm
1044
... There are folks actively looking into this problem. I expect NVDL will be the way to go (see dsdl.org), but I don't have any processors that understand it...
Norman Walsh
normwalsh
Offline Send Email
Sep 27, 2005
9:22 pm
Messages 1015 - 1044 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