comparison lisp/hm--html-menus/README @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 8fc7fe29b841
children 441bb1e64a06
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
1 This README file describes the emacs lisp package hm--html-menus-5.1. 1 This README file describes the emacs lisp package hm--html-menus-5.2.
2 2
3 The package provides functions and various popup and pulldown menus 3 The package provides functions and various popup and pulldown menus
4 for a html mode called hm--html-mode, a mode for writing html pages. 4 for a html mode called hm--html-mode, a mode for writing html pages.
5 5
6 It has an interface to view the html documents in a W3 browser with 6 It has an interface to view the html documents in a W3 browser with
23 This package is tested with the xemacs 19.15 on Suns with SunOS 5.5 23 This package is tested with the xemacs 19.15 on Suns with SunOS 5.5
24 and on PC's with linux. But it should work also on other (possibly 24 and on PC's with linux. But it should work also on other (possibly
25 only UNIX ?) platforms. 25 only UNIX ?) platforms.
26 26
27 NOTE: The current release isn't tested with the Emacs 19 (5.0 is but 27 NOTE: The current release isn't tested with the Emacs 19 (5.0 is but
28 5.1 isn't). One of the next releases in the near future :-) will be a 28 5.1 and 5.2 are not). One of the next releases in the near future :-) will be a
29 bug fix only release for the Emacs 19. So please report any bugs to 29 bug fix only release for the Emacs 19. So please report any bugs to
30 muenkel@tnt.uni-hannover.de to shorten the time until the Emacs 19 30 muenkel@tnt.uni-hannover.de to shorten the time until the Emacs 19
31 related bugs are fixed. 31 related bugs are fixed.
32 32
33 Read the file README-EMACS-19, if you want to use this package with 33 Read the file README-EMACS-19, if you want to use this package with
34 GNU Emacs 19. 34 GNU Emacs 19.
35 35
36 Thanks to Richard Stallman, who has helped me to port this package to 36 Thanks to Richard Stallman, who has helped me to port this package to
37 the Emacs 19 and thanks to John Ladwig, who has corrected a lot of the 37 the Emacs 19 and thanks to John Ladwig, who has corrected a lot of the
38 text and comments in this package and to all the other people like 38 text and comments in this package and to all the other people like
39 Jerry G. DeLapp, Andreas Ernst and so on, who had provided code, 39 Jerry G. DeLapp, Andreas Ernst, Bob Weiner and so on, who had provided
40 ideas, bug fixes or bug reports for this package. 40 code, ideas, bug fixes or bug reports for this package.
41 41
42 42
43 The package consists of the following files: 43 The package consists of the following files:
44 44
45 README : this file; 45 README : this file;
51 with the GNU Emacs 19 51 with the GNU Emacs 19
52 hm--html.el : provides functions to write html pages; 52 hm--html.el : provides functions to write html pages;
53 some of these functions are similar to 53 some of these functions are similar to
54 functions of the html-mode.el; 54 functions of the html-mode.el;
55 hm--html-indentation.el : provides the indentation stuff; 55 hm--html-indentation.el : provides the indentation stuff;
56 hm--html-keys.el : provides the new keybindings; 56 hm--html-keys.el : provides the keybindings;
57 hm--html-menu.el : provides the menus; 57 hm--html-menu.el : provides the menus;
58 hm--html-mode.el : provides the functions for the definition 58 hm--html-mode.el : provides the functions for the definition
59 of the hm--html-mode; this is now the 59 of the hm--html-mode; this is now the
60 main file of the package; 60 main file of the package;
61 hm--html-configuration.el : configuration file for the html mode; 61 hm--html-configuration.el : configuration file for the html mode;