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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 540 - 569 of 1980   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
540
... So you have to narrow/widen the different parts ? Maybe MMM will interest you : <URL:http://mmm-mode.sf.net>. --drkm...
drkm
darkman_spam
Offline Send Email
Jun 11, 2004
1:10 pm
541
... I think you have to put the modification of the keymap in a hook, because its value is by default `nil'. If `nxml-mode()' was not already called, at least...
drkm
darkman_spam
Offline Send Email
Jun 11, 2004
1:29 pm
542
... Yes. I'm lazy, however, (and I'm almost certain to need nxml-mode in any Emacs instance) so I just do a (require 'nxml-mode) at the start of my...
Carsten Bormann
knurfel
Offline Send Email
Jun 11, 2004
2:08 pm
543
... ... and didn't pay attention. So, what I'm actually doing is: (defun bind-nxml-mode-keys () (require 'nxml-hacks) ; other stuff ) (add-hook 'nxml-mode-hook...
Carsten Bormann
knurfel
Offline Send Email
Jun 11, 2004
2:11 pm
544
... Did you manage to get mmm-mode working with nxml-mode? I tried and failed. In any case, mmm-mode seemed a rather brittle hack. Peter...
peterjheslin
Offline Send Email
Jun 11, 2004
9:51 pm
545
... No. I tried it in some simple cases, and it seemed to be ok. But I didn't really know MMM Mode. I just know its existence. --drkm Yahoo! Mail : votre...
drkm
darkman_spam
Offline Send Email
Jun 13, 2004
3:21 pm
546
When manually editing an existing xml doc with a custom made rng, I get the following error in nxml-mode (20031031-2) in Gnu Emacs (emacs21 21.3+1-5) on...
ronalde_nxml
Offline Send Email
Jun 14, 2004
11:55 am
547
I've now written a few small documents with nxml-mode. Bravo to James Clark! Very nice package. I'm using the 2003-10-31 version. I'm a longtime user of...
John W. Shipman
shipman507
Offline Send Email
Jun 17, 2004
4:58 am
548
... As I made quite a few xslt stylesheets, I used the "xslide" mode in emacs. Even for plain xml, as it had one incredible useful feature: when you typed in...
Reinout van Rees
rvanrees
Offline Send Email
Jun 17, 2004
6:14 am
549
Hi Reinout, You wrote: [...] ... Turning on the "Nxml Slash Auto Complete Flag" option (setting the nxml-slash-auto-complete-flag variable to "t") will give...
Michael Smith
xmldoc
Offline Send Email
Jun 17, 2004
6:59 am
550
Hi John, Some of the PSGML features you mention have been brought up on the list previously, but not been implemented yet. But I think some of the others are...
Michael Smith
xmldoc
Offline Send Email
Jun 17, 2004
8:31 am
551
... Yep. Similarilly, I think `rng-next-error()' should be bound to `C-x `', the normal Emacs binding to `next-error()', should it not ? And maybe this...
drkm
darkman_spam
Offline Send Email
Jun 17, 2004
10:03 am
552
... Really ?-) --drkm...
drkm
darkman_spam
Offline Send Email
Jun 17, 2004
10:10 am
553
... Thanks, works like a charm. Reinout -- Reinout van Rees - reinout@... http://vanrees.org/ "What you do today will cost you a day of your life."...
Reinout van Rees
rvanrees
Offline Send Email
Jun 17, 2004
11:24 am
554
... Typing C-c C-f (without </ first) is even easier. -- Vincent Lefèvre <vincent@...> - Web: <http://www.vinc17.org/> 100% validated (X)HTML - Acorn /...
Vincent Lefevre
vinc17fr
Offline Send Email
Jun 17, 2004
11:32 am
555
I missed most of the same ones, so I have the macros below to do some of them. Bob ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Jun 18, 2004
5:46 pm
556
hi all, i use nxml-mode (version 20031031-2), and i have some troubles using some entities: nxml-mode accepts &lt; &gt; &amp; and few others plus those in...
Pietro Giorgianni
giorgian@...
Send Email
Jun 20, 2004
11:11 am
557
... where are they declared, these entities? nxml does not read DTDs. ... Yes, it is correct, I believe. Use &amp; there. sebastian...
Sebastian Rahtz
srahtz
Offline Send Email
Jun 20, 2004
11:26 am
558
... ok, i found C-c C-u, so i can see all defined entities. ... it works, thanks....
Pietro Giorgianni
giorgian@...
Send Email
Jun 20, 2004
12:22 pm
559
Under my DTD-based DocBook toolset, I was accustomed to being able to declare entities inside the DOCTYPE declaration of a document. Generally I used them as...
John W. Shipman
shipman507
Offline Send Email
Jun 20, 2004
5:30 pm
560
I've written a couple of user-oriented documents on nxml and RNC for our university. They are slightly customized for our site and users, but they may be...
John W. Shipman
shipman507
Offline Send Email
Jun 20, 2004
5:54 pm
561
... [...] ... You can do the same thing with nXML and RELAX NG. If you need to use entities in a particular document, just put the DOCTYPE in the document, ...
Michael Smith
xmldoc
Offline Send Email
Jun 21, 2004
1:00 am
562
Hello everyone, I have been working on a new RNG schema for a project and I am getting an interesting error from emacs/nxml. Has anyone seen this before? I am ...
Spencer Cheng
scycheng
Online Now Send Email
Jun 22, 2004
9:46 pm
563
Has anyone created an RNG or RNC schema for XSLT 1.1 or XSLT 2.0? Thanks, Morgan...
mcundiff3
Offline Send Email
Jun 23, 2004
1:06 pm
564
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://tpjphfgvo.allreal.net If you dont want to be part of...
funnyvt274
Offline Send Email
Jun 30, 2004
7:30 am
565
Hi- I'm new at nxml and am working on getting it to automatically load when I open an XML file with emacs (21.3.50.2 powerpc-apple-darwin7.0.0). Right now I've...
Aaron Falk
mamadrum
Offline Send Email
Jul 1, 2004
5:55 pm
566
... Add this to your ~/.emacs: (aput 'auto-mode-alist "\\.xml\\'" 'nxml-mode) -- cheers, MikeW...
Mike Williams
nz_byrd
Offline Send Email
Jul 2, 2004
3:58 am
567
... And what about the XML files that do not have the .xml extension? (This could be rss, html, and so on.) I prefer the following code (I don't remember where...
Vincent Lefevre
vinc17fr
Offline Send Email
Jul 2, 2004
7:50 am
568
Hello, I am trying to solve the following problem: I have an XML document in a version control system. I want multiple people to edit the document, but I...
Paul A. Hoadley
paulh@...
Send Email
Jul 7, 2004
6:29 am
569
I have an XML file that's about 500k. The data in the XML file is all in a single line. The validator slows to a crawl when opening the file -- it literally...
Joe Casadonte
joecasadonte
Offline Send Email
Jul 8, 2004
7:40 pm
Messages 540 - 569 of 1980   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