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 1010 - 1039 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1010
Easymacs is an easy-to-learn, one-size-fits-all configuration for new users of GNU Emacs. It sets up key bindings that conform to a common denominator of the...
Peter Heslin
peterjheslin
Offline Send Email
Jul 1, 2005
8:18 am
1011
Right now interest rates are lower then they have ever been. Save money each month. Save money the easy way, refinance your home now....
nvnsvrlrch
Offline Send Email
Jul 17, 2005
11:18 pm
1012
I have started using nxml (and emacs for that matter) to do my docbook editing, after having tried several commercial products (why is it so difficult to...
pepeggg
Offline Send Email
Jul 23, 2005
10:24 am
1013
On Sat, 23 Jul 2005, pepeggg wrote: +-- ... +-- I'm a heavy user of nxml-emacs and this is probably the one thing from the old psgml-emacs package I miss the...
John W. Shipman
shipman507
Offline Send Email
Jul 23, 2005
5:56 pm
1014
As amazing as it may sound many people do not realize how easy it is to LEGALLY stop paying for their groceries! This is how the one hour television show began...
eileenrand8
Offline Send Email
Jul 30, 2005
2:53 pm
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
Messages 1010 - 1039 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