comparison man/lispref/hooks.texi @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the XEmacs Lisp Reference Manual. 2 @c This is part of the XEmacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 @c See the file lispref.texi for copying conditions. 4 @c See the file lispref.texi for copying conditions.
5 @setfilename ../../info/hooks.info 5 @setfilename ../../info/hooks.info
6 @node Standard Hooks, Index, Standard Keymaps, Top 6 @node Standard Hooks, Index, Standard Keymaps, Top
7 @appendix Standard Hooks 7 @appendix Standard Hooks
8 8
9 The following is a list of hook variables that let you provide 9 The following is a list of hook variables that let you provide
10 functions to be called from within Emacs on suitable occasions. 10 functions to be called from within Emacs on suitable occasions.
11 11
12 Most of these variables have names ending with @samp{-hook}. They are 12 Most of these variables have names ending with @samp{-hook}. They are
13 @dfn{normal hooks}, run by means of @code{run-hooks}. The value of such 13 @dfn{normal hooks}, run by means of @code{run-hooks}. The value of such
14 a hook is a list of functions. The recommended way to put a new 14 a hook is a list of functions. The recommended way to put a new
15 function on such a hook is to call @code{add-hook}. @xref{Hooks}, for 15 function on such a hook is to call @code{add-hook}. @xref{Hooks}, for
96 @item ediff-keymap-setup-hook 96 @item ediff-keymap-setup-hook
97 @item ediff-load-hook 97 @item ediff-load-hook
98 @item ediff-long-help-message-function 98 @item ediff-long-help-message-function
99 @item ediff-make-wide-display-function 99 @item ediff-make-wide-display-function
100 @item ediff-merge-split-window-function 100 @item ediff-merge-split-window-function
101 @item ediff-meta-action-function 101 @item ediff-meta-action-function
102 @item ediff-meta-redraw-function 102 @item ediff-meta-redraw-function
103 @item ediff-mode-hook 103 @item ediff-mode-hook
104 @item ediff-prepare-buffer-hook 104 @item ediff-prepare-buffer-hook
105 @item ediff-quit-hook 105 @item ediff-quit-hook
106 @item ediff-registry-setup-hook 106 @item ediff-registry-setup-hook
107 @item ediff-select-hook 107 @item ediff-select-hook