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...
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...
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...
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...
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...
... 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...
... 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:...
... 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...
... 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...
... 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 ...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
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...
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...
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...
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...
... 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...