Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d21d2618
Commit
d21d2618
authored
May 30, 2008
by
Glenn Morris
Browse files
(Fancy Diary Display): Update for diary-display-function replacing
diary-display-hook.
parent
ca8ef0dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/cal-xtra.texi
doc/emacs/cal-xtra.texi
+8
-6
No files found.
doc/emacs/ChangeLog
View file @
d21d2618
2008-05-30 Glenn Morris <rgm@gnu.org>
* cal-xtra.texi (Fancy Diary Display): Update for
diary-display-function replacing diary-display-hook.
2008-05-29 Drew Adams <drew.adams@oracle.com>
* msdog.texi (Windows Keyboard): Add descriptions of
...
...
doc/emacs/cal-xtra.texi
View file @
d21d2618
@c This is part of the Emacs manual.
@c Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@c Copyright (C) 2004, 2005, 2006, 2007, 2008
@c Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@c
@c This file is included either in emacs-xtra.texi (when producing the
...
...
@@ -525,18 +526,19 @@ diary entry.
@node Fancy Diary Display
@subsection Fancy Diary Display
@vindex diary-display-
hook
@vindex diary-display-
function
@findex diary-simple-display
Diary display works by preparing the diary buffer and then running the
hook @code{diary-display-hook}. The default value of this hook
(@code{diary-simple-display}) hides the irrelevant diary entries and
then displays the buffer. However, if you specify the hook as follows,
function specified by the variable @code{diary-display-function}. The
default value (@code{diary-simple-display}) hides the irrelevant diary
entries and then displays the buffer. However, if you set the variable
as follows,
@cindex diary buffer
@findex diary-fancy-display
@example
(
add-hook '
diary-display-
hook
'diary-fancy-display)
(
setq
diary-display-
function
'diary-fancy-display)
@end example
@noindent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment