// $Id: tags,v 1.1 1999/09/02 02:54:22 beaufils Exp $
//
// Redefinition of my own *HTML* tag.
//

definechar             &eacute;
definechar             &szlig;

definechar <c>          &copy;
definechar <>           &nbsp;

// I use those nasty tricks to cheat my emacs html-helper-mode, and
// font-lock-mode. 
// If some good elisp guy wants to write a GTML mode for emacs, let me know,
// and I will integrate it into the GTML distribution, and stop doing those
// *unpretty* things ;-)

definechar <h2>         [[h2]]
definechar </h2>        [[/h2]]

definechar <h3>         [[h3]]
definechar </h3>        [[/h3]]

definechar <h4>         [[h4]]
definechar </h4>        [[/h4]]

definechar <ext>        [[ext]]
definechar </ext>       [[/ext]]

definechar <car>        [[car]]
definechar </car>       [[/car]]

definechar <file>       [[file]]
definechar </file>      [[/file]]

definechar <cmd>        [[cmd]]
definechar </cmd>       [[/cmd]]

definechar <label>      [[label(
definechar </label>     )]]

definechar <url>        [[url(
definechar </url>       )]]

definechar <surl>       [[surl(
definechar </surl>      )]]

definechar <mail>       [[mail(
definechar </mail>      )]]

// End of tags
