Searched +refs:ada +refs:mode +refs:hook (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcompile.el33 ;; This mode uses some complex data-structures:
76 (defvar font-lock-support-mode)
86 (defcustom compilation-mode-hook nil
87 "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
88 :type 'hook
118 The function receives one argument, the name of the major mode of the
120 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'
[all...]
H A Dsql.el40 ;; This file provides a sql-mode and a sql-interactive-mode. The
42 ;; highlighting. The interactive mode had to provide a command-line
43 ;; history; the other mode had to provide "send region/buffer to SQL
46 ;; has changed somewhat as experience with the mode has accumulated.
56 ;; If anybody feels like extending this sql mode, take a look at the
57 ;; above mentioned modes and write a sqlx-mode on top of this one. If
62 ;; sql-interactive-mode is used to interact with a SQL interpreter
65 ;; sql-product-interactive. Do *not* call sql-interactive-mode by
72 ;; Since sql-interactive-mode i
[all...]

Completed in 136 milliseconds