Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

emacs-nxml-mode · New XML Mode for Emacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 237
  • Category: XML
  • Founded: Sep 5, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 399 - 428 of 2147   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
399 Aaron
aamehl Send Email
Dec 9, 2003
9:20 pm
Oh I found an rpm on the download site of nxml et al. I guess I will try the zip file and do as you say thanks. Aaron...
400 Bruce D'Arcus
bdarcus@... Send Email
Dec 12, 2003
4:25 am
Awhile back Norm put together an emacs package for unicode entry that included some functionality for things like smart quotes. Since then, James has added...
401 Michael Smith
xmldoc Send Email
Dec 15, 2003
10:56 pm
... The "XML Unicode" unicode-entry package that Norm put together can still be used alongside the functionality that James added. The two aren't incompatible....
402 Rohan Lloyd
nxml-mode@... Send Email
Dec 18, 2003
1:24 am
Apologies if this has already been covered, I've only just subscribed. I had a quick look through the archives, and there were a few posts about character...
403 Bruce D'Arcus
bdarcus@... Send Email
Dec 18, 2003
4:11 am
... OK, I downloaded it, but am not sure what to do next (instructions are a bit thin in the file). How do you have this setup in your .emacs? I'm thinking...
404 Norman Walsh
normwalsh Send Email
Dec 19, 2003
4:51 pm
... Hash: SHA1 ... Oh. Uh. Sorry. You should just be able to load the .el file in your .emacs file and then bind the keys. ... (load-file...
405 Bruce D'Arcus
bdarcus@... Send Email
Dec 19, 2003
4:59 pm
... I managed to find an old message of your's in the archive late last night, and so got it more-or-less working. Below is what I have. Note: I needed to...
406 Norman Walsh
normwalsh Send Email
Dec 19, 2003
5:42 pm
... Hash: SHA1 ... I'll take a look asap. ... No, that's exactly what smart-hyphen does. "-" once = a hyphen, "-" twice = an ndash, "-" three times = an mdash....
407 David Tolpin
dvd@... Send Email
Dec 21, 2003
9:45 pm
Hi, In nxml-20031031, xsd-regexp.el, lines 865 and 867 define block 'Specials. Shouldn't that be done once with two ranges? David...
408 David Tolpin
dvd@... Send Email
Dec 25, 2003
12:28 am
Hi, for negative years, date-to-days is calculated as (- (+ (- (rng-xsd-days-in-years (- 3 year)) (rng-xsd-days-in-years 3)) (- (if (rng-xsd-leap-year-p year)...
409 Sidnei da Silva
sidneidasilva Send Email
Dec 30, 2003
7:50 pm
Howdy, I started using nxml-mode since it's launch and I'm quite happy with it, except for a minor nit that I would like to be able to fix. Unfortunately, lisp...
410 Norman Walsh
normwalsh Send Email
Jan 1, 2004
8:04 pm
attribute name. I would prefer to have a variable to control this ... Hmm, I've noticed the same thing, although I'd actually prefer: <div tal:define="tabindex...
411 tpc@...
tqf Send Email
Jan 2, 2004
3:49 pm
hello all, I am not sure if someone already noticed this, but I just tried nxml-mode-20030929, using the following stylesheet: <paste> <?xml version="1.0"...
412 Josh Sled
joshsled Send Email
Jan 2, 2004
4:22 pm
... [deletia] ... Hmm. Worksforme with the same version. [I also get an error on the <?xml ...?> PI being on the second line ... specifically: "Processing...
413 Norman Walsh
normwalsh Send Email
Jan 2, 2004
4:30 pm
hello all, I am not sure if someone already noticed this, but I just tried ... I presume you added "<paste>" for the email message and the content actually ...
414 tpc@...
tqf Send Email
Jan 2, 2004
4:37 pm
hi Josh, I went to the document again, deleted the </xsl:stylesheet> and noticed it does say "missing end tag," and only if you press Enter at the end of the...
415 Eric Dahlman
edahlman@... Send Email
Jan 2, 2004
5:38 pm
Howdy, I have a couple of programs which generate log files as a series of simple xml expressions like this <event>Something...</event> <event>Something...
416 James Clark
james_j_clark Send Email
Jan 3, 2004
8:23 am
... It will still say "Invalid" in the mode-line. You can click on "Invalid" to go to the error and see what it is. There's no red underline, because, as...
417 Eric Mc Sween
ericmcsween Send Email
Jan 11, 2004
2:05 am
... Here's a patch against nxml-mode-20031031 that does this. I also changed the behavior of indentation for end tags so that only end tags that lie on the...
418 Sidnei da Silva
sidneidasilva Send Email
Jan 13, 2004
3:44 pm
... Sweet! It worked like a charm for me. I applied the patch to the debian package and recompiled and now I'm happy again :) Can we get this patch included in...
419 Sidnei da Silva
sidneidasilva Send Email
Jan 15, 2004
6:01 pm
... Ugh. Not so fast :( It seems to have broken identation of stuff like: <configure xmlns="http://namespaces.zope.org/zope"> <permission ...
420 Aaron
aamehl Send Email
Jan 15, 2004
6:25 pm
Hi, I am trying to install nxml/emacs on my sons computer. Try to download emacs but I can't find emacs 21 for windows anywhere. Any idea where I can find a...
421 Sidnei da Silva
sidneidasilva Send Email
Jan 15, 2004
6:29 pm
... I think it was removed from gnu.org ftp some time ago, because they felt like it could have been trojaned. I dont know of any mirrors that have it...
422 Eric Mc Sween
ericmcsween Send Email
Jan 15, 2004
7:39 pm
... [ snip example of bad indentation ] Right. Here's a fix. This is still a patch against nxml-mode-20031031. There is another problem I discovered: This: ...
423 Sebastian Rahtz
srahtz Send Email
Jan 15, 2004
8:21 pm
... http://www.tei-c.org/Software/tei-emacs has a complete emacs for Win32 setup, with nxml all working. The normal distribution of Emacs seems to be still...
424 Xavier Cazin
xavier_cazin Send Email
Jan 15, 2004
9:50 pm
Hi, Here is probably an illustration of the issue mentioned in the TODO "Should completion pay attention to characters after point? If so, how?" After having...
425 DuCharme, Bob (LNG-CHO)
philregion Send Email
Jan 15, 2004
10:41 pm
Sebastian, Which release of Emacs is the Win32 one? thanks, Bob ... From: Sebastian Rahtz [mailto:sebastian.rahtz@...] Sent: Thursday, January 15,...
426 Sebastian Rahtz
srahtz Send Email
Jan 15, 2004
10:51 pm
... 21.3 The package is as uptodate as I can make it, but there are probably flaws still. It does all the XML/SGML tasks I can think of, and has all the...
427 Aaron
aamehl Send Email
Jan 16, 2004
12:13 am
Thanks I grabbed a copy and will install it tomorrow Aaron...
428 pug_henry Send Email Jan 19, 2004
5:47 am
Hi, I just installed nXML-mode on emacs 21.3 on SuSE Linux. It seems to be working well, except that syntax highlighting does not work with the X version of...
Messages 399 - 428 of 2147   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help