home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / text / latex / mac / alpha60.hqx / Tcl / SystemCode / htmlMode.tcl < prev    next >
Encoding:
Text File  |  1995-06-05  |  381 b   |  13 lines

  1. #############################################################################
  2. # HTML mode installation
  3. #
  4.     
  5. lappend modes HTML
  6. set dummyProc(HTML)    htmlDummy
  7. set modeMenus(HTML)             htmlMenu
  8. lappend allModeMenus            htmlMenu
  9. lappend modeSuffixes            {*.html} { set winMode HTML }
  10. lappend modeSuffixes            {*.HTML} { set winMode HTML }
  11.  
  12. set pathComments(htmlBrowserPath) "HTML Browser Path"
  13.