User Contributed HTML tags

These user contributed extensions to HTML helper mode come with no guarantees. They should work, and they might well add things you'd like to have in the mode. To use an extension, load the extension after html-helper-mode has been loaded via something like

  (add-hook 'html-helper-load-hook
    (function (lambda () (load "some-extension.el"))))


Notes for Contributers

If you have a nice HTML helper mode extension you think is generally useful, please send me mail and tell me and I'll add it here. I would prefer if you just gave me a URL for your own page with your extension, but I can also serve your extension directly from here. Also, please try to coordinate with the html-helper-mode-map and the emacs conventions. It is best to bind to a C-cC-letter combination that is not already used.

There is documentation for adding new tags elsewhere.


Nelson Minar <nelson@santafe.edu>
Last modified: Thu Feb 20 15:27:13 EST 1997