Searched +refs:diff +refs:mode +refs:hook (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Demerge.el52 (defvar diff) function
53 (defvar diff-vector)
57 (defvar valid-diff)
75 `kill-all-local-variables' (called by major-mode setting commands)
82 ;; Add entries to minor-mode-alist so that emerge modes show correctly
84 '((emerge-mode " Emerge")
85 (emerge-fast-mode " F")
86 (emerge-edit-mode " E")
89 (if (not (assq 'emerge-mode minor-mode
[all...]
H A Dvc.el47 ;; This mode is fully documented in the Emacs user's manual.
62 ;; Proper function of the SCCS diff commands requires the shellscript vcdiff
66 ;; function log-edit-comment-to-change-log could prove a useful checkin hook,
155 ;; vc-BACKEND-diff. (Note that vc-BACKEND-diff must not run
156 ;; asynchronously in this case, see variable `vc-disable-async-diff'.)
158 ;; - mode-line-string (file)
160 ;; If provided, this function should return the VC-specific mode line
306 ;; * diff (file &optional rev1 rev2 buffer)
308 ;; Insert the diff fo
[all...]
H A Dfiles.el30 ;; ITS-id version control, load- and write-hook handling, and the like.
98 ;; are not overridden by the major mode.
293 from `mode-require-final-newline'."
301 (defcustom mode-require-final-newline t
382 :type '(hook :options (cvs-dired-noselect dired-noselect))
397 (defcustom find-file-hook nil
402 :type 'hook
405 (define-obsolete-variable-alias 'find-file-hooks 'find-file-hook "22.1")
414 change the major mode.
416 This hook i
[all...]
H A Ddired.el29 ;; This is a major mode for directory browsing and editing. It is
178 (defcustom dired-load-hook nil
182 :type 'hook)
184 (defcustom dired-mode-hook nil
185 "Run at the very end of `dired-mode'."
187 :type 'hook)
189 (defcustom dired-before-readin-hook nil
190 "This hook is run before a dired buffer is read in (created or reverted)."
192 :type 'hook)
[all...]
H A Dpcvs.el66 ;; - automatically cvs-mode-insert files from find-file-hook
81 ;; add a "marks active" notion, like transient-mark-mode does.
84 ;; - call smerge-mode when opening CONFLICT files.
85 ;; - have vc-checkin delegate to cvs-mode-commit when applicable
87 ;; cvs-mode-rename
88 ;; cvs-mode-branch
91 ;; cvs-mode-rcs2log
96 ;; cvs-mode-handle-new-vendor-version
102 ;; - write 'cvs-mode
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Ddcl-mode.el1 ;;; dcl-mode.el --- major mode for editing DCL command files
8 ;; Keywords: DCL editing major-mode languages
29 ;; DCL mode is a package for editing DCL command files. It helps you
34 ;; information about this mode.
46 ;; the version I use in Emacs 19.30. (It was *so* much easier to hook
89 "Font lock keyword specification for DCL mode.
94 "Font lock specification for DCL mode.")
100 "Major mode for editing DCL command files."
215 "*Controls the operation of the TAB key in DCL mode
[all...]
H A Didlwave.el1 ;; idlwave.el --- IDL editing mode for GNU Emacs
44 ;; See the mode description ("C-h m" in idlwave-mode or "C-h f idlwave-mode")
59 ;; (autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t)
61 ;; (setq auto-mode-alist (cons '("\\.pro\\'" . idlwave-mode) auto-mode-alist))
106 ;; variables which control the mode's behavior, use `M-x
119 ;; languages grow increasingly apart. The mode probabl
[all...]
/macosx-10.10/apache-793/httpd/
H A Dconfigure1755 --enable-hook-probes Enable APR hook probes
1756 --enable-exception-hook Enable fatal exception hook
1759 --enable-maintainer-mode
1762 --enable-debugger-mode Turn on debugging and compile time warnings and turn
1815 --enable-example-hooks Example hook callback handler module
1897 --enable-optional-hook-export
1898 example optional hook exporter
1899 --enable-optional-hook
[all...]
H A Dconfigure.orig1755 --enable-hook-probes Enable APR hook probes
1756 --enable-exception-hook Enable fatal exception hook
1759 --enable-maintainer-mode
1762 --enable-debugger-mode Turn on debugging and compile time warnings and turn
1815 --enable-example-hooks Example hook callback handler module
1897 --enable-optional-hook-export
1898 example optional hook exporter
1899 --enable-optional-hook
[all...]

Completed in 171 milliseconds