initial commit
[emacs-init.git] / nxhtml / README.txt
1 To install nXhtml put this in your .emacs:
2
3    (load "YOUR-PATH-TO/nxhtml/autostart.el")
4
5 where autostart.el is the file in the same directory as this
6 readme.txt file.
7
8 Note 1: If you are using Emacs+EmacsW32 then nXhtml is already
9         installed.
10
11 Note 2: If you are using Emacs 22 then you need to install nXml
12         separately. (It is included in Emacs 23.)
13
14 Note 3: You may optionally also byte compile nXhtml from the nXhtml
15         menu (recommended).
16
17
18
19 Files that are now in Emacs' development (CVS/Bazaar) repository
20 ================================================================
21
22 Some files that were previously distributed with nXhtml are now in
23 Emacs' development repository.  Distributing them also with nXhtml is
24 a bad idea since that can lead to that the wrong file is loaded.  They
25 are therefore not distributed with nXhtml anymore.
26
27 Instead you can (if you do not have the files in your Emacs) in many
28 cases use the version from the repository.  To do that you can
29 currently start from
30
31   http://cvs.savannah.gnu.org/viewvc/emacs/emacs/lisp/
32
33 Files you can download and use this way are for example
34
35   js.el (JavaScript, formerly called espresso.el)
36   htmlfontify.el
37
38 If you do that I suggest that you put these files in a special
39 directory and add that to load-path in your .emacs and make that
40 adding to load-path depend on your Emacs version so that they will not
41 be loaded when you have upgraded your Emacs.
42
43 Note that if you want to use nxml-mode (and it is not in your Emacs)
44 you should not download it from Emacs' development directory. Instead go to
45
46   http://www.thaiopensource.com/download/