... [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. ...
229
James Clark
james_j_clark
Oct 7, 2003 7:31 am
... The only downside is that C-c C-[key that's not a letter] mostly doesn't work properly on ttys. James...
228
david.pawson@...
dpawson2000
Oct 7, 2003 7:13 am
... 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...
227
Karl Eichwalder
ke@...
Oct 7, 2003 6:25 am
... 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...
226
James Clark
james_j_clark
Oct 7, 2003 12:31 am
... 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 `{', ...
225
Xavier Cazin
xavier_cazin
Oct 6, 2003 9:10 pm
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...
224
Steinar Bang
sb@...
Oct 6, 2003 7:35 pm
... 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...
223
Klotz, Leigh
leighklotz
Oct 6, 2003 6:34 pm
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...
222
Karl Eichwalder
ke@...
Oct 5, 2003 1:32 pm
... 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. ...
221
James Clark
james_j_clark
Oct 5, 2003 1:29 pm
... 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...
220
James Clark
james_j_clark
Oct 5, 2003 11:01 am
... 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: ... ...
219
Karl Eichwalder
ke@...
Oct 5, 2003 8:18 am
... 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...
218
Steinar Bang
geng-emacs-nxml-mode@...
Oct 5, 2003 6:49 am
... 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...
217
Steinar Bang
geng-emacs-nxml-mode@...
Oct 4, 2003 9:50 pm
... 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...
216
Norman Walsh
normwalsh
Oct 4, 2003 3:22 pm
... Hash: SHA1 ... I think that would be sufficient at least 80% of the time. ... Absolutely! Be seeing you, norm - -- Norman Walsh <normyahoo@...> |...
215
James Clark
james_j_clark
Oct 4, 2003 2:01 am
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...
214
Xavier Cazin
xavier_cazin
Oct 3, 2003 7:28 pm
... 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...
213
Norman Walsh
normwalsh
Oct 3, 2003 5:26 pm
... 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?...
212
Norman Walsh
normwalsh
Oct 3, 2003 5:12 pm
... 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...
211
James Clark
james_j_clark
Oct 3, 2003 12:09 pm
... 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...
210
Jason Rumney
jprumney
Oct 3, 2003 10:35 am
... 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...
209
Vidar Gundersen
ilteph
Oct 3, 2003 9:12 am
... this choice of color requires that users have a background color in emacs, that produces a distinguishable contrast. i wonder about the fontification...
208
Xavier Cazin
xavier_cazin
Oct 3, 2003 7:16 am
... I agree, provision for such [any typist-readable string] => [character reference] mappings would be great. That would imply that user may provide nxml with...
207
Bruce D'Arcus
bdarcus@...
Oct 2, 2003 1:37 pm
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...
206
Bruce D'Arcus
bdarcus@...
Oct 1, 2003 1:45 pm
... You're right. The problem, FYI, was slightly different builds of emacs on the two machines. Problem solved. Ugh... Bruce...
205
James Clark
james_j_clark
Oct 1, 2003 10:12 am
... 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...
204
Lars Marius Garshol
garshol2000
Oct 1, 2003 9:56 am
* 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...
203
Sebastian Rahtz
srahtz
Oct 1, 2003 9:02 am
... 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...
202
James Clark
james_j_clark
Oct 1, 2003 8:46 am
... 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...
201
Sebastian Rahtz
srahtz
Oct 1, 2003 8:11 am
... 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...