~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to doc/lispref/hooks.texi

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20090405091430-kdbnqkmwgbtzraxs
Tags: 1:20090320-1ubuntu1
upload to jaunty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@c -*-texinfo-*-
2
2
@c This is part of the GNU Emacs Lisp Reference Manual.
3
3
@c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2001, 2002, 2003, 2004,
4
 
@c   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
4
@c   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
5
5
@c See the file elisp.texi for copying conditions.
6
6
@setfilename ../../info/hooks
7
7
@node Standard Hooks, Index, Standard Keymaps, Top
72
72
@item before-change-functions
73
73
@xref{Change Hooks}.
74
74
 
 
75
@item before-hack-local-variables-hook
 
76
@xref{File Local Variables}.
 
77
 
75
78
@item before-init-hook
76
79
@xref{Init File}.
77
80
 
118
121
@item deactivate-mark-hook
119
122
@xref{The Mark}.
120
123
 
 
124
@item delete-frame-functions
 
125
Functions to call when Emacs deletes a frame.  @xref{Deleting Frames}.
 
126
 
 
127
@item delete-terminal-functions
 
128
Functions to call when Emacs deletes a terminal.  @xref{Multiple
 
129
Terminals}.
 
130
 
121
131
@item desktop-after-read-hook
122
132
Normal hook run after a successful @code{desktop-read}.  May be used
123
133
to show a buffer list.  @xref{Saving Emacs Sessions,, Saving Emacs
181
191
@item font-lock-unfontify-buffer-function
182
192
@xref{Other Font Lock Variables}.
183
193
 
 
194
@item hack-local-variables-hook
 
195
@xref{File Local Variables}.
 
196
 
184
197
@item font-lock-unfontify-region-function
185
198
@xref{Other Font Lock Variables}.
186
199
 
279
292
@item redisplay-end-trigger-functions
280
293
@xref{Window Hooks}.
281
294
 
 
295
@item resume-tty-functions
 
296
@xref{Suspending Emacs}.
 
297
 
282
298
@item scheme-indent-function
283
299
 
284
300
@item suspend-hook
287
303
@item suspend-resume-hook
288
304
@xref{Suspending Emacs}.
289
305
 
 
306
@item suspend-tty-functions
 
307
@xref{Suspending Emacs}.
 
308
 
290
309
@item temp-buffer-setup-hook
291
310
@xref{Temporary Displays}.
292
311