... The style of the view could be improved. The current one is schema-agnostic. I wanted to avoid dependenc on the validation machinery, so the speedbar would...
peter.lundblad@...
Oct 1, 2004 10:21 am
741
... Having things work reasonably without any schema knowledge is definitely a good thing. ... I think it would be hard to decouple the incremental update code...
... From: James Clark ... I was thinking that elements with attributes would have a button that when clicked would expand to a list of attributes. Please...
... Well, good point, Dave. If I get to implementing this speedbar stuff completely, I will care about accessibility. Using the speedbar on a Braille display...
peter.lundblad@...
Oct 1, 2004 12:50 pm
744
I just discovered xnml and it seems very good for editing xhtml. I would like to have a feature that enabled me to go directly to the file or point that an <a...
It seems to me that indent-region does not do the same as indent-for-tab-command successively on every line. Should it not do that? nxml-version's value is...
Hello, ... Might want to check out David Ponce's tree-widget library (http://sourceforge.net/projects/emhacks/) I believe it's slated for inclusion in the...
... nxml-mode does not redefine either indent-region or indent-for-tab-command. It just sets indent-line-function (which is called by the normal definitions...
... Yes, this would be nice. The main problem is to make this sort of functionality work for XML in general, not just XHTML. I'm not interested in adding...
... Thanks for the pointer. I'll check it out. ... I do find the way speedbar sets itself up as a separate frame rather ugly. I think a (horizontally) split...
... That's a perfectly reasonable thing for you to have in your .emacs, but nxml-mode can't do this because it would breach the conventions about what key...
... I don't think there's anything in nXML mode at the moment that can be accessed by the mouse but not by a key sequence and I'll certainly try to make sure...
... I don't think you are. I'd like this too. Bruce...
Bruce D'Arcus
bdarcus@...
Oct 4, 2004 12:39 am
755
... It's in the TODO list. (Requests for things in the TODO list are still useful, since they help me prioritize.) Are there many major public DTDs/schemas...
... Don't know if you'd call it "major", but one I'm working with a lot is MODS, from the Library of Congress: http://www.loc.gov/standards/mods/ My RNC...
Bruce D'Arcus
bdarcus@...
Oct 4, 2004 3:05 am
757
A new release of nxml-mode is available at: http://thaiopensource.com/download/nxml-mode-20041004.tar.gz The main change in this release is support for...
... accessibility? I don't think there's anything in nXML mode at the moment that can be accessed by the mouse but not by a key sequence and I'll certainly try...
... FWIW, C-u C-c C-n in the latest release is good for keyboard-only users. thanks, //Peter...
peter.lundblad@...
Oct 4, 2004 8:04 am
760
... Seems to work for me. I use docbook with sectN elements, so I had to add sect[1-9] to the nxml-section-element-name-regexp. Maybe you should add something...
peter.lundblad@...
Oct 4, 2004 8:11 am
761
James Clark <jjc@...> writes: [...] ... [...] ... I'm not sure how far you want to go in trying to include full DocBook support in the default...
another suggestion for the default value of nxml-section-element-name-regexp: make it match 'div[0-9]?' instead of plain 'div'. That allows it to handle the...
... OK. ... At the moment the heading in an outline is editable: + will insert a + as usual. I made an exception for RET since the outline only displays the...
If you were one of those who was wanting folding, do you feel that the outlining in the latest release is enough? If not, can you explain a bit about what...
Comment in the defcustom nxml-section-element-name-regexp code says: An XML element is treated as a section if: - its local name (that is, the name without the...
... I'm one of those that wanted simple folding. I'll first list what I mean by that. In psgml/sgml-mode, if I just load an xml file, I can do a few simple...
With the current outline code, it seems like behavior is: If I have an element whose name is matched by nxml-section-element-name-regexp but that doesn't have...
... Those three conditions *all* have to be satisfied before its treated as a section. James -- To send me mail, replace auth-only by public in the from...
... [...] ... er, I missed the word "and" in that list. Anyway, restricting outline view to only those elements that have headings seems like a big limitation....