... Aha! Here is my personal list of top editing functions from PSGML that seem to be harder to do in nXML, sorted by my ranking of their usefulness: * C-c RET...
... Can you explain a bit more why this one is useful? ... You just do C-RET in a place where you could type an attribute name or an attribute value. I don't...
... I agree with Carsten that this is quite useful, mostly when you're in the process of expanding a document through copy and paste. That's actually how I: -...
... Changing the element type is useful when editing documents in a number of DTDs. For HTML, think changing <ol> into <ul> or <i> in <em> or <cite> (but it's...
... I much prefer one menu. However, I don't like hiding all commands in submenus and I don't like very long menus. I think the right approach is to be...
... Hash: SHA1 As hinted: http://nwalsh.com/perl/locatingrules/ with a little commentary at http://norman.walsh.name/2003/11/03/locrules ... Thanks, James. I...
(Quick test on a large .xsl file) 1. Selected the entire .xsl file, M-x indent-region 2. M-x outline-minor-mode 3. Customize outline-regexp to " *\<" 4. M-x...
... You're right. I can see now there's no point in having menu items for those. But that said, it seems like being _too_ selective can also be not such a...
I'm just trying to understand namespaces and how they work. I want to add elements from another namespace to an element. So, in short, I have an instance...
Bruce D'Arcus
bdarcus@...
Nov 7, 2003 1:36 am
337
Has anyone out there using nxml-mode on Panther seen anything like the following? I'm getting errors on loading my .emacs file, but I don't really think ...
Bruce D'Arcus
bdarcus@...
Nov 7, 2003 2:02 am
338
Just applied the patch and while it let me use nxml-mode, the next time emacs started up .emacs-places got turned into some kind of garbage and i had to force...
hello all, I read James Clark's README on how to set-variable nxml-child-indent to be what I want, although the variable is reset once the Emacs session ends....
... I think the recommended way is using the "customize-group" interface. If you type "M-x customize-group" and then type "nxml", you'll get a form that lets...
... Hash: SHA1 Hi James, I have a grammar that includes include "/share/online/www/docbook/rng/4.3b5/docbook.rnc" I'd really like that to be include...
I attach a small wrapper schema which defines an element name
in Chinese (I have no idea what, if anything, the word means...). When I
load it in nxml, I get a...
... I'm afraid I am saying something dumb again, but does string-match handle Unicode characters? rng-c-ncname-re is defined as "\\w+", and is handled by...
David Tolpin
dvd@...
Nov 9, 2003 4:08 pm
345
... +1.... xml catalogs only, that is. regards DaveP. *** snip here **** - DISCLAIMER: NOTICE: The information contained in this email and any attachments is ...
... I've looked at the TODO list more carefully over last week-end; although some items are still beyond me, here are my favorite ones in each section. ...
... if this is true, it surely puts a fairly limitation on nxml? Iy my colleagues in Japan can't use... -- Sebastian Rahtz Information Manager Oxford...
... \w matches anything that has syntax class 'w' in the current syntax table, which can include non-ASCII characters as well as ASCII characters. The problem...
... ah, that explains it all. understood. thanks! -- Sebastian Rahtz Information Manager Oxford University Computing Services 13 Banbury Road, Oxford OX2...
Hi. I am experiencing the following issue: sometimes, when after committing a buffer with vc-next-action, Emacs 21.2 gives me an error: rng-clear-cached-state:...
... It's still going to be a little tedious depending on how many levels your tree has, since you would have to do <uri pattern="/rooted/somewhere/*" .../> ...
... I've seen this once or twice but have never been able to reliably reproduce it. From looking at the code, I think that it's caused by a bug in Emacs [1]...
I've struggled a bit with figuring out how to implement a customization layer for the docbook schema. I seem to almost have it right, but nxml mode gives me...