|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T t ┃
Length: 1388 (0x56c) Types: TextFile Names: »texinfo.elc«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/gnu-31mar87/emacs/lisp/texinfo.elc«
(defvar texinfo-mode-syntax-table nil) (if texinfo-mode-syntax-table nil (setq texinfo-mode-syntax-table (make-syntax-table)) (modify-syntax-entry 34 " " texinfo-mode-syntax-table) (modify-syntax-entry 92 " " texinfo-mode-syntax-table) (modify-syntax-entry 64 "\\" texinfo-mode-syntax-table) (modify-syntax-entry 17 "\\" texinfo-mode-syntax-table) (modify-syntax-entry 91 "(]" texinfo-mode-syntax-table) (modify-syntax-entry 93 ")[" texinfo-mode-syntax-table) (modify-syntax-entry 123 "(}" texinfo-mode-syntax-table) (modify-syntax-entry 125 "){" texinfo-mode-syntax-table) (modify-syntax-entry 39 "w" texinfo-mode-syntax-table)) (defun texinfo-mode nil "\ Major mode for editing texinfo files. These are files that are input for TEX and also to be turned into Info files by \\[texinfo-format-buffer]. These files must be written in a very restricted and modified version of TEX input format. As for editing commands, like text-mode except for syntax table, which is set up so expression commands skip texinfo bracket groups." (interactive) (byte-code "▶c8◀▶88◀▶c9◀ ▶88◀▶ca◀▶89◀▶10◀▶88◀▶cb◀▶89◀▶11◀▶88◀▶cc◀ !▶88◀▶cd◀▶c3◀!▶88◀▶c4◀▶89◀▶13◀▶88◀▶cd◀▶c5◀!▶88◀▶ce◀\rP▶89◀▶15◀▶88◀▶cd◀▶c6◀!▶88◀▶ce◀▶0e◀▶06◀P▶89◀▶16◀▶06◀▶88◀▶cd◀▶c7◀!▶88◀▶cf◀▶89◀▶16◀▶07◀▶88◀▶d0◀▶d1◀▶d2◀\"▶87◀" [mode-name major-mode texinfo-mode-syntax-table require-final-newline t paragraph-separate paragraph-start fill-column nil text-mode "Texinfo" texinfo-mode set-syntax-table make-local-variable "^▶08◀\\|^@[a-z]*[ ]\\|" 75 run-hooks text-mode-hook texinfo-mode-hook] 9))