... 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...
... 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...
... I quite like the idea of seeing ߠ[X] where X is the actual character if available. but how do you tell if it will be available, and not just be a...
* 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...
... 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...
... You're right. The problem, FYI, was slightly different builds of emacs on the two machines. Problem solved. Ugh... Bruce...
Bruce D'Arcus
bdarcus@...
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@...
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...
... this choice of color requires that users have a background color in emacs, that produces a distinguishable contrast. i wonder about the fontification...
... 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...
... 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...
... 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...
... 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?...
... 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...
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...
... Hash: SHA1 ... I think that would be sufficient at least 80% of the time. ... Absolutely! Be seeing you, norm - -- Norman Walsh <normyahoo@...> |...
... 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@...
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@...
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@...
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: ... ...
... 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...
... 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@...
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...
... 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@...
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...
... 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 `{', ...
... 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@...
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...
... [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. ...