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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 201 - 230 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
201
... agreed in principle, but I am not as convinced as you ... that is the author's choice, to make life hard ... thats true, and beyond our control ... so we...
Sebastian Rahtz
srahtz
Offline Send Email
Oct 1, 2003
8:11 am
202
... In an ideal world, everybody would have their environment set up to display all the characters they want and XML files wouldn't use character references. I...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2003
8:46 am
203
... I quite like the idea of seeing &#2016;[X] where X is the actual character if available. but how do you tell if it will be available, and not just be a...
Sebastian Rahtz
srahtz
Offline Send Email
Oct 1, 2003
9:02 am
204
* James Clark ... I definitely agree with all of this. This is a real problem for people, and character entities are the wrong solution. Character references...
Lars Marius Garshol
garshol2000
Offline Send Email
Oct 1, 2003
9:56 am
205
... As far as I know, Emacs doesn't provide a way to tell, so nxml mode would have to guess. Based on the window-system, you can make a reasonable guess at a...
James Clark
james_j_clark
Offline Send Email
Oct 1, 2003
10:12 am
206
... You're right. The problem, FYI, was slightly different builds of emacs on the two machines. Problem solved. Ugh... Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Oct 1, 2003
1:45 pm
207
Only slightly off-topic, but has anyone seem this new xml/xslt-based weblog system called Syncato? http://www.syncato.org/WK/blog/508?t=page It uses the new...
Bruce D'Arcus
bdarcus@...
Send Email
Oct 2, 2003
1:37 pm
208
... I agree, provision for such [any typist-readable string] => [character reference] mappings would be great. That would imply that user may provide nxml with...
Xavier Cazin
xavier_cazin
Offline Send Email
Oct 3, 2003
7:16 am
209
... this choice of color requires that users have a background color in emacs, that produces a distinguishable contrast. i wonder about the fontification...
Vidar Gundersen
ilteph
Offline Send Email
Oct 3, 2003
9:12 am
210
... They are customizable, but it would be better IMHO if the default values were taken from the closest appropriate font-lock- face. I realise that the...
Jason Rumney
jprumney
Offline Send Email
Oct 3, 2003
10:35 am
211
... M-x customize-group RET nxml-highlighting-faces RET There are a lot of faces but they use inheritance to make it easier to customize. Everything inherits...
James Clark
james_j_clark
Offline Send Email
Oct 3, 2003
12:09 pm
212
... Hash: SHA1 FWIW, I hacked a bit more at my Emacs code for dealing with Unicode: * Added a function to insert characters by Unicode name. Don't remember the...
Norman Walsh
normwalsh
Offline Send Email
Oct 3, 2003
5:12 pm
213
... Hash: SHA1 I know almost nothing about how fontification works, so this may be impractical, but... Is there any possibility of adding per-namespace colors?...
Norman Walsh
normwalsh
Offline Send Email
Oct 3, 2003
5:26 pm
214
... Is unichars.el the same as the xmlchars.el you provide at http://nwalsh.com/emacs/xmlchars? When I replace the filenames by those where I saved xmlchars.el...
Xavier Cazin
xavier_cazin
Offline Send Email
Oct 3, 2003
7:28 pm
215
At Fri, 03 Oct 2003 13:24:41 -0400, ... Per-namespace URI is not practical. How about distinguishing two kinds of elements, those that have the same prefix as...
James Clark
james_j_clark
Offline Send Email
Oct 4, 2003
2:01 am
216
... Hash: SHA1 ... I think that would be sufficient at least 80% of the time. ... Absolutely! Be seeing you, norm - -- Norman Walsh <normyahoo@...> |...
Norman Walsh
normwalsh
Offline Send Email
Oct 4, 2003
3:22 pm
217
... Is C-M-u bound to "up-element" in nxml, like in psgml? (the actual command name is sgml-backward-up-element) If not, my fingers would need retraining if...
Steinar Bang
geng-emacs-nxml-mode@...
Send Email
Oct 4, 2003
9:50 pm
218
... C-M-a and C-M-e in psgml? I use them all the time, together with C-M-u, C-M-d, C-M-b, and C-M-f. For me, they are essential for quick SGML/XML document...
Steinar Bang
geng-emacs-nxml-mode@...
Send Email
Oct 5, 2003
6:49 am
219
... And for editing, C-c C-e (sgml-insert-element) and C-c C-r (sgml-tag-region) areb essential. Another issue, nxml "disturbs" message-mode for me; whenever...
Karl Eichwalder
ke@...
Send Email
Oct 5, 2003
8:18 am
220
... You get this in a message-mode buffer, is that right? What Emacs are you using? Mine doesn't have a message-do-auto-fill function. This might help: ... ...
James Clark
james_j_clark
Offline Send Email
Oct 5, 2003
11:01 am
221
... It's bound to nxml-backward-up-element. However, it allows an argument, just like the standard binding for C-M-u (backward-up-list). With an argument of...
James Clark
james_j_clark
Offline Send Email
Oct 5, 2003
1:29 pm
222
... Yes. Emacs from CVS, approx. 1 month old, and Gnus from CVS, approx. 4 month old; Gnus comes with message-mode. ... AFAIKS, this patch fixes the bug. ...
Karl Eichwalder
ke@...
Send Email
Oct 5, 2003
1:32 pm
223
I think an XForms implementation for Emacs using RNG instead of XML Schema would be a fun project... There's already one written in Flash...
Klotz, Leigh
leighklotz
Offline Send Email
Oct 6, 2003
6:34 pm
224
... Indeed. It was not intended as a demand of any sort. ... Which ones are those? I'm just curoious to see if those are ones I use regularily. ... Speaking...
Steinar Bang
sb@...
Send Email
Oct 6, 2003
7:35 pm
225
Let a minimal rnc file contain # namespace one = "http://namespaces.foobar.org/one" start = element one:test { text } # If I start editing a new XML file...
Xavier Cazin
xavier_cazin
Offline Send Email
Oct 6, 2003
9:10 pm
226
... The Elisp manual says: * The key sequences bound in a major mode keymap should usually start with `C-c', followed by a control character, a digit, or `{', ...
James Clark
james_j_clark
Offline Send Email
Oct 7, 2003
12:31 am
227
... But "C-c C-[any key]" are also allowed and to me holding down the control key while entering the second letter is as good as "C-c [letter]" - happily, you...
Karl Eichwalder
ke@...
Send Email
Oct 7, 2003
6:25 am
228
... I use C-c -, C-c =, both quite regularly, to remove markup and change markup. Pity they aren't compatible with std emacs use. Like Steiner Bang, I'm not...
david.pawson@...
dpawson2000
Offline Send Email
Oct 7, 2003
7:13 am
229
... The only downside is that C-c C-[key that's not a letter] mostly doesn't work properly on ttys. James...
James Clark
james_j_clark
Offline Send Email
Oct 7, 2003
7:31 am
230
... [snip! incompatible keybindings] ... Don't use it. ... Don't use it. ... Don't currently use it. But this one was pretty cool, so I might start using it. ...
Steinar Bang
sb@...
Send Email
Oct 7, 2003
8:51 pm
Messages 201 - 230 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