Searched +refs:skeleton +refs:end +refs:hook (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsh-script.el117 ;; (add-hook 'sh-set-shell-hook 'sh-learn-buffer-indent)
197 (require 'skeleton)
467 (define-key map "(" 'skeleton-pair-insert-maybe)
468 (define-key map "{" 'skeleton-pair-insert-maybe)
469 (define-key map "[" 'skeleton-pair-insert-maybe)
470 (define-key map "'" 'skeleton-pair-insert-maybe)
471 (define-key map "`" 'skeleton-pair-insert-maybe)
472 (define-key map "\"" 'skeleton-pair-insert-maybe)
480 (define-key map [remap forward-sentence] 'sh-end
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el38 (require 'skeleton)
53 "*Default value for `skeleton-transformation-function' in SGML mode."
61 (defcustom sgml-mode-hook nil
63 `text-mode-hook' is run first."
65 :type 'hook)
112 (define-key map ">" 'sgml-maybe-end-tag)
238 ;; I doubt that null end tags are used much for large elements,
265 (1 (if (match-end 2) sgml-namespace-face font-lock-function-name-face))
273 (1 (if (match-end 2) sgml-namespace-face font-lock-variable-name-face))
328 newlines) or a skeleton wit
[all...]

Completed in 139 milliseconds