Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
Tim. */
At 15:29 17/11/2003, you wrote:
Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
http://www.thaiopensource.com/download/ is the 'horses mouth'?
Delightful IMHO.
regards DaveP
On Mon, Nov 17, 2003 at 06:00:56PM +0000, Dave Pawson wrote:
http://www.thaiopensource.com/download/ is the 'horses mouth'?
Yes, that's the upstream site.
Tim. */
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 17 Nov 2003 6:00 pm, Dave Pawson wrote:
At 15:29 17/11/2003, you wrote:
Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
http://www.thaiopensource.com/download/ is the 'horses mouth'?
Delightful IMHO.
regards DaveP
Sorry Dave and original mailer, didn't see that someone else had been spreading the news :-)
- -- Regards
Trying to be a RHCE... http://www.magicfx.co.uk http://www.suretecsystems.com
On 2003-11-17 at 15:29:59+0000 Tim Waugh twaugh@redhat.com wrote:
Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
This is completely bad-assed. :)
It works much better for my purposes than SGML mode.
Thanks for pointing this out...
At 05:49 20/11/2003, James Ralston wrote:
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
This is completely bad-assed. :)
It works much better for my purposes than SGML mode.
James/Tim... anyone from 'tother side of the pond. What's the translation of this please :[ (I think he likes it... or not?)
<chuckles/> DaveP.
On 2003-11-20 at 15:52:33+0000 Dave Pawson dpawson@nildram.co.uk wrote:
At 05:49 20/11/2003, James Ralston wrote:
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
This is completely bad-assed. :)
James/Tim... anyone from 'tother side of the pond. What's the translation of this please :[ (I think he likes it... or not?)
Sorry about that; I wrote the first thing that came to my mind, which probably made little sense to most people here (given the international scope of this list). My apologies.
What I was trying to say was that the nxml-mode package provides many useful features, and makes it much easier to write XML-based documents. I've only been testing it out for an hour or so total, but already it seems to be overwhelmingly superior to the other packages I've tried. :)
At 05:44 21/11/2003, you wrote:
Sorry about that; I wrote the first thing that came to my mind, which probably made little sense to most people here (given the international scope of this list). My apologies.
What I was trying to say was that the nxml-mode package provides many useful features, and makes it much easier to write XML-based documents. I've only been testing it out for an hour or so total, but already it seems to be overwhelmingly superior to the other packages I've tried. :)
Thanks James :-) And I agree 100% btw.
regards DaveP
On Mon, 2003-11-17 at 07:29, Tim Waugh wrote:
Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
So, how does on start using nXML mode after installing the rpm?
Thanks,
Forrest
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday 21 Nov 2003 10:44 pm, Taylor, ForrestX wrote:
On Mon, 2003-11-17 at 07:29, Tim Waugh wrote:
Emacs users might find this interesting:
http://www.xmlhack.com/read.php?item=2061
Packages are here:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
So, how does on start using nXML mode after installing the rpm?
Thanks,
Forrest
Load up a xml file and see!! :-) then type <p or something and then ctrl-RET for completion. Then for more info press alt-x (Meta-X) and type info and hit return.
- -- Regards
http://www.magicfx.co.uk http://www.suretecsystems.com
On 2003-11-21 at 14:44:53-0800 "Taylor, ForrestX" forrestx.taylor@intel.com wrote:
On Mon, 2003-11-17 at 07:29, Tim Waugh wrote:
ftp://people.redhat.com/twaugh/docbook/nxml-mode
So, how does on start using nXML mode after installing the rpm?
After you install the RPM, visiting any file that ends in ".xhtml" should switch to nXML mode (unless the file explicitly sets a different mode). If not, you can explicitly call M-x nxml-mode.
There is a cursory Info document ("nXML Mode") that describes most of the features.
You can use the Custom feature to experiment with different faces. At the moment, I'm using this:
(custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(mode-line ((((type x w32 mac) (class color)) (:background "navy" :foreground "yellow" :box (:line-width -1 :style released-button))))) '(nxml-comment-content-face ((t (:foreground "yellow4")))) '(nxml-delimited-data-face ((t (:foreground "lime green")))) '(nxml-delimiter-face ((t (:foreground "grey")))) '(nxml-element-local-name-face ((t (:inherit nxml-name-face :foreground "medium turquoise")))) '(nxml-name-face ((t (:foreground "rosy brown")))) '(nxml-tag-slash-face ((t (:inherit nxml-name-face :foreground "grey")))))
(Although this probably won't look decent unless you use whitish text on a blackish background.)