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

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el197 (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)
475 (define-key map [remap newline-and-indent] 'sh-newline-and-indent)
480 (define-key map [remap forward-sentence] 'sh-end
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtex-mode.el37 (require 'skeleton))
170 otherwise, the file name, preceded by blank, is added at the end."
178 otherwise, the file name, preceded by blank, is added at the end."
186 otherwise, the file name, preceded by blank, is added at the end.
210 otherwise, the file name, preceded by a space, is added at the end.
255 value of `tex-start-commands', and the file name are added at the end
263 "String appended after the end of a region sent to TeX by \\[tex-region].")
268 (defvar tex-end-of-header nil
269 "Regular expression used by \\[tex-region] to find end of file's header.")
327 "begin{document}" "end{documen
[all...]

Completed in 137 milliseconds