home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2
/
Openstep-4.2-Intel-User.iso
/
usr
/
lib
/
emacs
/
lisp
/
scribe.elc
< prev
next >
Wrap
Text File
|
1991-01-09
|
8KB
|
120 lines
(defvar scribe-mode-syntax-table nil "\
Syntax table used while in scribe mode.")
(defvar scribe-mode-abbrev-table nil "\
Abbrev table used while in scribe mode.")
(defvar scribe-fancy-paragraphs nil "\
*Non-NIL makes Scribe mode use a different style of paragraph separation.")
(defvar scribe-electric-quote nil "\
*Non-NIL makes insert of double quote use `` or '' depending on context.")
(defvar scribe-electric-parenthesis nil "\
*Non-NIL makes parenthesis char ( (]}> ) automatically insert its close
if typed after an @Command form.")
(defconst scribe-open-parentheses "[({<" "\
Open parenthesis characters for Scribe.")
(defconst scribe-close-parentheses "])}>" "\
Close parenthesis characters for Scribe. These should match up with
scribe-open-parenthesis.")
(if (null scribe-mode-syntax-table) (let ((st (syntax-table))) (unwind-protect (progn (setq scribe-mode-syntax-table (copy-syntax-table text-mode-syntax-table)) (set-syntax-table scribe-mode-syntax-table) (modify-syntax-entry 34 " ") (modify-syntax-entry 92 " ") (modify-syntax-entry 64 "w ") (modify-syntax-entry 60 "(> ") (modify-syntax-entry 62 ")< ") (modify-syntax-entry 91 "(] ") (modify-syntax-entry 93 ")[ ") (modify-syntax-entry 123 "(} ") (modify-syntax-entry 125 "){ ") (modify-syntax-entry 39 "w ")) (set-syntax-table st))))
(defvar scribe-mode-map nil)
(if scribe-mode-map nil (setq scribe-mode-map (make-sparse-keymap)) (define-key scribe-mode-map " " (quote scribe-tab)) (define-key scribe-mode-map " " (quote tab-to-tab-stop)) (define-key scribe-mode-map "s" (quote center-line)) (define-key scribe-mode-map "}" (quote up-list)) (define-key scribe-mode-map "S" (quote center-paragraph)) (define-key scribe-mode-map "\"" (quote scribe-insert-quote)) (define-key scribe-mode-map "(" (quote scribe-parenthesis)) (define-key scribe-mode-map "[" (quote scribe-parenthesis)) (define-key scribe-mode-map "{" (quote scribe-parenthesis)) (define-key scribe-mode-map "<" (quote scribe-parenthesis)) (define-key scribe-mode-map "c" (quote scribe-chapter)) (define-key scribe-mode-map "S" (quote scribe-section)) (define-key scribe-mode-map "s" (quote scribe-subsection)) (define-key scribe-mode-map "e" (quote scribe-insert-environment)) (define-key scribe-mode-map "" (quote scribe-bracket-region-be)) (define-key scribe-mode-map "[" (quote scribe-begin)) (define-key scribe-mode-map "]" (quote scribe-end)) (define-key scribe-mode-map "i" (quote scribe-italicize-word)) (define-key scribe-mode-map "b" (quote scribe-bold-word)) (define-key scribe-mode-map "u" (quote scribe-underline-word)))
(defun scribe-mode nil "\
Major mode for editing files of Scribe (a text formatter) source.
Scribe-mode is similar 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." (interactive) (byte-code "ˆÈ± ȼ!ȽÉȾÉÈை\"ÈÉÈá˘!ÈâÉÈá˙!ÈâãQÉÈá²!ÈäÉ Èá˚!ÈãÉ
Èá¸!Èåçèé%ÉÈá˝!ÈÂaÁbêÉÈáˇ!Èëì PÉÈÆ!Èíªî\"Ç" [scribe-mode-map mode-name major-mode nil local-abbrev-table scribe-mode-abbrev-table comment-start comment-start-skip scribe-open-parentheses comment-column comment-end paragraph-start scribe-close-parentheses paragraph-separate scribe-fancy-paragraphs compile-command scribe-mode-syntax-table kill-all-local-variables use-local-map "Scribe" scribe-mode define-abbrev-table make-local-variable "@Comment[" "]" 0 concat "\\(^[
]\\)\\|\\(^@\\w+[" "].*[" "]$\\)" "^$" "scribe " buffer-file-name set-syntax-table run-hooks text-mode-hook scribe-mode-hook] 16))
(defun scribe-tab nil (interactive) (byte-code "¹ÈˋcÇ" [nil "@\\"] 1))
(defun scribe nil "\
Run Scribe on the current buffer." (interactive) (byte-code "¹Èˋ´!Ç" [nil call-interactively compile] 2))
(defun scribe-envelop-word (string count) "\
Surround current word with Scribe construct @STRING[...]. COUNT
specifies how many words to surround. A negative count means to skip
backward." (byte-code "``²˚¸!?ÄD³h!˝UIJˇ^!È`ÉÈ—±¼Q!Â0½¾!Á: bÈàá!Ƚˇ!È˛â]!È`ÉÈbÈ
GWÄnÊãä
H! ˘#Åfãä
H! ˘#)Än
TÉÄv˚ÈÁHÈ
GYÂÔ bÈåçè#ÈbÈåéè#Á· bÈ
HcÈbÈåê
H#È bȽë!Èì!,Ç" [spos epos ccoun noparens count scribe-open-parentheses t scribe-close-parentheses string 0 nil zerop char-syntax 119 forward-sexp -1 looking-at "@\\w[" "]" forward-char 2 skip-chars-backward "\\W" 1 search-forward char-to-string insert "@end(" ")" "@begin(" "@" 3 skip-chars-forward] 19))
(defun scribe-underline-word (count) "\
Underline COUNT words around point by means of Scribe constructs." (interactive "p") (byte-code "ˋÈ´ˆ\"Ç" [count nil scribe-envelop-word "u"] 3))
(defun scribe-bold-word (count) "\
Boldface COUNT words around point by means of Scribe constructs." (interactive "p") (byte-code "ˋÈ´ˆ\"Ç" [count nil scribe-envelop-word "b"] 3))
(defun scribe-italicize-word (count) "\
Italicize COUNT words around point by means of Scribe constructs." (interactive "p") (byte-code "ˋÈ´ˆ\"Ç" [count nil scribe-envelop-word "i"] 3))
(defun scribe-begin nil (interactive) (byte-code "ˋÈ´cȈ˜!ȯ˘˙\"Ȩ²˚Q!Ç" [scribe-open-parentheses nil "
" forward-char -1 scribe-envelop-word "Begin" 0 re-search-forward "[" "]"] 6))
(defun scribe-end nil (interactive) (byte-code "ˋÈ´cȈ˜!ȯ˘˙\"Ȩ²˚Q!Ç" [scribe-open-parentheses nil "
" forward-char -1 scribe-envelop-word "End" 0 re-search-forward "[" "]"] 6))
(defun scribe-chapter nil (interactive) (byte-code "ˋÈ´cȈ˜!ȯ˘˙\"Ȩ²˚Q!Ç" [scribe-open-parentheses nil "
" forward-char -1 scribe-envelop-word "Chapter" 0 re-search-forward "[" "]"] 6))
(defun scribe-section nil (interactive) (byte-code "ˋÈ´cȈ˜!ȯ˘˙\"Ȩ²˚Q!Ç" [scribe-open-parentheses nil "
" forward-char -1 scribe-envelop-word "Section" 0 re-search-forward "[" "]"] 6))
(defun scribe-subsection nil (interactive) (byte-code "ˋÈ´cȈ˜!ȯ˘˙\"Ȩ²˚Q!Ç" [scribe-open-parentheses nil "
" forward-char -1 scribe-envelop-word "SubSection" 0 re-search-forward "[" "]"] 6))
(defun scribe-bracket-region-be (env min max) (interactive "sEnvironment:
r") (byte-code "ˆÈÊbȘ¯ ˘#È
bȘ˙ ˘#)Ç" [max env min nil insert "@end(" ")
" "@begin("] 5))
(defun scribe-insert-environment (env) (interactive "sEnvironment: ") (byte-code "ˋÈ´``#Ȉ˜!ȯcÈ˘˙!Ç" [env nil scribe-bracket-region-be forward-line 1 10 forward-char -1] 4))
(defun scribe-insert-quote (count) "\
If scribe-electric-quote is non-NIL, insert ``, '' or \" according
to preceding character. With numeric arg N, always insert N \" characters.
Else just insert \"." (interactive "P") (byte-code "˘ÈÅ ?Â˙¨!!Áú˘˘˘h²UÂ#˚ÁæoÂ+¸Áæʳ¸`˝Z¯#Ä7`)ʳ˛`˝Z¯#ÄE`)ʳˇ`—Z¯#ÄS`)ÉÈ?Â|
?Âe¸Áy?Ân˛Áy
VÂx˛Áy¸Áæ?ÄÂ
?ÂÊˇÁæÄÖ
?ÄÖVµˇÁæÄ’
?Ä’V®¸Áæ
Ä…?Ä…
VˆˇÁæ
ġ?ġ
VÂá˛Áæ
VÄëVÂðˇÁæ
VÂö˛Áæ¸c+Ç" [count scribe-electric-quote lastfore lastback lastquote t nil self-insert-command prefix-numeric-value 92 34 "``" search-backward 1000 "''" "\"" 100] 8))
(defun scribe-parenthesis (count) "\
If scribe-electric-parenthesis is non-NIL, insertion of an open-parenthesis
character inserts the following close parenthesis character if the
preceding text is of the form @Command." (interactive "P") (byte-code "¯È¨²!!ȯ¯¯Å?¯ÁTÊ˚¸!È`Éȳ˝P!È˛gˇ\"Ä7—`S\"É)È ÄJ±¼½h!!\"ÉÄTÊ
Hc)+Ç" [count at-command paren-char point-save scribe-electric-parenthesis nil scribe-open-parentheses scribe-close-parentheses self-insert-command prefix-numeric-value forward-char -1 skip-chars-backward "^
" equal 64 /= string-match regexp-quote char-to-string] 11))