Annotation of 43BSDReno/contrib/emacs-18.55/lisp/site-init.el, revision 1.1.1.1

1.1       root        1: (setq auto-mode-alist (cons '("\\.tex\$" . tex-mode) auto-mode-alist))
                      2: (setq auto-mode-alist (cons '("\\.sty\$" . tex-mode) auto-mode-alist))
                      3: (setq auto-mode-alist (cons '("\\.bbl\$" . tex-mode) auto-mode-alist))
                      4: (autoload 'tex-mode "TeX-mode" 
                      5:        "Major mode for editing TeX-based documents" t)
                      6: (setq auto-mode-alist (cons '("\\.bib\$" . bibtex-mode) auto-mode-alist))
                      7: (autoload 'bibtex-mode "BibTeX-mode" 
                      8:        "Major mode for editing BibTeX database files" t)
                      9: 
                     10: ; for 4.4 bsd:
                     11: (setq news-path "/var/spool/news/")
                     12: (setq mh-progs "/usr/contrib/mh/bin")
                     13: (setq mh-lib "/usr/contrib/lib/mh")
                     14: (setq rmail-spool-directory "/var/mail/")
                     15: (setq sendmail-program "/usr/sbin/sendmail")
                     16: (setq manual-program "/usr/bin/man")
                     17: (setq mainual-formatted-dirlist
                     18:           '("/usr/share/man/cat1" "/usr/share/man/cat2"
                     19:           "/usr/share/man/cat3"
                     20:           "/usr/share/man/cat3f"
                     21:           "/usr/share/man/cat4"
                     22:           "/usr/share/man/cat5" "/usr/share/man/cat6"
                     23:           "/usr/share/man/cat7" "/usr/share/man/cat8"
                     24:           "/usr/contrib/man/cat1" "/usr/contrib/man/cat2"
                     25:           "/usr/contrib/man/cat3" "/usr/contrib/man/cat4"
                     26:           "/usr/contrib/man/cat5" "/usr/contrib/man/cat6"
                     27:           "/usr/contrib/man/cat7" "/usr/contrib/man/cat8"
                     28:           "/usr/local/man/cat1" "/usr/local/man/cat2"
                     29:           "/usr/local/man/cat3" "/usr/local/man/cat4"
                     30:           "/usr/local/man/cat5" "/usr/local/man/cat6"
                     31:           "/usr/local/man/cat7" "/usr/local/man/cat8"))

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.