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 740 - 769 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
740
... 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@...
Send Email
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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
11:41 am
742
... 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...
Pawson, David
dpawson2000
Offline Send Email
Oct 1, 2004
12:18 pm
743
... 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@...
Send Email
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...
nlborgman
Offline Send Email
Oct 1, 2004
1:08 pm
745
I think it would be good to have something like (define-key nxml-mode-map [M-left] 'nxml-backward-element) (define-key nxml-mode-map [M-right]...
Lennart Borgman
nlborgman
Offline Send Email
Oct 1, 2004
4:09 pm
746
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...
Lennart Borgman
nlborgman
Offline Send Email
Oct 1, 2004
4:09 pm
747
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...
jason haslup
haslup
Offline Send Email
Oct 1, 2004
4:38 pm
748
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
5:04 pm
749
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
5:13 pm
750
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
5:15 pm
751
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
5:22 pm
752
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2004
5:27 pm
753
It looks to me like auto completion does not work for element content (i.e. for elements with enumerated lists of possible values). I was expecting...
mcundiff3
Offline Send Email
Oct 4, 2004
12:36 am
754
... I don't think you are. I'd like this too. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
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...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2004
1:03 am
756
... 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@...
Send Email
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...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2004
5:37 am
758
... 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...
Pawson, David
dpawson2000
Offline Send Email
Oct 4, 2004
7:14 am
759
... FWIW, C-u C-c C-n in the latest release is good for keyboard-only users. thanks, //Peter...
peter.lundblad@...
Send Email
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@...
Send Email
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...
Michael Smith
xmldoc
Offline Send Email
Oct 4, 2004
8:59 am
762
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...
Peter van Heusden
pvanheus
Offline Send Email
Oct 4, 2004
9:01 am
763
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2004
9:35 am
764
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...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2004
9:56 am
765
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...
Michael Smith
xmldoc
Offline Send Email
Oct 4, 2004
10:40 am
766
... 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...
Vidar Larsen
vi_larsen
Offline Send Email
Oct 4, 2004
10:42 am
767
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...
Michael Smith
xmldoc
Offline Send Email
Oct 4, 2004
10:44 am
768
... 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...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2004
11:22 am
769
... [...] ... 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....
Michael Smith
xmldoc
Offline Send Email
Oct 4, 2004
12:26 pm
Messages 740 - 769 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