Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/README @ 42:8b8b7f3559a2 r19-15b104
Import from CVS: tag r19-15b104
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:51 +0200 |
parents | 441bb1e64a06 |
children | 6a22abad6937 |
comparison
equal
deleted
inserted
replaced
41:5d6df4963a99 | 42:8b8b7f3559a2 |
---|---|
1 This README file describes the emacs lisp package hm--html-menus-5.3. | 1 This README file describes the emacs lisp package hm--html-menus-5.4. |
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 It provides also a minor mode (hm--html-minor-mode), which can be used | 5 It provides also a minor mode (hm--html-minor-mode), which can be used |
6 together with another html major mode, like the psgml-html mode in the | 6 together with another html major mode, like the psgml-html mode in the |
26 This package is tested with the xemacs 19.15 on Suns with SunOS 5.5 | 26 This package is tested with the xemacs 19.15 on Suns with SunOS 5.5 |
27 and on PC's with linux. But it should work also on other (possibly | 27 and on PC's with linux. But it should work also on other (possibly |
28 only UNIX ?) platforms. | 28 only UNIX ?) platforms. |
29 | 29 |
30 NOTE: The current release isn't tested with the Emacs 19 (5.0 is but | 30 NOTE: The current release isn't tested with the Emacs 19 (5.0 is but |
31 5.1 to 5.3 are not). One of the next releases in the near future :-) will be a | 31 5.1 to 5.4 are not). One of the next releases in the near future :-) will be a |
32 bug fix only release for the Emacs 19. So please report any bugs to | 32 bug fix only release for the Emacs 19. So please report any bugs to |
33 muenkel@tnt.uni-hannover.de to shorten the time until the Emacs 19 | 33 muenkel@tnt.uni-hannover.de to shorten the time until the Emacs 19 |
34 related bugs are fixed. | 34 related bugs are fixed. |
35 | 35 |
36 Read the file README-EMACS-19, if you want to use this package with | 36 Read the file README-EMACS-19, if you want to use this package with |
60 hm--html-menu.el : provides the menus; | 60 hm--html-menu.el : provides the menus; |
61 hm--html-mode.el : provides the functions for the definition | 61 hm--html-mode.el : provides the functions for the definition |
62 of the hm--html-mode; this is now the | 62 of the hm--html-mode; this is now the |
63 main file of the package; | 63 main file of the package; |
64 hm--html-not-standard.el : provides functions to insert some | 64 hm--html-not-standard.el : provides functions to insert some |
65 non standard hteml elements; | 65 non standard html elements; |
66 this file is not evaluated by default; | 66 this file is not evaluated by default; |
67 hm--html-configuration.el : configuration file for the html mode; | 67 hm--html-configuration.el : configuration file for the html mode; |
68 choose this as system configuration file; | 68 choose this as system configuration file; |
69 hm--html-drag-and-drop.el : defines the HTML- specific functions | 69 hm--html-drag-and-drop.el : defines the HTML- specific functions |
70 for the drag and drop interface; | 70 for the drag and drop interface; |
71 hm--html-indentation.el : defines functions for the indentation of | |
72 HTML elements; | |
73 hm--date.el : defines the function hm--date, which | 71 hm--date.el : defines the function hm--date, which |
74 returns the date in the format | 72 returns the date in the format |
75 "day-month-year" like "30-Jun-1993". | 73 "day-month-year" like "30-Jun-1993". |
76 html-view.el : Ron Tapia's html-view.el to view html-pages | 74 html-view.el : Ron Tapia's html-view.el to view html-pages |
77 in the Xmosaic; it is patched for use | 75 in the Xmosaic; it is patched for the use |
78 with the xemacs; | 76 with the xemacs; |
79 internal-drag-and-drop.el : provides the general (html-mode | 77 internal-drag-and-drop.el : provides the general (html-mode |
80 independend functions) of the drag and | 78 independend functions) of the drag and |
81 drop interface; | 79 drop interface; |
82 templates.doc : describes the syntax of the templates | 80 templates.doc : describes the syntax of the templates |
83 provided in the file tmpl-minor-mode.el | 81 provided in the file tmpl-minor-mode.el |
84 tmpl-minor-mode.el : provides functions for the tmpl-minor-mode; | 82 tmpl-minor-mode.el : provides functions for the tmpl-minor-mode; |
85 with this mode you can expand templates, | 83 with this mode you can expand templates, |
86 which are described in the file | 84 which are described in the file |
87 templates-syntax.doc (look at the files | 85 templates-syntax.doc (look at the files |
88 command-description.tmpl and | 86 command-description.html.tmpl and |
89 frame.html.tmpl for examples); | 87 frame.html.tmpl for examples); |
90 templates can be expanded automatically, if | 88 templates can be expanded automatically, if |
91 you include a file with templates via the | 89 you include a file with templates via the |
92 html pulldown menu item "Templates ..." | 90 html pulldown menu item "Templates ..." |
93 or with the item "Templates (fixed dirs)..."; | 91 or with the item "Templates (fixed dirs)..."; |
94 command-description.html.tmpl : Templatefile for the use with the | 92 command-description.html.tmpl : Templatefile for the use with the |
95 tmpl-minor-mode; | 93 tmpl-minor-mode; |
96 frame.html.tmpl : Templatefile, provides a simple frame; | 94 frame.html.tmpl : Templatefile, provides a simple frame; |
97 | 95 doc/hm--html-mode.texinfo : Package documentation in the Texinfo format; |
96 doc/umlaute.texinfo : Texinfo include file for german vowel | |
97 mutation (deutsche Umlaute); | |
98 | 98 |
99 | 99 |
100 | 100 |
101 | 101 |
102 INSTALLATION: | 102 INSTALLATION: |
103 ============= | 103 ============= |
104 | 104 |
105 Note: In this version the setting of the environment variables | 105 Note: In this version the setting of the environment variables |
106 HTML_CONFIG_FILE and HTML_USER_CONFIG_FILE are no longer necessary, | 106 HTML_CONFIG_FILE and HTML_USER_CONFIG_FILE are no longer necessary, |
107 if you put the user configuration file in the home directrory and | 107 if you put the user configuration file in the home directory and |
108 the system configuration file in one of the load path directories | 108 the system configuration file in one of the load path directories |
109 of your XEmacs or Emacs 19. | 109 of your XEmacs or Emacs 19. |
110 | 110 |
111 1. Put all the *.el files in one of your xemacs (or emacs) lisp load | 111 1. Put all the *.el files in one of your xemacs (or emacs) lisp load |
112 directories (i.e. lisp/packages). | 112 directories (i.e. lisp/packages). |