view lispref/.cvsignore @ 32728:6fe525e8880c

(sh-mode-map): Remove bindings for sh-electric-rparen, sh-electric-less and sh-electric-hash. (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax. (sh-font-lock-heredoc, sh-font-lock-paren): New funs. (sh-font-lock-syntactic-keywords): Use them. (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove. (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove. (sh-mode): Don't override font-lock-unfontify-region-function. Use a copy of sh-font-lock-syntactic-keywords. (sh-set-shell): Don't set sh-electric-rparen-needed-here. Don't call sh-scan-buffer since font-lock does it on the fly. (sh-get-indent-info): Use `face' rather than `syntax-table' text-property to detect here-documents. Replace sh-special-syntax with sh-st-punc. (sh-prev-line): Use `face' rather than `syntax-table' text-property to skip over here-documents. (sh-font-lock-unfontify-region-function, sh-check-paren-in-case) (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash) (sh-electric-less, sh-set-here-doc-region) (sh-remove-our-text-properties, sh-search-word, sh-scan-case) (sh-scan-buffer, sh-rescan-buffer): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 21 Oct 2000 18:05:45 +0000
parents a0af1af4aabf
children 0ee954140c53
line wrap: on
line source

elisp
elisp-1
elisp-2
elisp-3
elisp-4
elisp-5
elisp-6
elisp-7
elisp-8
elisp-9
elisp-10
elisp-11
elisp-12
elisp-13
elisp-14
elisp-15
elisp-16
elisp-17
elisp-18
elisp-19
elisp-20
elisp-21
elisp-22
elisp-23
elisp-24
elisp-25
elisp-26
elisp-27
elisp-28
elisp-29
elisp-30
elisp-31
elisp-32
elisp-33
elisp-34
elisp-35
elisp-36
elisp-37
elisp-38
elisp-39
elisp-40
elisp-41
elisp-42
elisp-43
elisp-44
elisp-45
elisp-46
elisp-47