From xemacs-m  Mon Jan 13 17:01:20 1997
Received: from mtl.mit.edu (MTL.MIT.EDU [18.62.0.45])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id RAA07982 for <xemacs-beta@xemacs.org>; Mon, 13 Jan 1997 17:01:19 -0600 (CST)
Received: by mtl.mit.edu (5.65/DEC-Ultrix/4.3/MTL-1.2)
	id AA05919; Mon, 13 Jan 1997 18:01:19 -0500
X-Organization: MIT Microsystems Technology Laboratories
Reply-To: gutnik@mtl.mit.edu
Received: by godot.mtl (SMI-8.6/SMI-SVR4)
	id SAA00631; Mon, 13 Jan 1997 18:01:18 -0500
Date: Mon, 13 Jan 1997 18:01:18 -0500
Message-Id: <199701132301.SAA00631@godot.mtl>
From: Vadim Gutnik <gutnik@godot.mit.edu>
To: xemacs-beta@xemacs.org
Subject: Calendar bug.

In XEmacs 20.0 [Lucid] (sparc-sun-solaris2.4) of Sun Jan 12 1997 on portnoy

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

On startup, I get the following messages in the message line. (I cut
them out from the *Message-Log*  buffer.) 

Loading solar...
Bad holiday list item: (if (fboundp (quote atan)) (solar-equinoxes-solstices))
Bad holiday list item: (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format Daylight Savings Time Begins %s (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) )))))
Bad holiday list item: (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format Daylight Savings Time Ends %s (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) ))))
Marking holidays...done



I keep getting errors if I try to use any of the diary
functions. Here's what I have in my .emacs that relates to the
calendar.:

;; for calendar/diary 
(load "appt.elc")
(setq diary-file "~/.diary")
(setq number-of-diary-entries 4)
(setq mark-diary-entries-in-calendar t)
(setq mark-holidays-in-calendar t)
(setq diary-display-hook 'fancy-diary-display)

(calendar)
(display-time)

