%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'scribe nil "Scribe mode." :prefix "scribe-" :group 'wp) #@41 Syntax table used while in scribe mode. (defvar scribe-mode-syntax-table nil (#$ . 489)) #@41 Abbrev table used while in scribe mode. (defvar scribe-mode-abbrev-table nil (#$ . 584)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\302\311\304\305\306\307&\210\300\312\302\313\304\305\306\307&\207" [custom-declare-variable scribe-fancy-paragraphs nil "Non-nil makes Scribe mode use a different style of paragraph separation." :type boolean :group scribe scribe-electric-quote "Non-nil makes insert of double quote use \\=`\\=` or \\='\\=' depending on context." scribe-electric-parenthesis "Non-nil makes parenthesis char ( (]}> ) automatically insert its close\nif typed after an @Command form."] 8) #@41 Open parenthesis characters for Scribe. (defconst scribe-open-parentheses "[({<" (#$ . 1210)) #@96 Close parenthesis characters for Scribe. These should match up with `scribe-open-parenthesis'. (defconst scribe-close-parentheses "])}>" (#$ . 1310)) (byte-code "\204D \303 \304\216\305\n!\306!\210\307\310\311\"\210\307\312\311\"\210\307\313\314\"\210\307\315\316\"\210\307\317\320\"\210\307\321\322\"\210\307\323\324\"\210\307\325\326\"\210\307\327\330\"\210\307\331\314\"\210*\303\207" [scribe-mode-syntax-table st text-mode-syntax-table syntax-table #[nil "\301!\207" [st set-syntax-table] 2] copy-syntax-table set-syntax-table modify-syntax-entry 34 " " 92 64 "w " 60 "(> " 62 ")< " 91 "(] " 93 ")[ " 123 "(} " 125 "){ " 39] 3) (defvar scribe-mode-map nil) (byte-code "\204 \301 \302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\312#\210\302\313\314#\210\302\315\316#\210\302\317\320#\210\302\321\320#\210\302\322\320#\210\302\323\320#\210\302\324\325#\210\302\326\327#\210\302\330\331#\210\302\332\333#\210\302\334\335#\210\302\336\337#\210\302\340\341#\210\302\342\343#\210\302\344\345#\210\302\346\347#\210\301\207" [scribe-mode-map make-sparse-keymap define-key " " scribe-tab " " tab-to-tab-stop "s" center-line "}" up-list "S" center-paragraph "\"" scribe-insert-quote "(" scribe-parenthesis "[" "{" "<" "" scribe-chapter "" scribe-section "" scribe-subsection "" scribe-insert-environment "" scribe-bracket-region-be "[" scribe-begin "]" scribe-end " " scribe-italicize-word "" scribe-bold-word "" scribe-underline-word] 4) #@163 Hook run after entering Scribe mode. No problems result if this variable is not bound. `add-hook' automatically binds it. (This is true for all hook variables.) (defvar scribe-mode-hook nil (#$ . 2822)) (byte-code "\300\301!\204\f \302\301\303\304#\210\300\207" [boundp scribe-mode-map put definition-name scribe-mode] 4) (defvar scribe-mode-map (make-sparse-keymap)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\305\306!\204 \302\306\307\310#\210\300\207" [scribe-mode-map variable-documentation put purecopy "Keymap for `scribe-mode'." boundp scribe-mode-syntax-table definition-name scribe-mode] 5) (defvar scribe-mode-syntax-table (make-syntax-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [scribe-mode-syntax-table variable-documentation put purecopy "Syntax table for `scribe-mode'." scribe-mode-abbrev-table definition-name scribe-mode] 5) (defvar scribe-mode-abbrev-table (progn (define-abbrev-table 'scribe-mode-abbrev-table nil) scribe-mode-abbrev-table)) (byte-code "\300\301N\204 \302\300\301\303\304!#\210\302\305\306\307#\207" [scribe-mode-abbrev-table variable-documentation put purecopy "Abbrev table for `scribe-mode'." scribe-mode derived-mode-parent text-mode] 5) #@698 Major mode for editing files of Scribe (a text formatter) source. Scribe-mode is similar to text-mode, with a few extra commands added. \{scribe-mode-map} Interesting variables: `scribe-fancy-paragraphs' Non-nil makes Scribe mode use a different style of paragraph separation. `scribe-electric-quote' Non-nil makes insert of double quote use \=`\=` or \='\=' depending on context. `scribe-electric-parenthesis' Non-nil makes an open-parenthesis char (one of `([<{') automatically insert its close if typed after an @Command form. In addition to any hooks its parent mode `text-mode' might have run, this mode runs the hook `scribe-mode-hook', as the final step during initialization. (defalias 'scribe-mode #[nil "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204' \316\317 \"\210\320\f!\211\2036 \321 =\203<