annotate lisp/hm--html-menus/README @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 This README file describes the emacs lisp package hm--html-menus-4.16.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 The package provides various popup and pulldown menus and functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 for the html-mode from Marc Andreessen, and support for the w3-package
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 from William M. Perry and the file html-view.el from Ron Tapia.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 Look at the file NEWS, to see what is new in this release.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 You should (but need not) also get the w3 package from:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 cs.indiana.edu:/pub/elisp/w3/w3.tar.z
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 which provides an world wide web browser mode for the xemacs, emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 and epoch.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 This package is tested with the xemacs 19.13 on Suns with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 SunOS 4.1.3 and on PC's with linux. But it should work also on other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 (possibly only UNIX ?) platforms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 Read the file README-EMACS-19, if you want to use this package with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 Thanks to Richard Stallman, who has helped me to port this package to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 the Emacs 19 and thanks to John Ladwig, who has corrected a lot of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 text and comments in this package and to all the other people, who had
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 provided code, ideas, bug fixes or bug reports for this package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 The package consists of the following files:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 README : this file;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 README-EMACS-19 : only for the GNU Emacs 19 user;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 ANNOUNCEMENT : Text of the announcement of this package;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 LSM : Entry for the Linux Software Map;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 NEWS : Change logfile;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 adapt.el : provides functions to use this package
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 with the GNU Emacs 19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 hm--html.el : provides functions to write html pages;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 some of these functions are similar to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 functions of the html-mode.el;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 hm--html-keys.el : provides the new keybindings;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 hm--html-menu.el : provides the menus; this is the main file;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 hm--html-configuration.el : configuration file for the html mode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 choose this as system configuration file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 hm--date.el : Defines the function hm--date, which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 returns the date in the format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 "day-month-year" like "30-Jun-1993".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 html-mode.el : Marc Andreessen's html-mode file; use this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 one if your html-mode.el is older or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 doesn't work together with my files;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 I've changed it, to fix a bug !
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 html-view.el : Ron Tapia's html-view.el to view html-pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 in the Xmosaic; it is patched for use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 with the xemacs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 templates.doc : describes the syntax of the templates
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 provided in the file tmpl-minor-mode.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 tmpl-minor-mode.el : provides functions for the tmpl-minor-mode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 with this mode you can expand templates,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 which are described in the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 templates-syntax.doc (look at the files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 command-description.tmpl and frame.tmpl for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 examples);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 templates can be expanded automatically, if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 you include a file with templates via the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 html pulldown menu item "Templates ...";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 command-description.tmpl : Templatefile for the use with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 tmpl-minor-mode;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 frame.tmpl : Templatefile, provides a simple frame;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 emacs-19/* : only for the GNU emacs 19 user;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 INSTALLATION:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 =============
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 Note: In this version the setting of the environment variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 HTML_CONFIG_FILE and HTML_USER_CONFIG_FILE are no longer necessary,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 if you put the user configuration file in the home directrory and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 the system (site) configuration file in one of the load path directories
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 of your xemacs or GNU Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 1. Put all the *.el files (except .hm--html-configuration.el and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 the files in the subdirectory emacs-19)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 in one of your xemacs (or emacs) lisp load directories
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 (i.e. lisp/packages).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 2. Put the following in your .emacs (or default.el or site-init.el):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 (autoload 'html-mode "hm--html-menu" "HTML major mode." t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 (or (assoc "\\.html$" auto-mode-alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 (setq auto-mode-alist (cons '("\\.html$" . html-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 auto-mode-alist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 "Expand all templates in the current buffer." t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 (autoload 'html-view-start-mosaic "html-view" "Start Xmosaic." t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 (autoload 'html-view-view-buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 "html-view"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 "View the current buffer in Xmosaic."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 (autoload 'html-view-view-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 "html-view"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 "View a file in Xmosaic."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 (autoload 'html-view-goto-url
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 "html-view"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 "Goto url in Xmosaic."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 (autoload 'html-view-get-display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 "html-view"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 "Get the display for Xmosaic (i.e. hostxy:0.0)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 (autoload 'w3-preview-this-buffer "w3" "WWW Previewer" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 (autoload 'w3 "w3" "WWW Browser" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 (autoload 'w3-open-local "w3" "Open local file for WWW browsing" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 (autoload 'w3-fetch "w3" "Open remote file for WWW browsing" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 (autoload 'w3-use-hotlist "w3" "Use shortcuts to view WWW docs" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 The above lines assume that you have not installed the older
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 html-mode.el. You should remove the appropriate (old) lines,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 if that isn't true. It could also be, that you've already the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 autoload lines for the w3 package in your emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 3. Set the environment variable HTML_CONFIG_FILE to the html system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 configuration file i.e.:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 setenv HTML_CONFIG_FILE /usr/xemacs/lisp/hm--html-configuration.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 4. Set (if you want) the environment variable HTML_USER_CONFIG_FILE to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 the html user configuration file i.e.:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 setenv HTML_USER_CONFIG_FILE ~/.hm--html-configuration.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 And put the file .hm--html-configuration.el in your Home directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 An example for this user specific file is given below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 5. Check the files hm--html-configuration.el and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 .hm--html-configuration.el whether all variables are set suitable for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 you and your site or not. You can make changes in both of these files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 Note that .hm--html-configuration.el precedes the settings in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 hm--html-configuration.el, because it is the user specific
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 configuration file. So you should made site specific changes in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 hm--html-configuration.el.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 Look at first at the following variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 hm--html-signaturefile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 hm--html-username
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 hm--html-template-dir
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 hm--html-favorite-http-server-host-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 html-document-previewer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 html-view-html-document-previewermosaic-command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 w3-default-homepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 6. If you want to use templatefiles, you should put these files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 in the directory to which `hm--html-template-dir' points.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 You can use the file command-description.tmpl as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 an example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 7. If you don't want to use the feature of adding html comments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 about the creation date and author and with a change log, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 you should set the following three variables to nil:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 hm--html-automatic-changed-comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 hm--html-automatic-created-comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 8. If you don't want to set a date in the title line, than you should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 set the following to nil:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 hm--html-automatic-new-date
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 The following is an example for a user specific configuration file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 called .hm--html-configuration.el. You should put such a file in your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 home directory and put all the variable settings in it, which are user
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 specific.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 ---- BEGIN of .hm--html-configuration.el ----
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 ;;; Private html configuration file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 ;; Signature file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 (setq hm--html-signature-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 "http://www.tnt.uni-hannover.de:80/data/info/www/tnt/org/tnt/whois/wissmit/muenkel.html")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 ;; Username (Only necessary if it differs from the passwd entry)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 (setq hm--html-username "Heiko Münkel")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 ;; X Window System display for the html-view
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 (setq html-view-display "daedalus:0.0")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 ;; Use the expert menus?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 (setq hm--html-expert t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 ;; Delete the automounter path prefix /tmp_mount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 (setq hm--html-delete-wrong-path-prefix "/tmp_mount")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 ; W3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 ;; Default Home Page for w3-mode in lemacs or GNU Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 (setq w3-default-homepage "file:/home/muenkel/data/docs/www/home.html")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 ---- END of .hm--html-configuration.el ----
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 Every hm--*.el file has a description and installation part. Look at first
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 at these parts, if you have any questions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 Look at first at the configuration files, if you have problems with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 this package!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 Sorry, I know that the documentation of this package isn't so good as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 it should be, but at the moment I've not the time to make a better
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 There is also a html documentation about the package. You can find it on:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 http://www.tnt.uni-hannover.de:80/data/info/www/tnt/soft/info/www/html-editors/hm--html-menus/overview.html
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 Please send any bug reports, fixes or comments to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 muenkel@daedalus.tnt.uni-hannover.de
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 I hope these files will be useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 Heiko
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231