/[emacs]/emacs/lispref/hooks.texi
ViewVC logotype

Diff of /emacs/lispref/hooks.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by rms, Fri Dec 14 03:08:47 2001 UTC revision 1.11.4.1 by miles, Fri Apr 4 06:20:41 2003 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1998 Free Software Foundation, Inc.  @c Copyright (C) 1990, 1991, 1992, 1993, 1998 Free Software Foundation, Inc.
4  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
5  @setfilename ../info/hooks  @setfilename ../info/hooks
6  @node Standard Hooks, Index, Standard Keymaps, Top  @node Standard Hooks, Index, Standard Keymaps, Top
7  @appendix Standard Hooks  @appendix Standard Hooks
8    
9  The following is a list of hook variables that let you provide  The following is a list of hook variables that let you provide
10  functions to be called from within Emacs on suitable occasions.  functions to be called from within Emacs on suitable occasions.
11    
12  Most of these variables have names ending with @samp{-hook}.  They are  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  @dfn{normal hooks}, run by means of @code{run-hooks}.  The value of such
# Line 67  however, we have renamed all of those.) Line 67  however, we have renamed all of those.)
67  @item electric-command-history-hook  @item electric-command-history-hook
68  @item electric-help-mode-hook  @item electric-help-mode-hook
69  @item emacs-lisp-mode-hook  @item emacs-lisp-mode-hook
70  @item find-file-hooks  @item find-file-hook
71  @item find-file-not-found-hooks  @item find-file-not-found-functions
72  @item first-change-hook  @item first-change-hook
73  @item fortran-comment-hook  @item fortran-comment-hook
74  @item fortran-mode-hook  @item fortran-mode-hook
# Line 85  however, we have renamed all of those.) Line 85  however, we have renamed all of those.)
85  @item lisp-interaction-mode-hook  @item lisp-interaction-mode-hook
86  @item lisp-mode-hook  @item lisp-mode-hook
87  @item list-diary-entries-hook  @item list-diary-entries-hook
 @item local-write-file-hooks  
88  @item mail-mode-hook  @item mail-mode-hook
89  @item mail-setup-hook  @item mail-setup-hook
90  @item mark-diary-entries-hook  @item mark-diary-entries-hook
# Line 133  however, we have renamed all of those.) Line 132  however, we have renamed all of those.)
132  @item window-scroll-functions  @item window-scroll-functions
133  @item window-setup-hook  @item window-setup-hook
134  @item window-size-change-functions  @item window-size-change-functions
135  @item write-contents-hooks  @item write-contents-functions
136  @item write-file-hooks  @item write-file-functions
137  @item write-region-annotate-functions  @item write-region-annotate-functions
138  @end table  @end table

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26