DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: t

⟦77a6e6d85⟧

    Length: 12135 (0x2f67)
    Names: »tex-mode.elc«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« 
        └─⟦fa971747f⟧ 
            └─⟦this⟧ »dist-18.55/lisp/tex-mode.elc« 

Hex Dump

0x0000…0020 0a 28 70 72 6f 76 69 64 65 20 28 71 75 6f 74 65 20 74 65 78 2d 6d 6f 64 65 29 29 0a 0a 28 64 65   ┆ (provide (quote tex-mode))  (de┆
0x0020…0040 66 76 61 72 20 54 65 58 2d 64 69 72 65 63 74 6f 72 79 20 22 2f 74 6d 70 2f 22 20 22 5c 0a 2a 44   ┆fvar TeX-directory "/tmp/" "\ *D┆
0x0040…0060 69 72 65 63 74 6f 72 79 20 69 6e 20 77 68 69 63 68 20 74 6f 20 72 75 6e 20 54 65 58 20 73 75 62   ┆irectory in which to run TeX sub┆
0x0060…0080 6a 6f 62 2e 20 20 54 65 6d 70 6f 72 61 72 79 20 66 69 6c 65 73 20 61 72 65 0a 63 72 65 61 74 65   ┆job.  Temporary files are create┆
0x0080…00a0 64 20 69 6e 20 74 68 69 73 20 64 69 72 65 63 74 6f 72 79 2e 22 29 0a 0a 28 64 65 66 76 61 72 20   ┆d in this directory.")  (defvar ┆
0x00a0…00c0 54 65 58 2d 64 76 69 2d 70 72 69 6e 74 2d 63 6f 6d 6d 61 6e 64 20 22 6c 70 72 20 2d 64 22 20 22   ┆TeX-dvi-print-command "lpr -d" "┆
0x00c0…00e0 5c 0a 2a 43 6f 6d 6d 61 6e 64 20 73 74 72 69 6e 67 20 75 73 65 64 20 62 79 20 5c 5c 5b 54 65 58   ┆\ *Command string used by \\[TeX┆
0x00e0…0100 2d 70 72 69 6e 74 5d 20 74 6f 20 70 72 69 6e 74 20 61 20 2e 64 76 69 20 66 69 6c 65 2e 22 29 0a   ┆-print] to print a .dvi file.") ┆
0x0100…0120 0a 28 64 65 66 76 61 72 20 54 65 58 2d 73 68 6f 77 2d 71 75 65 75 65 2d 63 6f 6d 6d 61 6e 64 20   ┆ (defvar TeX-show-queue-command ┆
0x0120…0140 22 6c 70 71 22 20 22 5c 0a 2a 43 6f 6d 6d 61 6e 64 20 73 74 72 69 6e 67 20 75 73 65 64 20 62 79   ┆"lpq" "\ *Command string used by┆
0x0140…0160 20 5c 5c 5b 54 65 58 2d 73 68 6f 77 2d 70 72 69 6e 74 2d 71 75 65 75 65 5d 20 74 6f 20 73 68 6f   ┆ \\[TeX-show-print-queue] to sho┆
0x0160…0180 77 20 74 68 65 20 70 72 69 6e 74 20 71 75 65 75 65 0a 74 68 61 74 20 5c 5c 5b 54 65 58 2d 70 72   ┆w the print queue that \\[TeX-pr┆
0x0180…01a0 69 6e 74 5d 20 70 75 74 20 79 6f 75 72 20 6a 6f 62 20 6f 6e 2e 22 29 0a 0a 28 64 65 66 76 61 72   ┆int] put your job on.")  (defvar┆
0x01a0…01c0 20 54 65 58 2d 64 65 66 61 75 6c 74 2d 6d 6f 64 65 20 28 71 75 6f 74 65 20 70 6c 61 69 6e 2d 54   ┆ TeX-default-mode (quote plain-T┆
0x01c0…01e0 65 58 2d 6d 6f 64 65 29 20 22 5c 0a 2a 4d 6f 64 65 20 74 6f 20 65 6e 74 65 72 20 66 6f 72 20 61   ┆eX-mode) "\ *Mode to enter for a┆
0x01e0…0200 20 6e 65 77 20 66 69 6c 65 20 77 68 65 6e 20 69 74 20 63 61 6e 27 74 20 62 65 20 64 65 74 65 72   ┆ new file when it can't be deter┆
0x0200…0220 6d 69 6e 65 64 20 77 68 65 74 68 65 72 0a 74 68 65 20 66 69 6c 65 20 69 73 20 70 6c 61 69 6e 20   ┆mined whether the file is plain ┆
0x0220…0240 54 65 58 20 6f 72 20 4c 61 54 65 58 20 6f 72 20 77 68 61 74 2e 22 29 0a 0a 28 64 65 66 76 61 72   ┆TeX or LaTeX or what.")  (defvar┆
0x0240…0260 20 54 65 58 2d 63 6f 6d 6d 61 6e 64 20 6e 69 6c 20 22 5c 0a 54 68 65 20 63 6f 6d 6d 61 6e 64 20   ┆ TeX-command nil "\ The command ┆
0x0260…0280 74 6f 20 72 75 6e 20 54 65 58 20 6f 6e 20 61 20 66 69 6c 65 2e 20 20 54 68 65 20 6e 61 6d 65 20   ┆to run TeX on a file.  The name ┆
0x0280…02a0 6f 66 20 74 68 65 20 66 69 6c 65 20 77 69 6c 6c 20 62 65 20 61 70 70 65 6e 64 65 64 0a 74 6f 20   ┆of the file will be appended to ┆
0x02a0…02c0 74 68 69 73 20 73 74 72 69 6e 67 2c 20 73 65 70 61 72 61 74 65 64 20 62 79 20 61 20 73 70 61 63   ┆this string, separated by a spac┆
0x02c0…02e0 65 2e 22 29 0a 0a 28 64 65 66 76 61 72 20 54 65 58 2d 74 72 61 69 6c 65 72 20 6e 69 6c 20 22 5c   ┆e.")  (defvar TeX-trailer nil "\┆
0x02e0…0300 0a 53 74 72 69 6e 67 20 61 70 70 65 6e 64 65 64 20 61 66 74 65 72 20 74 68 65 20 65 6e 64 20 6f   ┆ String appended after the end o┆
0x0300…0320 66 20 61 20 72 65 67 69 6f 6e 20 73 65 6e 74 20 74 6f 20 54 65 58 20 62 79 20 5c 5c 5b 54 65 58   ┆f a region sent to TeX by \\[TeX┆
0x0320…0340 2d 72 65 67 69 6f 6e 5d 2e 22 29 0a 0a 28 64 65 66 76 61 72 20 54 65 58 2d 73 74 61 72 74 2d 6f   ┆-region].")  (defvar TeX-start-o┆
0x0340…0360 66 2d 68 65 61 64 65 72 20 6e 69 6c 20 22 5c 0a 53 74 72 69 6e 67 20 75 73 65 64 20 62 79 20 5c   ┆f-header nil "\ String used by \┆
0x0360…0380 5c 5b 54 65 58 2d 72 65 67 69 6f 6e 5d 20 74 6f 20 64 65 6c 69 6d 69 74 20 74 68 65 20 73 74 61   ┆\[TeX-region] to delimit the sta┆
0x0380…03a0 72 74 20 6f 66 20 74 68 65 20 66 69 6c 65 27 73 20 68 65 61 64 65 72 2e 22 29 0a 0a 28 64 65 66   ┆rt of the file's header.")  (def┆
0x03a0…03c0 76 61 72 20 54 65 58 2d 65 6e 64 2d 6f 66 2d 68 65 61 64 65 72 20 6e 69 6c 20 22 5c 0a 53 74 72   ┆var TeX-end-of-header nil "\ Str┆
0x03c0…03e0 69 6e 67 20 75 73 65 64 20 62 79 20 5c 5c 5b 54 65 58 2d 72 65 67 69 6f 6e 5d 20 74 6f 20 64 65   ┆ing used by \\[TeX-region] to de┆
0x03e0…0400 6c 69 6d 69 74 20 74 68 65 20 65 6e 64 20 6f 66 20 74 68 65 20 66 69 6c 65 27 73 20 68 65 61 64   ┆limit the end of the file's head┆
0x0400…0420 65 72 2e 22 29 0a 0a 28 64 65 66 76 61 72 20 54 65 58 2d 73 68 65 6c 6c 2d 63 64 2d 63 6f 6d 6d   ┆er.")  (defvar TeX-shell-cd-comm┆
0x0420…0440 61 6e 64 20 22 63 64 22 20 22 5c 0a 43 6f 6d 6d 61 6e 64 20 74 6f 20 67 69 76 65 20 74 6f 20 73   ┆and "cd" "\ Command to give to s┆
0x0440…0460 68 65 6c 6c 20 72 75 6e 6e 69 6e 67 20 54 65 58 20 74 6f 20 63 68 61 6e 67 65 20 64 69 72 65 63   ┆hell running TeX to change direc┆
0x0460…0480 74 6f 72 79 2e 20 20 54 68 65 20 76 61 6c 75 65 20 6f 66 0a 54 65 58 2d 64 69 72 65 63 74 6f 72   ┆tory.  The value of TeX-director┆
0x0480…04a0 79 20 77 69 6c 6c 20 62 65 20 61 70 70 65 6e 64 65 64 20 74 6f 20 74 68 69 73 2c 20 73 65 70 61   ┆y will be appended to this, sepa┆
0x04a0…04c0 72 61 74 65 64 20 62 79 20 61 20 73 70 61 63 65 2e 22 29 0a 0a 28 64 65 66 76 61 72 20 54 65 58   ┆rated by a space.")  (defvar TeX┆
0x04c0…04e0 2d 7a 61 70 2d 66 69 6c 65 20 6e 69 6c 20 22 5c 0a 54 65 6d 70 6f 72 61 72 79 20 66 69 6c 65 20   ┆-zap-file nil "\ Temporary file ┆
0x04e0…0500 6e 61 6d 65 20 75 73 65 64 20 66 6f 72 20 74 65 78 74 20 62 65 69 6e 67 20 73 65 6e 74 20 61 73   ┆name used for text being sent as┆
0x0500…0520 20 69 6e 70 75 74 20 74 6f 20 54 65 58 2e 0a 53 68 6f 75 6c 64 20 62 65 20 61 20 73 69 6d 70 6c   ┆ input to TeX. Should be a simpl┆
0x0520…0540 65 20 66 69 6c 65 20 6e 61 6d 65 20 77 69 74 68 20 6e 6f 20 65 78 74 65 6e 73 69 6f 6e 20 6f 72   ┆e file name with no extension or┆
0x0540…0560 20 64 69 72 65 63 74 6f 72 79 20 73 70 65 63 69 66 69 63 61 74 69 6f 6e 2e 22 29 0a 0a 28 64 65   ┆ directory specification.")  (de┆
0x0560…0580 66 76 61 72 20 54 65 58 2d 6d 6f 64 65 2d 73 79 6e 74 61 78 2d 74 61 62 6c 65 20 6e 69 6c 20 22   ┆fvar TeX-mode-syntax-table nil "┆
0x0580…05a0 5c 0a 53 79 6e 74 61 78 20 74 61 62 6c 65 20 75 73 65 64 20 77 68 69 6c 65 20 69 6e 20 54 65 58   ┆\ Syntax table used while in TeX┆
0x05a0…05c0 20 6d 6f 64 65 2e 22 29 0a 0a 28 64 65 66 75 6e 20 54 65 58 2d 64 65 66 69 6e 65 2d 63 6f 6d 6d   ┆ mode.")  (defun TeX-define-comm┆
0x05c0…05e0 6f 6e 2d 6b 65 79 73 20 28 6b 65 79 6d 61 70 29 20 22 5c 0a 44 65 66 69 6e 65 20 74 68 65 20 6b   ┆on-keys (keymap) "\ Define the k┆
0x05e0…0600 65 79 73 20 74 68 61 74 20 77 65 20 77 61 6e 74 20 64 65 66 69 6e 65 64 20 62 6f 74 68 20 69 6e   ┆eys that we want defined both in┆
0x0600…0620 20 54 65 58 2d 6d 6f 64 65 0a 61 6e 64 20 69 6e 20 74 68 65 20 54 65 58 2d 73 68 65 6c 6c 2e 22   ┆ TeX-mode and in the TeX-shell."┆
0x0620…0640 20 28 62 79 74 65 2d 63 6f 64 65 20 22 c1 08 c2 c3 23 88 c1 08 c4 c5 23 88 c1 08 c6 c7 23 88 c1   ┆ (byte-code "    #     #     #  ┆
0x0640…0660 08 c8 c9 23 87 22 20 5b 6b 65 79 6d 61 70 20 64 65 66 69 6e 65 2d 6b 65 79 20 22 03 0b 22 20 54   ┆   # " [keymap define-key "  " T┆
0x0660…0680 65 58 2d 6b 69 6c 6c 2d 6a 6f 62 20 22 03 0c 22 20 54 65 58 2d 72 65 63 65 6e 74 65 72 2d 6f 75   ┆eX-kill-job "  " TeX-recenter-ou┆
0x0680…06a0 74 70 75 74 2d 62 75 66 66 65 72 20 22 03 11 22 20 54 65 58 2d 73 68 6f 77 2d 70 72 69 6e 74 2d   ┆tput-buffer "  " TeX-show-print-┆
0x06a0…06c0 71 75 65 75 65 20 22 03 10 22 20 54 65 58 2d 70 72 69 6e 74 5d 20 37 29 29 0a 0a 28 64 65 66 76   ┆queue "  " TeX-print] 7))  (defv┆
0x06c0…06e0 61 72 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 6e 69 6c 20 22 5c 0a 4b 65 79 6d 61 70 20 66 6f   ┆ar TeX-mode-map nil "\ Keymap fo┆
0x06e0…0700 72 20 54 65 58 20 6d 6f 64 65 22 29 0a 0a 28 69 66 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 6e   ┆r TeX mode")  (if TeX-mode-map n┆
0x0700…0720 69 6c 20 28 73 65 74 71 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 28 6d 61 6b 65 2d 73 70 61 72   ┆il (setq TeX-mode-map (make-spar┆
0x0720…0740 73 65 2d 6b 65 79 6d 61 70 29 29 20 28 54 65 58 2d 64 65 66 69 6e 65 2d 63 6f 6d 6d 6f 6e 2d 6b   ┆se-keymap)) (TeX-define-common-k┆
0x0740…0760 65 79 73 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20 54 65   ┆eys TeX-mode-map) (define-key Te┆
0x0760…0780 58 2d 6d 6f 64 65 2d 6d 61 70 20 22 5c 22 22 20 28 71 75 6f 74 65 20 54 65 58 2d 69 6e 73 65 72   ┆X-mode-map "\"" (quote TeX-inser┆
0x0780…07a0 74 2d 71 75 6f 74 65 29 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20 54 65 58 2d 6d 6f 64 65 2d 6d   ┆t-quote)) (define-key TeX-mode-m┆
0x07a0…07c0 61 70 20 22 0a 22 20 28 71 75 6f 74 65 20 54 65 58 2d 74 65 72 6d 69 6e 61 74 65 2d 70 61 72 61   ┆ap " " (quote TeX-terminate-para┆
0x07c0…07e0 67 72 61 70 68 29 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70   ┆graph)) (define-key TeX-mode-map┆
0x07e0…0800 20 22 1b 7d 22 20 28 71 75 6f 74 65 20 75 70 2d 6c 69 73 74 29 29 20 28 64 65 66 69 6e 65 2d 6b   ┆ " }" (quote up-list)) (define-k┆
0x0800…0820 65 79 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 22 1b 7b 22 20 28 71 75 6f 74 65 20 54 65 58 2d   ┆ey TeX-mode-map " {" (quote TeX-┆
0x0820…0840 69 6e 73 65 72 74 2d 62 72 61 63 65 73 29 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20 54 65 58 2d   ┆insert-braces)) (define-key TeX-┆
0x0840…0860 6d 6f 64 65 2d 6d 61 70 20 22 03 12 22 20 28 71 75 6f 74 65 20 54 65 58 2d 72 65 67 69 6f 6e 29   ┆mode-map "  " (quote TeX-region)┆
0x0860…0880 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 22 03 02 22 20   ┆) (define-key TeX-mode-map "  " ┆
0x0880…08a0 28 71 75 6f 74 65 20 54 65 58 2d 62 75 66 66 65 72 29 29 20 28 64 65 66 69 6e 65 2d 6b 65 79 20   ┆(quote TeX-buffer)) (define-key ┆
0x08a0…08c0 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 22 03 06 22 20 28 71 75 6f 74 65 20 54 65 58 2d 63 6c 6f   ┆TeX-mode-map "  " (quote TeX-clo┆
0x08c0…08e0 73 65 2d 4c 61 54 65 58 2d 62 6c 6f 63 6b 29 29 29 0a 0a 28 64 65 66 76 61 72 20 54 65 58 2d 73   ┆se-LaTeX-block)))  (defvar TeX-s┆
0x08e0…0900 68 65 6c 6c 2d 6d 61 70 20 6e 69 6c 20 22 5c 0a 4b 65 79 6d 61 70 20 66 6f 72 20 74 68 65 20 54   ┆hell-map nil "\ Keymap for the T┆
0x0900…0920 65 58 20 73 68 65 6c 6c 2e 20 20 41 20 73 68 65 6c 6c 2d 6d 6f 64 65 2d 6d 61 70 20 77 69 74 68   ┆eX shell.  A shell-mode-map with┆
0x0920…0940 20 61 20 66 65 77 20 61 64 64 69 74 69 6f 6e 73 22 29 0a 0a 28 64 65 66 75 6e 20 74 65 78 2d 6d   ┆ a few additions")  (defun tex-m┆
0x0940…0960 6f 64 65 20 6e 69 6c 20 22 5c 0a 4d 61 6a 6f 72 20 6d 6f 64 65 20 66 6f 72 20 65 64 69 74 69 6e   ┆ode nil "\ Major mode for editin┆
0x0960…0980 67 20 66 69 6c 65 73 20 6f 66 20 69 6e 70 75 74 20 66 6f 72 20 54 65 58 20 6f 72 20 4c 61 54 65   ┆g files of input for TeX or LaTe┆
0x0980…09a0 58 2e 0a 54 72 79 73 20 74 6f 20 69 6e 74 75 69 74 20 77 68 65 74 68 65 72 20 74 68 69 73 20 66   ┆X. Trys to intuit whether this f┆
0x09a0…09c0 69 6c 65 20 69 73 20 66 6f 72 20 70 6c 61 69 6e 20 54 65 58 20 6f 72 20 4c 61 54 65 58 20 61 6e   ┆ile is for plain TeX or LaTeX an┆
0x09c0…09e0 64 0a 63 61 6c 6c 73 20 70 6c 61 69 6e 2d 74 65 78 2d 6d 6f 64 65 20 6f 72 20 6c 61 74 65 78 2d   ┆d calls plain-tex-mode or latex-┆
0x09e0…0a00 6d 6f 64 65 2e 20 20 49 66 20 69 74 20 63 61 6e 6e 6f 74 20 62 65 20 64 65 74 65 72 6d 69 6e 65   ┆mode.  If it cannot be determine┆
0x0a00…0a20 64 0a 28 65 2e 67 2e 2c 20 74 68 65 72 65 20 61 72 65 20 6e 6f 20 63 6f 6d 6d 61 6e 64 73 20 69   ┆d (e.g., there are no commands i┆
0x0a20…0a40 6e 20 74 68 65 20 66 69 6c 65 29 2c 20 74 68 65 20 76 61 6c 75 65 20 6f 66 0a 54 65 58 2d 64 65   ┆n the file), the value of TeX-de┆
0x0a40…0a60 66 61 75 6c 74 2d 6d 6f 64 65 20 69 73 20 75 73 65 64 2e 22 20 28 69 6e 74 65 72 61 63 74 69 76   ┆fault-mode is used." (interactiv┆
0x0a60…0a80 65 29 20 28 62 79 74 65 2d 63 6f 64 65 20 22 c3 88 c3 c3 c3 1a 19 18 8a 65 62 88 c7 c8 c3 c4 23   ┆e) (byte-code "         eb     #┆
0x0a80…0aa0 89 11 85 25 00 60 1d 8a c9 20 88 c7 ca 0d c4 23 29 29 89 12 85 2d 00 c3 88 82 0c 00 88 09 85 34   ┆   % `         #))   -         4┆
0x0aa0…0ac0 00 0a 3f 85 44 00 cb cc 21 83 41 00 cd 82 42 00 ce 89 10 29 88 08 83 50 00 cf 08 21 82 54 00 cf   ┆  ? D   ! A   B    )   P   ! T  ┆
0x0ac0…0ae0 0e 06 21 2b 87 22 20 5b 6d 6f 64 65 20 73 6c 61 73 68 20 63 6f 6d 6d 65 6e 74 20 6e 69 6c 20 74   ┆  !+ " [mode slash comment nil t┆
0x0ae0…0b00 20 73 65 61 72 63 68 2d 65 6e 64 20 54 65 58 2d 64 65 66 61 75 6c 74 2d 6d 6f 64 65 20 73 65 61   ┆ search-end TeX-default-mode sea┆
0x0b00…0b20 72 63 68 2d 66 6f 72 77 61 72 64 20 22 5c 5c 22 20 62 65 67 69 6e 6e 69 6e 67 2d 6f 66 2d 6c 69   ┆rch-forward "\\" beginning-of-li┆
0x0b20…0b40 6e 65 20 22 25 22 20 6c 6f 6f 6b 69 6e 67 2d 61 74 20 22 64 6f 63 75 6d 65 6e 74 73 74 79 6c 65   ┆ne "%" looking-at "documentstyle┆
0x0b40…0b60 22 20 6c 61 74 65 78 2d 6d 6f 64 65 20 70 6c 61 69 6e 2d 74 65 78 2d 6d 6f 64 65 20 66 75 6e 63   ┆" latex-mode plain-tex-mode func┆
0x0b60…0b80 61 6c 6c 5d 20 37 29 29 0a 0a 28 66 73 65 74 20 28 71 75 6f 74 65 20 70 6c 61 69 6e 2d 54 65 58   ┆all] 7))  (fset (quote plain-TeX┆
0x0b80…0ba0 2d 6d 6f 64 65 29 20 28 71 75 6f 74 65 20 70 6c 61 69 6e 2d 74 65 78 2d 6d 6f 64 65 29 29 0a 0a   ┆-mode) (quote plain-tex-mode))  ┆
0x0ba0…0bc0 28 66 73 65 74 20 28 71 75 6f 74 65 20 4c 61 54 65 58 2d 6d 6f 64 65 29 20 28 71 75 6f 74 65 20   ┆(fset (quote LaTeX-mode) (quote ┆
0x0bc0…0be0 6c 61 74 65 78 2d 6d 6f 64 65 29 29 0a 0a 28 64 65 66 75 6e 20 70 6c 61 69 6e 2d 74 65 78 2d 6d   ┆latex-mode))  (defun plain-tex-m┆
0x0be0…0c00 6f 64 65 20 6e 69 6c 20 22 5c 0a 4d 61 6a 6f 72 20 6d 6f 64 65 20 66 6f 72 20 65 64 69 74 69 6e   ┆ode nil "\ Major mode for editin┆
0x0c00…0c20 67 20 66 69 6c 65 73 20 6f 66 20 69 6e 70 75 74 20 66 6f 72 20 70 6c 61 69 6e 20 54 65 58 2e 0a   ┆g files of input for plain TeX. ┆
0x0c20…0c40 4d 61 6b 65 73 20 24 20 61 6e 64 20 7d 20 64 69 73 70 6c 61 79 20 74 68 65 20 63 68 61 72 61 63   ┆Makes $ and } display the charac┆
0x0c40…0c60 74 65 72 73 20 74 68 65 79 20 6d 61 74 63 68 2e 0a 4d 61 6b 65 73 20 5c 22 20 69 6e 73 65 72 74   ┆ters they match. Makes \" insert┆
0x0c60…0c80 20 60 60 20 77 68 65 6e 20 69 74 20 73 65 65 6d 73 20 74 6f 20 62 65 20 74 68 65 20 62 65 67 69   ┆ `` when it seems to be the begi┆
0x0c80…0ca0 6e 6e 69 6e 67 20 6f 66 20 61 20 71 75 6f 74 61 74 69 6f 6e 2c 0a 61 6e 64 20 27 27 20 77 68 65   ┆nning of a quotation, and '' whe┆
0x0ca0…0cc0 6e 20 69 74 20 61 70 70 65 61 72 73 20 74 6f 20 62 65 20 74 68 65 20 65 6e 64 3b 20 69 74 20 69   ┆n it appears to be the end; it i┆
0x0cc0…0ce0 6e 73 65 72 74 73 20 5c 22 20 6f 6e 6c 79 20 61 66 74 65 72 20 61 20 5c 5c 2e 0a 0a 55 73 65 20   ┆nserts \" only after a \\.  Use ┆
0x0ce0…0d00 5c 5c 5b 54 65 58 2d 72 65 67 69 6f 6e 5d 20 74 6f 20 72 75 6e 20 54 65 58 20 6f 6e 20 74 68 65   ┆\\[TeX-region] to run TeX on the┆
0x0d00…0d20 20 63 75 72 72 65 6e 74 20 72 65 67 69 6f 6e 2c 20 70 6c 75 73 20 61 20 5c 22 68 65 61 64 65 72   ┆ current region, plus a \"header┆
0x0d20…0d40 5c 22 0a 63 6f 70 69 65 64 20 66 72 6f 6d 20 74 68 65 20 74 6f 70 20 6f 66 20 74 68 65 20 66 69   ┆\" copied from the top of the fi┆
0x0d40…0d60 6c 65 20 28 63 6f 6e 74 61 69 6e 69 6e 67 20 6d 61 63 72 6f 20 64 65 66 69 6e 69 74 69 6f 6e 73   ┆le (containing macro definitions┆
0x0d60…0d80 2c 20 65 74 63 2e 29 2c 0a 72 75 6e 6e 69 6e 67 20 54 65 58 20 75 6e 64 65 72 20 61 20 73 70 65   ┆, etc.), running TeX under a spe┆
0x0d80…0da0 63 69 61 6c 20 73 75 62 73 68 65 6c 6c 2e 20 20 5c 5c 5b 54 65 58 2d 62 75 66 66 65 72 5d 20 64   ┆cial subshell.  \\[TeX-buffer] d┆
0x0da0…0dc0 6f 65 73 20 74 68 65 20 77 68 6f 6c 65 20 62 75 66 66 65 72 2e 0a 5c 5c 5b 54 65 58 2d 70 72 69   ┆oes the whole buffer. \\[TeX-pri┆
0x0dc0…0de0 6e 74 5d 20 70 72 69 6e 74 73 20 74 68 65 20 2e 64 76 69 20 66 69 6c 65 20 6d 61 64 65 20 62 79   ┆nt] prints the .dvi file made by┆
0x0de0…0e00 20 65 69 74 68 65 72 20 6f 66 20 74 68 65 73 65 2e 0a 0a 55 73 65 20 5c 5c 5b 76 61 6c 69 64 61   ┆ either of these.  Use \\[valida┆
0x0e00…0e20 74 65 2d 54 65 58 2d 62 75 66 66 65 72 5d 20 74 6f 20 63 68 65 63 6b 20 62 75 66 66 65 72 20 66   ┆te-TeX-buffer] to check buffer f┆
0x0e20…0e40 6f 72 20 70 61 72 61 67 72 61 70 68 73 20 63 6f 6e 74 61 69 6e 69 6e 67 0a 6d 69 73 6d 61 74 63   ┆or paragraphs containing mismatc┆
0x0e40…0e60 68 65 64 20 24 27 73 20 6f 72 20 62 72 61 63 65 73 2e 0a 0a 53 70 65 63 69 61 6c 20 63 6f 6d 6d   ┆hed $'s or braces.  Special comm┆
0x0e60…0e80 61 6e 64 73 3a 0a 5c 5c 7b 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 7d 0a 0a 4d 6f 64 65 20 76 61 72   ┆ands: \\{TeX-mode-map}  Mode var┆
0x0e80…0ea0 69 61 62 6c 65 73 3a 0a 54 65 58 2d 64 69 72 65 63 74 6f 72 79 0a 09 44 69 72 65 63 74 6f 72 79   ┆iables: TeX-directory  Directory┆
0x0ea0…0ec0 20 69 6e 20 77 68 69 63 68 20 74 6f 20 63 72 65 61 74 65 20 74 65 6d 70 6f 72 61 72 79 20 66 69   ┆ in which to create temporary fi┆
0x0ec0…0ee0 6c 65 73 20 66 6f 72 20 54 65 58 20 6a 6f 62 73 0a 09 72 75 6e 20 62 79 20 5c 5c 5b 54 65 58 2d   ┆les for TeX jobs  run by \\[TeX-┆
0x0ee0…0f00 72 65 67 69 6f 6e 5d 20 6f 72 20 5c 5c 5b 54 65 58 2d 62 75 66 66 65 72 5d 2e 0a 54 65 58 2d 64   ┆region] or \\[TeX-buffer]. TeX-d┆
0x0f00…0f20 76 69 2d 70 72 69 6e 74 2d 63 6f 6d 6d 61 6e 64 0a 09 43 6f 6d 6d 61 6e 64 20 73 74 72 69 6e 67   ┆vi-print-command  Command string┆
0x0f20…0f40 20 75 73 65 64 20 62 79 20 5c 5c 5b 54 65 58 2d 70 72 69 6e 74 5d 20 74 6f 20 70 72 69 6e 74 20   ┆ used by \\[TeX-print] to print ┆
0x0f40…0f60 61 20 2e 64 76 69 20 66 69 6c 65 2e 0a 54 65 58 2d 73 68 6f 77 2d 71 75 65 75 65 2d 63 6f 6d 6d   ┆a .dvi file. TeX-show-queue-comm┆
0x0f60…0f80 61 6e 64 0a 09 43 6f 6d 6d 61 6e 64 20 73 74 72 69 6e 67 20 75 73 65 64 20 62 79 20 5c 5c 5b 54   ┆and  Command string used by \\[T┆
0x0f80…0fa0 65 58 2d 73 68 6f 77 2d 70 72 69 6e 74 2d 71 75 65 75 65 5d 20 74 6f 20 73 68 6f 77 20 74 68 65   ┆eX-show-print-queue] to show the┆
0x0fa0…0fc0 20 70 72 69 6e 74 0a 09 71 75 65 75 65 20 74 68 61 74 20 5c 5c 5b 54 65 58 2d 70 72 69 6e 74 5d   ┆ print  queue that \\[TeX-print]┆
0x0fc0…0fe0 20 70 75 74 20 79 6f 75 72 20 6a 6f 62 20 6f 6e 2e 0a 0a 45 6e 74 65 72 69 6e 67 20 70 6c 61 69   ┆ put your job on.  Entering plai┆
0x0fe0…1000 6e 2d 54 65 58 20 6d 6f 64 65 20 63 61 6c 6c 73 20 74 68 65 20 76 61 6c 75 65 20 6f 66 20 74 65   ┆n-TeX mode calls the value of te┆
0x1000…1020 78 74 2d 6d 6f 64 65 2d 68 6f 6f 6b 2c 0a 74 68 65 6e 20 74 68 65 20 76 61 6c 75 65 20 6f 66 20   ┆xt-mode-hook, then the value of ┆
0x1020…1040 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 2c 20 61 6e 64 20 74 68 65 6e 20 74 68 65 20 76 61 6c 75   ┆TeX-mode-hook, and then the valu┆
0x1040…1060 65 0a 6f 66 20 70 6c 61 69 6e 2d 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 2e 22 20 28 69 6e 74 65   ┆e of plain-TeX-mode-hook." (inte┆
0x1060…1080 72 61 63 74 69 76 65 29 20 28 62 79 74 65 2d 63 6f 64 65 20 22 c6 88 c7 20 88 c8 89 10 88 c9 89   ┆ractive) (byte-code "           ┆
0x1080…10a0 11 88 ca 89 12 88 cb 89 13 88 cc 89 14 88 cd 89 15 88 ce cf d0 d1 23 87 22 20 5b 6d 6f 64 65 2d   ┆                      # " [mode-┆
0x10a0…10c0 6e 61 6d 65 20 6d 61 6a 6f 72 2d 6d 6f 64 65 20 54 65 58 2d 63 6f 6d 6d 61 6e 64 20 54 65 58 2d   ┆name major-mode TeX-command TeX-┆
0x10c0…10e0 73 74 61 72 74 2d 6f 66 2d 68 65 61 64 65 72 20 54 65 58 2d 65 6e 64 2d 6f 66 2d 68 65 61 64 65   ┆start-of-header TeX-end-of-heade┆
0x10e0…1100 72 20 54 65 58 2d 74 72 61 69 6c 65 72 20 6e 69 6c 20 54 65 58 2d 63 6f 6d 6d 6f 6e 2d 69 6e 69   ┆r TeX-trailer nil TeX-common-ini┆
0x1100…1120 74 69 61 6c 69 7a 61 74 69 6f 6e 20 22 54 65 58 22 20 70 6c 61 69 6e 2d 54 65 58 2d 6d 6f 64 65   ┆tialization "TeX" plain-TeX-mode┆
0x1120…1140 20 22 74 65 78 22 20 22 25 2a 2a 73 74 61 72 74 20 6f 66 20 68 65 61 64 65 72 22 20 22 25 2a 2a   ┆ "tex" "%**start of header" "%**┆
0x1140…1160 65 6e 64 20 6f 66 20 68 65 61 64 65 72 22 20 22 5c 5c 62 79 65 0a 22 20 72 75 6e 2d 68 6f 6f 6b   ┆end of header" "\\bye " run-hook┆
0x1160…1180 73 20 74 65 78 74 2d 6d 6f 64 65 2d 68 6f 6f 6b 20 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 20 70   ┆s text-mode-hook TeX-mode-hook p┆
0x1180…11a0 6c 61 69 6e 2d 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 5d 20 35 29 29 0a 0a 28 64 65 66 75 6e 20   ┆lain-TeX-mode-hook] 5))  (defun ┆
0x11a0…11c0 6c 61 74 65 78 2d 6d 6f 64 65 20 6e 69 6c 20 22 5c 0a 4d 61 6a 6f 72 20 6d 6f 64 65 20 66 6f 72   ┆latex-mode nil "\ Major mode for┆
0x11c0…11e0 20 65 64 69 74 69 6e 67 20 66 69 6c 65 73 20 6f 66 20 69 6e 70 75 74 20 66 6f 72 20 4c 61 54 65   ┆ editing files of input for LaTe┆
0x11e0…1200 58 2e 0a 4d 61 6b 65 73 20 24 20 61 6e 64 20 7d 20 64 69 73 70 6c 61 79 20 74 68 65 20 63 68 61   ┆X. Makes $ and } display the cha┆
0x1200…1220 72 61 63 74 65 72 73 20 74 68 65 79 20 6d 61 74 63 68 2e 0a 4d 61 6b 65 73 20 5c 22 20 69 6e 73   ┆racters they match. Makes \" ins┆
0x1220…1240 65 72 74 20 60 60 20 77 68 65 6e 20 69 74 20 73 65 65 6d 73 20 74 6f 20 62 65 20 74 68 65 20 62   ┆ert `` when it seems to be the b┆
0x1240…1260 65 67 69 6e 6e 69 6e 67 20 6f 66 20 61 20 71 75 6f 74 61 74 69 6f 6e 2c 0a 61 6e 64 20 27 27 20   ┆eginning of a quotation, and '' ┆
0x1260…1280 77 68 65 6e 20 69 74 20 61 70 70 65 61 72 73 20 74 6f 20 62 65 20 74 68 65 20 65 6e 64 3b 20 69   ┆when it appears to be the end; i┆
0x1280…12a0 74 20 69 6e 73 65 72 74 73 20 5c 22 20 6f 6e 6c 79 20 61 66 74 65 72 20 61 20 5c 5c 2e 0a 0a 55   ┆t inserts \" only after a \\.  U┆
0x12a0…12c0 73 65 20 5c 5c 5b 54 65 58 2d 72 65 67 69 6f 6e 5d 20 74 6f 20 72 75 6e 20 4c 61 54 65 58 20 6f   ┆se \\[TeX-region] to run LaTeX o┆
0x12c0…12e0 6e 20 74 68 65 20 63 75 72 72 65 6e 74 20 72 65 67 69 6f 6e 2c 20 70 6c 75 73 20 74 68 65 20 70   ┆n the current region, plus the p┆
0x12e0…1300 72 65 61 6d 62 6c 65 0a 63 6f 70 69 65 64 20 66 72 6f 6d 20 74 68 65 20 74 6f 70 20 6f 66 20 74   ┆reamble copied from the top of t┆
0x1300…1320 68 65 20 66 69 6c 65 20 28 63 6f 6e 74 61 69 6e 69 6e 67 20 5c 5c 64 6f 63 75 6d 65 6e 74 73 74   ┆he file (containing \\documentst┆
0x1320…1340 79 6c 65 2c 20 65 74 63 2e 29 2c 0a 72 75 6e 6e 69 6e 67 20 4c 61 54 65 58 20 75 6e 64 65 72 20   ┆yle, etc.), running LaTeX under ┆
0x1340…1360 61 20 73 70 65 63 69 61 6c 20 73 75 62 73 68 65 6c 6c 2e 20 20 5c 5c 5b 54 65 58 2d 62 75 66 66   ┆a special subshell.  \\[TeX-buff┆
0x1360…1380 65 72 5d 20 64 6f 65 73 20 74 68 65 20 77 68 6f 6c 65 20 62 75 66 66 65 72 2e 0a 5c 5c 5b 54 65   ┆er] does the whole buffer. \\[Te┆
0x1380…13a0 58 2d 70 72 69 6e 74 5d 20 70 72 69 6e 74 73 20 74 68 65 20 2e 64 76 69 20 66 69 6c 65 20 6d 61   ┆X-print] prints the .dvi file ma┆
0x13a0…13c0 64 65 20 62 79 20 65 69 74 68 65 72 20 6f 66 20 74 68 65 73 65 2e 0a 0a 55 73 65 20 5c 5c 5b 76   ┆de by either of these.  Use \\[v┆
0x13c0…13e0 61 6c 69 64 61 74 65 2d 54 65 58 2d 62 75 66 66 65 72 5d 20 74 6f 20 63 68 65 63 6b 20 62 75 66   ┆alidate-TeX-buffer] to check buf┆
0x13e0…1400 66 65 72 20 66 6f 72 20 70 61 72 61 67 72 61 70 68 73 20 63 6f 6e 74 61 69 6e 69 6e 67 0a 6d 69   ┆fer for paragraphs containing mi┆
0x1400…1420 73 6d 61 74 63 68 65 64 20 24 27 73 20 6f 72 20 62 72 61 63 65 73 2e 0a 0a 53 70 65 63 69 61 6c   ┆smatched $'s or braces.  Special┆
0x1420…1440 20 63 6f 6d 6d 61 6e 64 73 3a 0a 5c 5c 7b 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 7d 0a 0a 4d 6f 64   ┆ commands: \\{TeX-mode-map}  Mod┆
0x1440…1460 65 20 76 61 72 69 61 62 6c 65 73 3a 0a 54 65 58 2d 64 69 72 65 63 74 6f 72 79 0a 09 44 69 72 65   ┆e variables: TeX-directory  Dire┆
0x1460…1480 63 74 6f 72 79 20 69 6e 20 77 68 69 63 68 20 74 6f 20 63 72 65 61 74 65 20 74 65 6d 70 6f 72 61   ┆ctory in which to create tempora┆
0x1480…14a0 72 79 20 66 69 6c 65 73 20 66 6f 72 20 54 65 58 20 6a 6f 62 73 0a 09 72 75 6e 20 62 79 20 5c 5c   ┆ry files for TeX jobs  run by \\┆
0x14a0…14c0 5b 54 65 58 2d 72 65 67 69 6f 6e 5d 20 6f 72 20 5c 5c 5b 54 65 58 2d 62 75 66 66 65 72 5d 2e 0a   ┆[TeX-region] or \\[TeX-buffer]. ┆
0x14c0…14e0 54 65 58 2d 64 76 69 2d 70 72 69 6e 74 2d 63 6f 6d 6d 61 6e 64 0a 09 43 6f 6d 6d 61 6e 64 20 73   ┆TeX-dvi-print-command  Command s┆
0x14e0…1500 74 72 69 6e 67 20 75 73 65 64 20 62 79 20 5c 5c 5b 54 65 58 2d 70 72 69 6e 74 5d 20 74 6f 20 70   ┆tring used by \\[TeX-print] to p┆
0x1500…1520 72 69 6e 74 20 61 20 2e 64 76 69 20 66 69 6c 65 2e 0a 54 65 58 2d 73 68 6f 77 2d 71 75 65 75 65   ┆rint a .dvi file. TeX-show-queue┆
0x1520…1540 2d 63 6f 6d 6d 61 6e 64 0a 09 43 6f 6d 6d 61 6e 64 20 73 74 72 69 6e 67 20 75 73 65 64 20 62 79   ┆-command  Command string used by┆
0x1540…1560 20 5c 5c 5b 54 65 58 2d 73 68 6f 77 2d 70 72 69 6e 74 2d 71 75 65 75 65 5d 20 74 6f 20 73 68 6f   ┆ \\[TeX-show-print-queue] to sho┆
0x1560…1580 77 20 74 68 65 20 70 72 69 6e 74 0a 09 71 75 65 75 65 20 74 68 61 74 20 5c 5c 5b 54 65 58 2d 70   ┆w the print  queue that \\[TeX-p┆
0x1580…15a0 72 69 6e 74 5d 20 70 75 74 20 79 6f 75 72 20 6a 6f 62 20 6f 6e 2e 0a 0a 45 6e 74 65 72 69 6e 67   ┆rint] put your job on.  Entering┆
0x15a0…15c0 20 4c 61 54 65 58 20 6d 6f 64 65 20 63 61 6c 6c 73 20 74 68 65 20 76 61 6c 75 65 20 6f 66 20 74   ┆ LaTeX mode calls the value of t┆
0x15c0…15e0 65 78 74 2d 6d 6f 64 65 2d 68 6f 6f 6b 2c 0a 74 68 65 6e 20 74 68 65 20 76 61 6c 75 65 20 6f 66   ┆ext-mode-hook, then the value of┆
0x15e0…1600 20 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 2c 20 61 6e 64 20 74 68 65 6e 20 74 68 65 20 76 61 6c   ┆ TeX-mode-hook, and then the val┆
0x1600…1620 75 65 0a 6f 66 20 4c 61 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 2e 22 20 28 69 6e 74 65 72 61 63   ┆ue of LaTeX-mode-hook." (interac┆
0x1620…1640 74 69 76 65 29 20 28 62 79 74 65 2d 63 6f 64 65 20 22 c6 88 c7 20 88 c8 89 10 88 c9 89 11 88 ca   ┆tive) (byte-code "              ┆
0x1640…1660 89 12 88 cb 89 13 88 cc 89 14 88 cd 89 15 88 ce cf d0 d1 23 87 22 20 5b 6d 6f 64 65 2d 6e 61 6d   ┆                   # " [mode-nam┆
0x1660…1680 65 20 6d 61 6a 6f 72 2d 6d 6f 64 65 20 54 65 58 2d 63 6f 6d 6d 61 6e 64 20 54 65 58 2d 73 74 61   ┆e major-mode TeX-command TeX-sta┆
0x1680…16a0 72 74 2d 6f 66 2d 68 65 61 64 65 72 20 54 65 58 2d 65 6e 64 2d 6f 66 2d 68 65 61 64 65 72 20 54   ┆rt-of-header TeX-end-of-header T┆
0x16a0…16c0 65 58 2d 74 72 61 69 6c 65 72 20 6e 69 6c 20 54 65 58 2d 63 6f 6d 6d 6f 6e 2d 69 6e 69 74 69 61   ┆eX-trailer nil TeX-common-initia┆
0x16c0…16e0 6c 69 7a 61 74 69 6f 6e 20 22 4c 61 54 65 58 22 20 4c 61 54 65 58 2d 6d 6f 64 65 20 22 6c 61 74   ┆lization "LaTeX" LaTeX-mode "lat┆
0x16e0…1700 65 78 22 20 22 5c 5c 64 6f 63 75 6d 65 6e 74 73 74 79 6c 65 22 20 22 5c 5c 62 65 67 69 6e 7b 64   ┆ex" "\\documentstyle" "\\begin{d┆
0x1700…1720 6f 63 75 6d 65 6e 74 7d 22 20 22 5c 5c 65 6e 64 7b 64 6f 63 75 6d 65 6e 74 7d 0a 22 20 72 75 6e   ┆ocument}" "\\end{document} " run┆
0x1720…1740 2d 68 6f 6f 6b 73 20 74 65 78 74 2d 6d 6f 64 65 2d 68 6f 6f 6b 20 54 65 58 2d 6d 6f 64 65 2d 68   ┆-hooks text-mode-hook TeX-mode-h┆
0x1740…1760 6f 6f 6b 20 4c 61 54 65 58 2d 6d 6f 64 65 2d 68 6f 6f 6b 5d 20 35 29 29 0a 0a 28 64 65 66 75 6e   ┆ook LaTeX-mode-hook] 5))  (defun┆
0x1760…1780 20 54 65 58 2d 63 6f 6d 6d 6f 6e 2d 69 6e 69 74 69 61 6c 69 7a 61 74 69 6f 6e 20 6e 69 6c 20 28   ┆ TeX-common-initialization nil (┆
0x1780…17a0 62 79 74 65 2d 63 6f 64 65 20 22 c9 20 88 ca 08 21 88 0a 89 11 88 0b 3f 83 52 00 cb 20 89 13 88   ┆byte-code "     !      ? R      ┆
0x17a0…17c0 cc 0b 21 88 cd ce cf 5c 22 88 cd d0 d1 5c 22 88 cd d2 d1 5c 22 88 cd d3 d4 5c 22 88 cd d5 d6 5c   ┆  !    \"    \"    \"    \"    \┆
0x17c0…17e0 22 88 cd d7 cf 5c 22 88 cd d8 cf 5c 22 88 cd d9 cf 5c 22 88 cd da db 5c 22 88 cd dc dd 5c 22 88   ┆"    \"    \"    \"    \"    \" ┆
0x17e0…1800 cd de df 5c 22 82 55 00 cc 0b 21 88 e0 c4 21 88 e1 89 14 88 e0 c5 21 88 0c 89 15 88 e0 c6 21 88   ┆   \" U   !   !       !       ! ┆
0x1800…1820 e2 89 16 06 88 e0 c7 21 88 e3 89 16 07 88 e0 c8 21 88 e4 89 16 08 88 e0 e5 21 88 e0 e6 21 88 e0   ┆       !        !        !   !  ┆
0x1820…1840 e7 21 88 e0 e8 21 87 22 20 5b 54 65 58 2d 6d 6f 64 65 2d 6d 61 70 20 6c 6f 63 61 6c 2d 61 62 62   ┆ !   ! " [TeX-mode-map local-abb┆
0x1840…1860 72 65 76 2d 74 61 62 6c 65 20 74 65 78 74 2d 6d 6f 64 65 2d 61 62 62 72 65 76 2d 74 61 62 6c 65   ┆rev-table text-mode-abbrev-table┆
0x1860…1880 20 54 65 58 2d 6d 6f 64 65 2d 73 79 6e 74 61 78 2d 74 61 62 6c 65 20 70 61 72 61 67 72 61 70 68   ┆ TeX-mode-syntax-table paragraph┆
0x1880…18a0 2d 73 74 61 72 74 20 70 61 72 61 67 72 61 70 68 2d 73 65 70 61 72 61 74 65 20 63 6f 6d 6d 65 6e   ┆-start paragraph-separate commen┆
0x18a0…18c0 74 2d 73 74 61 72 74 20 63 6f 6d 6d 65 6e 74 2d 73 74 61 72 74 2d 73 6b 69 70 20 63 6f 6d 6d 65   ┆t-start comment-start-skip comme┆
0x18c0…18e0 6e 74 2d 69 6e 64 65 6e 74 2d 68 6f 6f 6b 20 6b 69 6c 6c 2d 61 6c 6c 2d 6c 6f 63 61 6c 2d 76 61   ┆nt-indent-hook kill-all-local-va┆
0x18e0…1900 72 69 61 62 6c 65 73 20 75 73 65 2d 6c 6f 63 61 6c 2d 6d 61 70 20 6d 61 6b 65 2d 73 79 6e 74 61   ┆riables use-local-map make-synta┆
0x1900…1920 78 2d 74 61 62 6c 65 20 73 65 74 2d 73 79 6e 74 61 78 2d 74 61 62 6c 65 20 6d 6f 64 69 66 79 2d   ┆x-table set-syntax-table modify-┆
[…truncated at 200 lines…]