Mercurial > hg > xemacs-beta
diff lisp/hm--html-menus/README @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 4be1180a9e89 |
children | 9f59509498e1 |
line wrap: on
line diff
--- a/lisp/hm--html-menus/README Mon Aug 13 09:15:13 2007 +0200 +++ b/lisp/hm--html-menus/README Mon Aug 13 09:15:49 2007 +0200 @@ -1,7 +1,10 @@ -This README file describes the emacs lisp package hm--html-menus-5.2. +This README file describes the emacs lisp package hm--html-menus-5.3. The package provides functions and various popup and pulldown menus for a html mode called hm--html-mode, a mode for writing html pages. +It provides also a minor mode (hm--html-minor-mode), which can be used +together with another html major mode, like the psgml-html mode in the +XEmacs 19.14. It has an interface to view the html documents in a W3 browser with Netscape, the w3-package from William M. Perry and Mosaic with the @@ -25,7 +28,7 @@ only UNIX ?) platforms. NOTE: The current release isn't tested with the Emacs 19 (5.0 is but -5.1 and 5.2 are not). One of the next releases in the near future :-) will be a +5.1 to 5.3 are not). One of the next releases in the near future :-) will be a bug fix only release for the Emacs 19. So please report any bugs to muenkel@tnt.uni-hannover.de to shorten the time until the Emacs 19 related bugs are fixed. @@ -50,14 +53,17 @@ adapt.el : provides functions to use this package with the GNU Emacs 19 hm--html.el : provides functions to write html pages; - some of these functions are similar to - functions of the html-mode.el; + in this file are all commands defined, + which inserts html elements and entities; hm--html-indentation.el : provides the indentation stuff; hm--html-keys.el : provides the keybindings; hm--html-menu.el : provides the menus; hm--html-mode.el : provides the functions for the definition of the hm--html-mode; this is now the main file of the package; +hm--html-not-standard.el : provides functions to insert some + non standard hteml elements; + this file is not evaluated by default; hm--html-configuration.el : configuration file for the html mode; choose this as system configuration file; hm--html-drag-and-drop.el : defines the HTML- specific functions @@ -99,8 +105,8 @@ Note: In this version the setting of the environment variables HTML_CONFIG_FILE and HTML_USER_CONFIG_FILE are no longer necessary, if you put the user configuration file in the home directrory and -the system (site) configuration file in one of the load path directories -of your xemacs or GNU Emacs 19. +the system configuration file in one of the load path directories +of your XEmacs or Emacs 19. 1. Put all the *.el files in one of your xemacs (or emacs) lisp load directories (i.e. lisp/packages). @@ -154,6 +160,11 @@ It could also be, that you've already the autoload lines for the w3 package in your emacs. + If you want to use this the hm--html-minor-mode together + with the psgml-html modes, then you should add the following + line (works only in XEmacs version >= 19.15 and != 20.0) + (add-hook 'html-mode-hook 'hm--html-minor-mode) + 3. Set (if you want) the environment variable HTML_CONFIG_FILE to the html system configuration file i.e.: setenv HTML_CONFIG_FILE /usr/xemacs/lisp/hm--html-configuration.el