all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with diary/appt in emacs 21.2
@ 2002-11-15 19:05 Victor S. Miller
  0 siblings, 0 replies; only message in thread
From: Victor S. Miller @ 2002-11-15 19:05 UTC (permalink / raw)


I recently converted to using emacs 21.2.  Everything went smoothly
with two exceptions, both related to calendar/diary/appt.  Below is
the relevant part of my .emacs relating to them:

(display-time)
(add-hook 'diary-display-hook 'appt-make-list)
(add-hook 'diary-display-hook 'fancy-diary-display)
(add-hook 'list-diary-entries-hook 'sort-diary-entries t)
;;(add-hook 'list-diary-entries-hook 'include-other-diary-files)
(add-hook 'nongregorian-diary-listing-hook 'list-hebrew-diary-entries)
(add-hook 'mark-diary-entries-hook 'mark-included-diary-files)
(diary 0)
(setq view-diary-entries-initially t)
(setq all-hebrew-calendary-holidays 't)
(setq mark-holidays-in-calendar 't)

Here are the problems:

1) When the commented entry above is uncommented (as it had been
   before my use of emacs 21.2), when I invoke calendar, it terminates
   with a message saying it cannot write to a read-only buffer.  When
   I commented it out, things seem to work -- the
   mark-included-diary-files magically seems to actually include
   them.  I had originally put in the commented line because the gnus
   help says to use it if you use an #include line.  This seems like a
   bug to me.

2) appt is not functioning properly.  More specifically, at the times
   that a reminder should function a mini-window pops up (as before)
   except that (a) no bell is sounded, (b) nothing is written in the
   window and (c) the window doesn't disappear after a short time (in
   fact it never disappears).  Are there changes that must be made in
   order to use appt in 21.2?  If not, is there some way for me to
   debug this?

Victor

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-15 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-15 19:05 Problems with diary/appt in emacs 21.2 Victor S. Miller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.