htmlfontify: Interactive

 
 2.1 Interactive
 ===============
 
 Htmlfontify provides the following interactive functions:
 
 ‘htmlfontify-buffer’
 
 
           (htmlfontify-buffer &optional SRCDIR FILE)
 
      Create a new buffer, named for the current buffer + a .html
      extension, containing an inline CSS-stylesheet and formatted
      CSS-markup html that reproduces the look of the current Emacs
      buffer as closely as possible.
 
      “Dangerous” characters in the existing buffer are turned into html
      entities, so you should even be able to do html-within-html
      fontified display.
 
      You should, however, note that random control or non-ASCII
      characters such as ^L (\x0c) or ¤ (\xa4) won’t get mapped yet.
 
      If the SRCDIR and FILE arguments are set, lookup etags derived
      entries in the Seehfy-tags-cache and add html anchors and
      hyperlinks as appropriate.
 
 ‘htmlfontify-run-etags’
 
 
           (htmlfontify-run-etags SRCDIR)
 
      Load the etags cache for SRCDIR.  See Seehfy-load-tags-cache.
 
 ‘htmlfontify-copy-and-link-dir’
 
 
           (htmlfontify-copy-and-link-dir SRCDIR DSTDIR &optional F-EXT L-EXT)
 
      Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
DONTPRINTYET       F-EXT and L-EXT specify values for Seehfy-extn and *noteDONTPRINTYET       F-EXT and L-EXT specify values for Seehfy-extn and See
      hfy-link-extn.
 
DONTPRINTYET       You may also want to set Seehfy-page-header and *noteDONTPRINTYET       You may also want to set Seehfy-page-header and See
      hfy-page-footer.
 
 ‘htmlfontify-load-rgb-file’
 
 
           (htmlfontify-load-rgb-file &optional FILE)
 
      Load an X11 style rgb.txt file (search ‘hfy-rgb-load-path’ if FILE
      is not specified).
 
      Note that this is not necessary if all you want is the standard X11
      (XFree86 4.1.0) color name -> rgb triplet mapping.  Htmlfontify has
      a copy built in, for use when it cannot contact an X server.
 
      Loads the variable ‘hfy-rgb-txt-color-map’, which is used by See
      hfy-fallback-color-values.
 
 ‘htmlfontify-unload-rgb-file’
 
 
           (htmlfontify-unload-rgb-file)
 
      Unload the currently loaded X11 style rgb.txt file (if any).