(calendar-date-echo-text): Doc fix. Add default :value for sexp type.
[emacs.git] / lisp / calendar / calendar.el
blobf081d1cd43711bfb168ec0988ca0704f6ff8916f
1 ;;; calendar.el --- calendar functions
3 ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997,
4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 ;; Free Software Foundation, Inc.
7 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
8 ;; Maintainer: Glenn Morris <rgm@gnu.org>
9 ;; Keywords: calendar
10 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
12 ;; This file is part of GNU Emacs.
14 ;; GNU Emacs is free software: you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation, either version 3 of the License, or
17 ;; (at your option) any later version.
19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details.
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
27 ;;; Commentary:
29 ;; This collection of functions implements a calendar window. It
30 ;; generates a calendar for the current month, together with the
31 ;; previous and coming months, or for any other three-month period.
32 ;; The calendar can be scrolled forward and backward in the window to
33 ;; show months in the past or future; the cursor can move forward and
34 ;; backward by days, weeks, or months, making it possible, for
35 ;; instance, to jump to the date a specified number of days, weeks, or
36 ;; months from the date under the cursor. The user can display a list
37 ;; of holidays and other notable days for the period shown; the
38 ;; notable days can be marked on the calendar, if desired. The user
39 ;; can also specify that dates having corresponding diary entries (in
40 ;; a file that the user specifies) be marked; the diary entries for
41 ;; any date can be viewed in a separate window. The diary and the
42 ;; notable days can be viewed independently of the calendar. Dates
43 ;; can be translated from the (usual) Gregorian calendar to the day of
44 ;; the year/days remaining in year, to the ISO commercial calendar, to
45 ;; the Julian (old style) calendar, to the Hebrew calendar, to the
46 ;; Islamic calendar, to the Baha'i calendar, to the French
47 ;; Revolutionary calendar, to the Mayan calendar, to the Chinese
48 ;; calendar, to the Coptic calendar, to the Ethiopic calendar, and to
49 ;; the astronomical (Julian) day number. Times of sunrise/sunset can
50 ;; be displayed, as can the phases of the moon. Appointment
51 ;; notification for diary entries is available. Calendar printing via
52 ;; LaTeX is available.
54 ;; The following files are part of the calendar/diary code:
56 ;; appt.el Appointment notification
57 ;; cal-bahai.el Baha'i calendar
58 ;; cal-china.el Chinese calendar
59 ;; cal-coptic.el Coptic/Ethiopic calendars
60 ;; cal-dst.el Daylight saving time rules
61 ;; cal-french.el French revolutionary calendar
62 ;; cal-hebrew.el Hebrew calendar
63 ;; cal-html.el Calendars in HTML
64 ;; cal-islam.el Islamic calendar
65 ;; cal-iso.el ISO calendar
66 ;; cal-julian.el Julian/astronomical calendars
67 ;; cal-mayan.el Mayan calendars
68 ;; cal-menu.el Menu support
69 ;; cal-move.el Movement in the calendar
70 ;; cal-persia.el Persian calendar
71 ;; cal-tex.el Calendars in LaTeX
72 ;; cal-x.el Dedicated frame functions
73 ;; calendar.el This file
74 ;; diary-lib.el Diary functions
75 ;; holidays.el Holiday functions
76 ;; lunar.el Phases of the moon
77 ;; solar.el Sunrise/sunset, equinoxes/solstices
79 ;; Technical details of all the calendrical calculations can be found in
80 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
81 ;; and Nachum Dershowitz, Cambridge University Press (2001).
83 ;; An earlier version of the technical details appeared in
84 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
85 ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),
86 ;; pages 899-928, and in ``Calendrical Calculations, Part II: Three Historical
87 ;; Calendars'' by E. M. Reingold, N. Dershowitz, and S. M. Clamen,
88 ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993),
89 ;; pages 383-404.
91 ;; Hard copies of these two papers can be obtained by sending email to
92 ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and
93 ;; the message BODY containing your mailing address (snail).
96 ;; A note on free variables:
98 ;; The calendar passes around a few dynamically bound variables, which
99 ;; unfortunately have rather common names. They are meant to be
100 ;; available for external functions, so the names can't be changed.
102 ;; displayed-month, displayed-year: bound in calendar-generate, the
103 ;; central month of the 3 month calendar window
104 ;; original-date, number: bound in diary-list-entries, the arguments
105 ;; with which that function was called.
106 ;; date, entry: bound in diary-list-sexp-entries (qv)
108 ;; Bound in diary-list-entries:
109 ;; diary-entries-list: use in d-l, appt.el, and by diary-add-to-list
110 ;; diary-saved-point: only used in diary-lib.el, passed to the display func
111 ;; date-string: only used in diary-lib.el
112 ;; list-only: don't modify the diary-buffer, just return a list of entries
113 ;; file-glob-attrs: yuck
115 ;;; Code:
117 (require 'cal-loaddefs)
119 ;; Avoid recursive load of calendar when loading cal-menu. Yuck.
120 (provide 'calendar)
121 (require 'cal-menu)
123 (defgroup calendar nil
124 "Calendar and time management support."
125 :prefix "calendar-"
126 :group 'applications)
128 (defgroup calendar-hooks nil
129 "Calendar hooks."
130 :prefix "calendar-"
131 :group 'calendar)
133 (defgroup calendar-faces nil
134 "Calendar faces."
135 :prefix "calendar-"
136 :group 'calendar)
138 (defcustom calendar-offset 0
139 "The offset of the principal month from the center of the calendar window.
140 0 means the principal month is in the center (default), -1 means on the left,
141 +1 means on the right. Larger (or smaller) values push the principal month off
142 the screen."
143 :type 'integer
144 :group 'calendar)
146 (defcustom calendar-setup nil
147 "The frame setup of the calendar.
148 The choices are: `one-frame' (calendar and diary together in one separate,
149 dedicated frame); `two-frames' (calendar and diary in separate, dedicated
150 frames); `calendar-only' (calendar in a separate, dedicated frame); with
151 any other value the current frame is used. Using any of the first
152 three options overrides the value of `calendar-view-diary-initially-flag'."
153 :type '(choice
154 (const :tag "calendar and diary in separate frame" one-frame)
155 (const :tag "calendar and diary each in own frame" two-frames)
156 (const :tag "calendar in separate frame" calendar-only)
157 (const :tag "use current frame" nil))
158 :group 'calendar)
160 (defcustom calendar-minimum-window-height 8
161 "Minimum height `calendar-generate-window' should use for calendar window."
162 :type 'integer
163 :version "22.1"
164 :group 'calendar)
166 (defcustom calendar-week-start-day 0
167 "The day of the week on which a week in the calendar begins.
168 0 means Sunday (default), 1 means Monday, and so on.
170 If you change this variable directly (without using customize)
171 after starting `calendar', you should call `calendar-redraw' to
172 update the calendar display to reflect the change, otherwise
173 movement commands will not work correctly."
174 :type 'integer
175 ;; Change the initialize so that if you reload calendar.el, it will not
176 ;; cause a redraw (which may fail, e.g. with "invalid byte-code in
177 ;; calendar.elc" because of the "byte-compile-dynamic").
178 :initialize 'custom-initialize-default
179 :set (lambda (sym val)
180 (set sym val)
181 (calendar-redraw))
182 :group 'calendar)
184 (define-obsolete-variable-alias 'view-diary-entries-initially
185 'calendar-view-diary-initially-flag "23.1")
187 (defcustom calendar-view-diary-initially-flag nil
188 "Non-nil means display current date's diary entries on entry to calendar.
189 The diary is displayed in another window when the calendar is first displayed,
190 if the current date is visible. The number of days of diary entries displayed
191 is governed by the variable `diary-number-of-entries'. This variable can
192 be overridden by the value of `calendar-setup'."
193 :type 'boolean
194 :group 'diary)
196 (define-obsolete-variable-alias 'mark-diary-entries-in-calendar
197 'calendar-mark-diary-entries-flag "23.1")
199 (defcustom calendar-mark-diary-entries-flag nil
200 "Non-nil means mark dates with diary entries, in the calendar window.
201 The marking symbol is specified by the variable `diary-entry-marker'."
202 :type 'boolean
203 :group 'diary)
205 (defcustom calendar-remove-frame-by-deleting t
206 "Determine how the calendar mode removes a frame no longer needed.
207 If nil, make an icon of the frame. If non-nil, delete the frame."
208 :type 'boolean
209 :version "23.1" ; changed from nil to t
210 :group 'view
211 :group 'calendar)
213 (defface calendar-today
214 '((t (:underline t)))
215 "Face for indicating today's date in the calendar.
216 See `calendar-today-marker'."
217 :group 'calendar-faces)
218 ;; Backward-compatibility alias. FIXME make obsolete.
219 (put 'calendar-today-face 'face-alias 'calendar-today)
221 (defface diary
222 '((((min-colors 88) (class color) (background light))
223 :foreground "red1")
224 (((class color) (background light))
225 :foreground "red")
226 (((min-colors 88) (class color) (background dark))
227 :foreground "yellow1")
228 (((class color) (background dark))
229 :foreground "yellow")
231 :weight bold))
232 "Face for highlighting diary entries.
233 Used to mark diary entries in the calendar (see `diary-entry-marker'),
234 and to highlight the date header in the fancy diary."
235 :group 'calendar-faces)
236 ;; Backward-compatibility alias. FIXME make obsolete.
237 (put 'diary-face 'face-alias 'diary)
239 (defface holiday
240 '((((class color) (background light))
241 :background "pink")
242 (((class color) (background dark))
243 :background "chocolate4")
245 :inverse-video t))
246 "Face for indicating in the calendar dates that have holidays.
247 See `calendar-holiday-marker'."
248 :group 'calendar-faces)
249 ;; Backward-compatibility alias. FIXME make obsolete.
250 (put 'holiday-face 'face-alias 'holiday)
252 ;; These don't respect changes in font-lock-mode after loading.
253 (defcustom diary-entry-marker (if (and font-lock-mode (display-color-p))
254 'diary
255 "+")
256 "How to mark dates that have diary entries.
257 The value can be either a single-character string or a face."
258 :type '(choice string face)
259 :group 'diary)
261 (defcustom calendar-today-marker (if (and font-lock-mode (display-color-p))
262 'calendar-today
263 "=")
264 "How to mark today's date in the calendar.
265 The value can be either a single-character string or a face.
266 Used by `calendar-mark-today'."
267 :type '(choice string face)
268 :group 'calendar)
270 (defcustom calendar-holiday-marker (if (and font-lock-mode (display-color-p))
271 'holiday
272 "*")
273 "How to mark notable dates in the calendar.
274 The value can be either a single-character string or a face."
275 :type '(choice string face)
276 :group 'holidays)
278 (define-obsolete-variable-alias 'view-calendar-holidays-initially
279 'calendar-view-holidays-initially-flag "23.1")
281 (defcustom calendar-view-holidays-initially-flag nil
282 "Non-nil means display holidays for current three month period on entry.
283 The holidays are displayed in another window when the calendar is first
284 displayed."
285 :type 'boolean
286 :group 'holidays)
288 (define-obsolete-variable-alias 'mark-holidays-in-calendar
289 'calendar-mark-holidays-flag "23.1")
291 (defcustom calendar-mark-holidays-flag nil
292 "Non-nil means mark dates of holidays in the calendar window.
293 The marking symbol is specified by the variable `calendar-holiday-marker'."
294 :type 'boolean
295 :group 'holidays)
297 (defcustom calendar-mode-hook nil
298 "Hook run when entering `calendar-mode'."
299 :type 'hook
300 :group 'calendar-hooks)
302 (defcustom calendar-load-hook nil
303 "List of functions to be called after the calendar is first loaded.
304 This is the place to add key bindings to `calendar-mode-map'."
305 :type 'hook
306 :group 'calendar-hooks)
308 (define-obsolete-variable-alias 'initial-calendar-window-hook
309 'calendar-initial-window-hook "23.1")
311 (defcustom calendar-initial-window-hook nil
312 "List of functions to be called when the calendar window is created.
313 Quitting the calendar and re-entering it will cause these functions
314 to be called again."
315 :type 'hook
316 :group 'calendar-hooks)
318 (define-obsolete-variable-alias 'today-visible-calendar-hook
319 'calendar-today-visible-hook "23.1")
321 (defcustom calendar-today-visible-hook nil
322 "List of functions called whenever the current date is visible.
323 To mark today's date, add the function `calendar-mark-today'.
324 To replace the date with asterisks, add the function `calendar-star-date'.
325 See also `calendar-today-invisible-hook'.
327 In general, be careful about changing characters in the calendar buffer,
328 since it may cause the movement commands to fail."
329 :type 'hook
330 :options '(calendar-mark-today calendar-star-date)
331 :group 'calendar-hooks)
333 (define-obsolete-variable-alias 'today-invisible-calendar-hook
334 'calendar-today-invisible-hook "23.1")
336 (defcustom calendar-today-invisible-hook nil
337 "List of functions called whenever the current date is not visible.
338 See also `calendar-today-visible-hook'."
339 :type 'hook
340 :group 'calendar-hooks)
342 (defcustom calendar-move-hook nil
343 "List of functions called whenever the cursor moves in the calendar.
344 For example,
346 (add-hook 'calendar-move-hook (lambda () (diary-view-entries 1)))
348 redisplays the diary for whatever date the cursor is moved to."
349 :type 'hook
350 :options '(calendar-update-mode-line)
351 :group 'calendar-hooks)
353 (defcustom calendar-date-echo-text
354 "mouse-2: general menu\nmouse-3: menu for this date"
355 "String displayed when the cursor is over a date in the calendar.
356 Can be either a fixed string, or a lisp expression that returns one.
357 When this expression is evaluated, DAY, MONTH, and YEAR are
358 integers appropriate to the relevant date. For example, to
359 display the ISO date:
361 (setq calendar-date-echo-text '(format \"ISO date: %s\"
362 (calendar-iso-date-string
363 (list month day year))))
364 Changing this variable without using customize has no effect on
365 pre-existing calendar windows."
366 :group 'calendar
367 :initialize 'custom-initialize-default
368 :risky t
369 :set (lambda (sym val)
370 (set sym val)
371 (calendar-redraw))
372 :type '(choice (string :tag "Fixed string")
373 (sexp :value
374 (format "ISO date: %s"
375 (calendar-iso-date-string
376 (list month day year)))))
377 :version "23.1")
380 (defvar calendar-month-digit-width nil
381 "Width of the region with numbers in each month in the calendar.")
383 (defvar calendar-month-width nil
384 "Full width of each month in the calendar.")
386 (defvar calendar-right-margin nil
387 "Right margin of the calendar.")
389 (defvar calendar-month-edges nil
390 "Alist of month edge columns.
391 Each element has the form (N LEFT FIRST LAST RIGHT), where
392 LEFT is the leftmost column associated with month segment N,
393 FIRST and LAST are the first and last columns with day digits in,
394 and LAST is the rightmost column.")
396 (defun calendar-month-edges (segment)
397 "Compute the month edge columns for month SEGMENT.
398 Returns a list (LEFT FIRST LAST RIGHT), where LEFT is the
399 leftmost column associated with a month, FIRST and LAST are the
400 first and last columns with day digits in, and LAST is the
401 rightmost column."
402 ;; The leftmost column with a digit in it in this month segment.
403 (let* ((first (+ calendar-left-margin
404 (* segment calendar-month-width)))
405 ;; The rightmost column with a digit in it in this month segment.
406 (last (+ first (1- calendar-month-digit-width)))
407 (left (if (eq segment 0)
409 (+ calendar-left-margin
410 (* segment calendar-month-width)
411 (- (/ calendar-intermonth-spacing 2)))))
412 ;; The rightmost edge of this month segment, dividing the
413 ;; space between months in two.
414 (right (+ calendar-left-margin
415 (* (1+ segment) calendar-month-width)
416 (- (/ calendar-intermonth-spacing 2)))))
417 (list left first last right)))
419 (defun calendar-recompute-layout-variables ()
420 "Recompute some layout-related calendar \"constants\"."
421 (setq calendar-month-digit-width (+ (* 6 calendar-column-width)
422 calendar-day-digit-width)
423 calendar-month-width (+ (* 7 calendar-column-width)
424 calendar-intermonth-spacing)
425 calendar-right-margin (+ calendar-left-margin
426 (* 3 (* 7 calendar-column-width))
427 (* 2 calendar-intermonth-spacing))
428 calendar-month-edges nil)
429 (dotimes (i 3)
430 (push (cons i (calendar-month-edges i)) calendar-month-edges))
431 (setq calendar-month-edges (reverse calendar-month-edges)))
433 ;; FIXME add font-lock-keywords.
434 (defun calendar-set-layout-variable (symbol value &optional minmax)
435 "Set SYMBOL's value to VALUE, an integer.
436 A positive/negative MINMAX enforces a minimum/maximum value.
437 Then redraw the calendar, if necessary."
438 (let ((oldvalue (symbol-value symbol)))
439 (custom-set-default symbol (if minmax
440 (if (< minmax 0)
441 (min value (- minmax))
442 (max value minmax))
443 value))
444 (unless (equal value oldvalue)
445 (calendar-recompute-layout-variables)
446 (calendar-redraw))))
448 (defcustom calendar-left-margin 5
449 "Empty space to the left of the first month in the calendar."
450 :group 'calendar
451 :initialize 'custom-initialize-default
452 :set 'calendar-set-layout-variable
453 :type 'integer
454 :version "23.1")
456 ;; Or you can view it as columns of width 2, with 1 space, no space
457 ;; after the last column, and a 5 space gap between month.
458 ;; FIXME check things work if this is odd.
459 (defcustom calendar-intermonth-spacing 4
460 "Space between months in the calendar. Minimum value is 1."
461 :group 'calendar
462 :initialize 'custom-initialize-default
463 :set (lambda (sym val)
464 (calendar-set-layout-variable sym val 1))
465 :type 'integer
466 :version "23.1")
468 ;; FIXME calendar-month-column-width?
469 (defcustom calendar-column-width 3
470 "Width of each day column in the calendar. Minimum value is 3."
471 :initialize 'custom-initialize-default
472 :set (lambda (sym val)
473 (calendar-set-layout-variable sym val 3))
474 :type 'integer
475 :version "23.1")
477 (defcustom calendar-day-header-width 2
478 "Width of the day column headers in the calendar.
479 Must be at least one less than `calendar-column-width'."
480 :group 'calendar
481 :initialize 'custom-initialize-default
482 :set (lambda (sym val)
483 (calendar-set-layout-variable sym val (- 1 calendar-column-width)))
484 :type 'integer
485 :version "23.1")
487 ;; FIXME a format specifier instead?
488 (defcustom calendar-day-digit-width 2
489 "Width of the day digits in the calendar. Minimum value is 2."
490 :group 'calendar
491 :initialize 'custom-initialize-default
492 :set (lambda (sym val)
493 (calendar-set-layout-variable sym val 2))
494 :type 'integer
495 :version "23.1")
498 (defcustom diary-file "~/diary"
499 "Name of the file in which one's personal diary of dates is kept.
501 The file's entries are lines beginning with any of the forms
502 specified by the variable `diary-date-forms', which by default
503 uses the forms of `diary-american-date-forms':
505 MONTH/DAY
506 MONTH/DAY/YEAR
507 MONTHNAME DAY
508 MONTHNAME DAY, YEAR
509 DAYNAME
511 with the remainder of the line being the diary entry string for
512 that date. MONTH and DAY are one or two digit numbers, YEAR is a
513 number and may be written in full or abbreviated to the final two
514 digits (if `diary-abbreviated-year-flag' is non-nil). MONTHNAME
515 and DAYNAME can be spelled in full (as specified by the variables
516 `calendar-month-name-array' and `calendar-day-name-array'), or
517 abbreviated (as specified by `calendar-month-abbrev-array' and
518 `calendar-day-abbrev-array') with or without a period. Case is
519 ignored. Any of DAY, MONTH, or MONTHNAME, YEAR can be `*' which
520 matches any day, month, or year, respectively. If the date does
521 not contain a year, it is generic and applies to any year. A
522 DAYNAME entry applies to the appropriate day of the week in every week.
524 You can customize `diary-date-forms' to your preferred format.
525 Three default styles are provided: `diary-american-date-forms',
526 `diary-european-date-forms', and `diary-iso-date-forms'.
527 You can choose between these by setting `calendar-date-style' in your
528 .emacs file, or by using `calendar-set-date-style' when in the calendar.
530 A diary entry can be preceded by the character `diary-nonmarking-symbol'
531 \(ordinarily `&') to make that entry nonmarking--that is, it will not be
532 marked on dates in the calendar window but will appear in a diary window.
534 Multiline diary entries are made by indenting lines after the first with
535 either a TAB or one or more spaces.
537 Lines not in one the above formats are ignored. Here are some sample diary
538 entries (in the default American style):
540 12/22/1988 Twentieth wedding anniversary!!
541 &1/1. Happy New Year!
542 10/22 Ruth's birthday.
543 21: Payday
544 Tuesday--weekly meeting with grad students at 10am
545 Supowit, Shen, Bitner, and Kapoor to attend.
546 1/13/89 Friday the thirteenth!!
547 &thu 4pm squash game with Lloyd.
548 mar 16 Dad's birthday
549 April 15, 1989 Income tax due.
550 &* 15 time cards due.
552 If the first line of a diary entry consists only of the date or day name with
553 no trailing blanks or punctuation, then that line is not displayed in the
554 diary window; only the continuation lines is shown. For example, the
555 single diary entry
557 02/11/1989
558 Bill Blattner visits Princeton today
559 2pm Cognitive Studies Committee meeting
560 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
561 4:00pm Jamie Tappenden
562 7:30pm Dinner at George and Ed's for Alan Ryan
563 7:30-10:00pm dance at Stewart Country Day School
565 will appear in the diary window without the date line at the beginning. This
566 facility allows the diary window to look neater, but can cause confusion if
567 used with more than one day's entries displayed.
569 Diary entries can be based on Lisp sexps. For example, the diary entry
571 %%(diary-block 11 1 1990 11 10 1990) Vacation
573 causes the diary entry \"Vacation\" to appear from November 1 through
574 November 10, 1990. See the documentation for the function
575 `diary-list-sexp-entries' for more details.
577 Diary entries based on the Hebrew, the Islamic and/or the Baha'i
578 calendar are also possible, but because these are somewhat slow, they
579 are ignored unless you set the `diary-nongregorian-listing-hook' and
580 the `diary-nongregorian-marking-hook' appropriately. See the
581 documentation of these hooks for details.
583 Diary files can contain directives to include the contents of other files; for
584 details, see the documentation for the variable `diary-list-entries-hook'."
585 :type 'file
586 :group 'diary)
588 ;; FIXME do these have to be single characters?
589 (defcustom diary-nonmarking-symbol "&"
590 "Symbol indicating that a diary entry is not to be marked in the calendar."
591 :type 'string
592 :group 'diary)
594 (define-obsolete-variable-alias 'hebrew-diary-entry-symbol
595 'diary-hebrew-entry-symbol "23.1")
597 (defcustom diary-hebrew-entry-symbol "H"
598 "Symbol indicating a diary entry according to the Hebrew calendar."
599 :type 'string
600 :group 'diary)
602 (define-obsolete-variable-alias 'islamic-diary-entry-symbol
603 'diary-islamic-entry-symbol "23.1")
605 (defcustom diary-islamic-entry-symbol "I"
606 "Symbol indicating a diary entry according to the Islamic calendar."
607 :type 'string
608 :group 'diary)
610 (define-obsolete-variable-alias 'bahai-diary-entry-symbol
611 'diary-bahai-entry-symbol "23.1")
613 (defcustom diary-bahai-entry-symbol "B"
614 "Symbol indicating a diary entry according to the Baha'i calendar."
615 :type 'string
616 :group 'diary)
618 (defcustom european-calendar-style nil
619 "Non-nil means use the European style of dates in the diary and display.
620 In this case, a date like 1/2/1990 would be interpreted as
621 February 1, 1990. See `diary-european-date-forms' for the
622 default European diary date styles.
624 Setting this variable directly does not take effect (if the
625 calendar package is already loaded). Rather, use either
626 \\[customize] or the function `calendar-set-date-style'."
627 :type 'boolean
628 ;; Without :initialize (require 'calendar) throws an error because
629 ;; calendar-set-date-style is undefined at this point.
630 :initialize 'custom-initialize-default
631 :set (lambda (symbol value)
632 (if value
633 (calendar-set-date-style 'european)
634 (calendar-set-date-style 'american)))
635 :group 'calendar)
637 (make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
639 ;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.
640 (defcustom calendar-date-style (if european-calendar-style 'european
641 'american)
642 "Your preferred style for writing dates.
643 The options are:
644 `american' - month/day/year
645 `european' - day/month/year
646 `iso' - year/month/day
647 This affects how dates written in your diary are interpreted.
648 It also affects date display, as well as those calendar and diary
649 functions that take a date as an argument, e.g. `diary-date', by
650 changing the order in which the arguments are interpreted.
652 Setting this variable directly does not take effect (if the
653 calendar package is already loaded). Rather, use either
654 \\[customize] or the function `calendar-set-date-style'."
655 :version "23.1"
656 :type '(choice (const american :tag "Month/Day/Year")
657 (const european :tag "Day/Month/Year")
658 (const iso :tag "Year/Month/Day"))
659 :initialize 'custom-initialize-default
660 :set (lambda (symbol value)
661 (calendar-set-date-style value))
662 :group 'calendar)
664 ;; Next three are provided to aid in setting diary-date-forms.
665 ;; FIXME move to diary-lib?
666 (defcustom diary-iso-date-forms
667 '((month "[-/]" day "[^-/0-9]")
668 (year "[-/]" month "[-/]" day "[^0-9]")
669 (monthname "-" day "[^-0-9]")
670 (year "-" monthname "-" day "[^0-9]")
671 (dayname "\\W"))
672 "List of pseudo-patterns describing the ISO style of dates.
673 The defaults are: MONTH[-/]DAY; YEAR[-/]MONTH[-/]DAY; MONTHNAME-DAY;
674 YEAR-MONTHNAME-DAY; DAYNAME. Normally you should not customize this,
675 but `diary-date-forms' (which see)."
676 :version "23.1"
677 :type '(repeat (choice (cons :tag "Backup"
678 :value (backup . nil)
679 (const backup)
680 (repeat (list :inline t :format "%v"
681 (symbol :tag "Keyword")
682 (choice symbol regexp))))
683 (repeat (list :inline t :format "%v"
684 (symbol :tag "Keyword")
685 (choice symbol regexp)))))
686 :group 'diary)
688 (define-obsolete-variable-alias 'american-date-diary-pattern
689 'diary-american-date-forms "23.1")
691 (defcustom diary-american-date-forms
692 '((month "/" day "[^/0-9]")
693 (month "/" day "/" year "[^0-9]")
694 (monthname " *" day "[^,0-9]")
695 (monthname " *" day ", *" year "[^0-9]")
696 (dayname "\\W"))
697 "List of pseudo-patterns describing the American style of dates.
698 The defaults are: MONTH/DAY; MONTH/DAY/YEAR; MONTHNAME DAY;
699 MONTHNAME DAY, YEAR; DAYNAME. Normally you should not customize this,
700 but `diary-date-forms' (which see)."
701 :type '(repeat (choice (cons :tag "Backup"
702 :value (backup . nil)
703 (const backup)
704 (repeat (list :inline t :format "%v"
705 (symbol :tag "Keyword")
706 (choice symbol regexp))))
707 (repeat (list :inline t :format "%v"
708 (symbol :tag "Keyword")
709 (choice symbol regexp)))))
710 :group 'diary)
712 (define-obsolete-variable-alias 'european-date-diary-pattern
713 'diary-european-date-forms "23.1")
715 (defcustom diary-european-date-forms
716 '((day "/" month "[^/0-9]")
717 (day "/" month "/" year "[^0-9]")
718 (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)")
719 (day " *" monthname " *" year "[^0-9]")
720 (dayname "\\W"))
721 "List of pseudo-patterns describing the European style of dates.
722 The defaults are: DAY/MONTH; DAY/MONTH/YEAR; DAY MONTHNAME;
723 DAY MONTHNAME YEAR; DAYNAME. Normally you should not customize this, but
724 `diary-date-forms' (which see)."
725 :type '(repeat (choice (cons :tag "Backup"
726 :value (backup . nil)
727 (const backup)
728 (repeat (list :inline t :format "%v"
729 (symbol :tag "Keyword")
730 (choice symbol regexp))))
731 (repeat (list :inline t :format "%v"
732 (symbol :tag "Keyword")
733 (choice symbol regexp)))))
734 :group 'diary)
736 (defvar diary-font-lock-keywords)
738 (defcustom diary-date-forms (cond ((eq calendar-date-style 'iso)
739 diary-iso-date-forms)
740 ((eq calendar-date-style 'european)
741 diary-european-date-forms)
742 (t diary-american-date-forms))
743 "List of pseudo-patterns describing the forms of date used in the diary.
744 The patterns on the list must be MUTUALLY EXCLUSIVE and should not match
745 any portion of the diary entry itself, just the date component.
747 A pseudo-pattern is a list of regular expressions and the keywords `month',
748 `day', `year', `monthname', and `dayname'. The keyword `monthname' will
749 match the name of the month (see `calendar-month-name-array'), capitalized
750 or not, or its user-specified abbreviation (see `calendar-month-abbrev-array'),
751 followed by a period or not; it will also match `*'. Similarly, `dayname'
752 will match the name of the day (see `calendar-day-name-array'), capitalized or
753 not, or its user-specified abbreviation (see `calendar-day-abbrev-array'),
754 followed by a period or not. The keywords `month', `day', and `year' will
755 match those numerical values, preceded by arbitrarily many zeros; they will
756 also match `*'.
758 The matching of the diary entries with the date forms is done with the
759 standard syntax table from Fundamental mode, but with the `*' changed so
760 that it is a word constituent.
762 If, to be mutually exclusive, a pseudo-pattern must match a portion of the
763 diary entry itself, the first element of the pattern MUST be `backup'. This
764 directive causes the date recognizer to back up to the beginning of the
765 current word of the diary entry, so in no case can the pattern match more than
766 a portion of the first word of the diary entry.
768 For examples of three common styles, see `diary-american-date-forms',
769 `diary-european-date-forms', and `diary-iso-date-forms'."
770 :type '(repeat (choice (cons :tag "Backup"
771 :value (backup . nil)
772 (const backup)
773 (repeat (list :inline t :format "%v"
774 (symbol :tag "Keyword")
775 (choice symbol regexp))))
776 (repeat (list :inline t :format "%v"
777 (symbol :tag "Keyword")
778 (choice symbol regexp)))))
779 :initialize 'custom-initialize-default
780 :set (lambda (symbol value)
781 (unless (equal value (eval symbol))
782 (custom-set-default symbol value)
783 (setq diary-font-lock-keywords (diary-font-lock-keywords))
784 ;; Need to redraw not just to get new font-locking, but also
785 ;; to pick up any newly recognized entries.
786 (and (diary-live-p)
787 (diary))))
788 :group 'diary)
790 ;; Next three are provided to aid in setting calendar-date-display-form.
791 (defcustom calendar-iso-date-display-form '((format "%s-%.2d-%.2d" year
792 (string-to-number month)
793 (string-to-number day)))
794 "Pseudo-pattern governing the way a date appears in the ISO style.
795 Normally you should not customize this, but `calendar-date-display-form'
796 \(which see)."
797 :type 'sexp
798 :version "23.1"
799 :group 'calendar)
801 (define-obsolete-variable-alias 'european-calendar-display-form
802 'calendar-european-date-display-form "23.1")
804 (defcustom calendar-european-date-display-form
805 '((if dayname (concat dayname ", ")) day " " monthname " " year)
806 "Pseudo-pattern governing the way a date appears in the European style.
807 Normally you should not customize this, but `calendar-date-display-form'
808 \(which see)."
809 :type 'sexp
810 :group 'calendar)
812 (define-obsolete-variable-alias 'american-calendar-display-form
813 'calendar-american-date-display-form "23.1")
815 (defcustom calendar-american-date-display-form
816 '((if dayname (concat dayname ", ")) monthname " " day ", " year)
817 "Pseudo-pattern governing the way a date appears in the American style.
818 Normally you should not customize this, but `calendar-date-display-form'
819 \(which see)."
820 :type 'sexp
821 :group 'calendar)
823 (defcustom calendar-date-display-form
824 (cond ((eq calendar-date-style 'iso)
825 calendar-iso-date-display-form)
826 ((eq calendar-date-style 'european)
827 calendar-european-date-display-form)
828 (t calendar-american-date-display-form))
829 "Pseudo-pattern governing the way a calendar date appears.
830 Used by the function `calendar-date-string' (which see), a pseudo-pattern
831 is a list of expressions that can involve the keywords `month', `day',
832 and `year' (all numbers in string form), and `monthname' and `dayname'
833 \(both alphabetic strings). For example, a typical American form would be
835 '(month \"/\" day \"/\" (substring year -2))
837 whereas
839 '((format \"%9s, %9s %2s, %4s\" dayname monthname day year))
841 would give the usual American style in fixed-length fields. The variables
842 `calendar-iso-date-display-form', `calendar-european-date-display-form', and
843 `calendar-american-date-display-form' provide some defaults for three common
844 styles."
845 :type 'sexp
846 :group 'calendar)
848 (defun calendar-set-date-style (style)
849 "Set the style of calendar and diary dates to STYLE (a symbol).
850 The valid styles are described in the documentation of `calendar-date-style'."
851 (interactive (list (intern
852 (completing-read "Date style: "
853 '("american" "european" "iso") nil t
854 nil nil "american"))))
855 (or (memq style '(american european iso))
856 (setq style 'american))
857 (setq calendar-date-style style
858 calendar-date-display-form
859 (symbol-value (intern-soft
860 (format "calendar-%s-date-display-form" style)))
861 diary-date-forms
862 (symbol-value (intern-soft (format "diary-%s-date-forms" style))))
863 (calendar-update-mode-line))
865 (defun european-calendar ()
866 "Set the interpretation and display of dates to the European style."
867 (interactive)
868 (calendar-set-date-style 'european))
870 (make-obsolete 'european-calendar 'calendar-set-date-style "23.1")
872 (defun american-calendar ()
873 "Set the interpretation and display of dates to the American style."
874 (interactive)
875 (calendar-set-date-style 'american))
877 (make-obsolete 'american-calendar 'calendar-set-date-style "23.1")
879 (define-obsolete-variable-alias 'holidays-in-diary-buffer
880 'diary-show-holidays-flag "23.1")
882 (defcustom diary-show-holidays-flag t
883 "Non-nil means include holidays in the diary display.
884 The holidays appear in the mode line of the diary buffer, or in the
885 fancy diary buffer next to the date. This slows down the diary functions
886 somewhat; setting it to nil makes the diary display faster."
887 :type 'boolean
888 :group 'holidays)
890 (defcustom calendar-debug-sexp nil
891 "Turn debugging on when evaluating a sexp in the diary or holiday list."
892 :type 'boolean
893 :group 'calendar)
895 (define-obsolete-variable-alias 'all-hebrew-calendar-holidays
896 'calendar-hebrew-all-holidays-flag "23.1")
898 (defcustom calendar-hebrew-all-holidays-flag nil
899 "If nil, show only major holidays from the Hebrew calendar.
900 This means only those Jewish holidays that appear on secular calendars.
901 Otherwise, show all the holidays that would appear in a complete Hebrew
902 calendar."
903 :type 'boolean
904 :group 'holidays)
906 (define-obsolete-variable-alias 'all-christian-calendar-holidays
907 'calendar-christian-all-holidays-flag "23.1")
909 (defcustom calendar-christian-all-holidays-flag nil
910 "If nil, show only major holidays from the Christian calendar.
911 This means only those Christian holidays that appear on secular calendars.
912 Otherwise, show all the holidays that would appear in a complete Christian
913 calendar."
914 :type 'boolean
915 :group 'holidays)
917 (define-obsolete-variable-alias 'all-islamic-calendar-holidays
918 'calendar-islamic-all-holidays-flag "23.1")
920 (defcustom calendar-islamic-all-holidays-flag nil
921 "If nil, show only major holidays from the Islamic calendar.
922 This means only those Islamic holidays that appear on secular calendars.
923 Otherwise, show all the holidays that would appear in a complete Islamic
924 calendar."
925 :type 'boolean
926 :group 'holidays)
928 (define-obsolete-variable-alias 'all-bahai-calendar-holidays
929 'calendar-bahai-all-holidays-flag "23.1")
931 (defcustom calendar-bahai-all-holidays-flag nil
932 "If nil, show only major holidays from the Baha'i calendar.
933 These are the days on which work and school must be suspended.
934 Otherwise, show all the holidays that would appear in a complete Baha'i
935 calendar."
936 :type 'boolean
937 :group 'holidays)
939 (defcustom calendar-chinese-all-holidays-flag nil
940 "If nil, show only the major holidays from the Chinese calendar."
941 :version "23.1"
942 :type 'boolean
943 :group 'holidays)
945 ;;; End of user options.
947 (calendar-recompute-layout-variables)
949 (defconst calendar-first-date-row 3
950 "First row in the calendar with actual dates.")
952 (defconst calendar-buffer "*Calendar*"
953 "Name of the buffer used for the calendar.")
955 (defconst holiday-buffer "*Holidays*"
956 "Name of the buffer used for the displaying the holidays.")
958 (defconst diary-fancy-buffer "*Fancy Diary Entries*"
959 "Name of the buffer used for the optional fancy display of the diary.")
961 (define-obsolete-variable-alias 'fancy-diary-buffer 'diary-fancy-buffer "23.1")
963 (defconst calendar-other-calendars-buffer "*Other Calendars*"
964 "Name of the buffer used for the display of date on other calendars.")
966 (defconst lunar-phases-buffer "*Phases of Moon*"
967 "Name of the buffer used for the lunar phases.")
969 (defconst calendar-hebrew-yahrzeit-buffer "*Yahrzeits*"
970 "Name of the buffer used by `list-yahrzeit-dates'.")
972 (defmacro calendar-increment-month (mon yr n &optional nmonths)
973 "Increment the variables MON and YR by N months.
974 Forward if N is positive or backward if N is negative.
975 A negative YR is interpreted as BC; -1 being 1 BC, and so on.
976 Optional NMONTHS is the number of months per year (default 12)."
977 ;; Can view this as a form of base-nmonths arithmetic, in which "a
978 ;; year" = "ten", and we never bother to use hundreds.
979 `(let ((nmonths (or ,nmonths 12))
980 macro-y)
981 (if (< ,yr 0) (setq ,yr (1+ ,yr))) ; -1 BC -> 0 AD, etc
982 (setq macro-y (+ (* ,yr nmonths) ,mon -1 ,n)
983 ,mon (1+ (mod macro-y nmonths))
984 ,yr (/ macro-y nmonths))
985 ;; Alternative:
986 ;;; (setq macro-y (+ (* ,yr nmonths) ,mon -1 ,n)
987 ;;; ,yr (/ macro-y nmonths)
988 ;;; ,mon (- macro-y (* ,yr nmonths)))
989 (and (< macro-y 0) (> ,mon 1) (setq ,yr (1- ,yr)))
990 (if (< ,yr 1) (setq ,yr (1- ,yr))))) ; 0 AD -> -1 BC, etc
992 (define-obsolete-function-alias 'increment-calendar-month
993 'calendar-increment-month "23.1")
995 (defvar displayed-month)
996 (defvar displayed-year)
998 (defun calendar-increment-month-cons (n &optional mon yr)
999 "Return the Nth month after MON/YR.
1000 The return value is a pair (MONTH . YEAR).
1001 MON defaults to `displayed-month'. YR defaults to `displayed-year'."
1002 (unless mon (setq mon displayed-month))
1003 (unless yr (setq yr displayed-year))
1004 (calendar-increment-month mon yr n)
1005 (cons mon yr))
1007 (defmacro calendar-for-loop (var from init to final do &rest body)
1008 "Execute a for loop.
1009 Evaluate BODY with VAR bound to successive integers from INIT to FINAL,
1010 inclusive. The standard macro `dotimes' is preferable in most cases."
1011 (declare (debug (symbolp "from" form "to" form "do" body))
1012 (indent defun))
1013 `(let ((,var (1- ,init)))
1014 (while (>= ,final (setq ,var (1+ ,var)))
1015 ,@body)))
1017 (make-obsolete 'calendar-for-loop "use `dotimes' or `while' instead." "23.1")
1019 (defmacro calendar-sum (index initial condition expression)
1020 "For INDEX = INITIAL, +1, ... (as long as CONDITION holds), sum EXPRESSION."
1021 (declare (debug (symbolp form form form)))
1022 `(let ((,index ,initial)
1023 (sum 0))
1024 (while ,condition
1025 (setq sum (+ sum ,expression)
1026 ,index (1+ ,index)))
1027 sum))
1029 ;; FIXME bind q to bury-buffer?
1030 (defmacro calendar-in-read-only-buffer (buffer &rest body)
1031 "Switch to BUFFER and executes the forms in BODY.
1032 First creates or erases BUFFER as needed. Leaves BUFFER read-only,
1033 with disabled undo. Leaves point at point-min, displays BUFFER."
1034 (declare (indent 1) (debug t))
1035 `(progn
1036 (set-buffer (get-buffer-create ,buffer))
1037 (setq buffer-read-only nil
1038 buffer-undo-list t)
1039 (erase-buffer)
1040 ,@body
1041 (goto-char (point-min))
1042 (set-buffer-modified-p nil)
1043 (setq buffer-read-only t)
1044 (display-buffer ,buffer)))
1046 ;; The following are in-line for speed; they can be called thousands of times
1047 ;; when looking up holidays or processing the diary. Here, for example, are
1048 ;; the numbers of calls to calendar/diary/holiday functions in preparing the
1049 ;; fancy diary display, for a moderately complex diary file, with functions
1050 ;; used instead of macros. There were a total of 10000 such calls:
1052 ;; 1934 calendar-extract-month
1053 ;; 1852 calendar-extract-year
1054 ;; 1819 calendar-extract-day
1055 ;; 845 calendar-leap-year-p
1056 ;; 837 calendar-day-number
1057 ;; 775 calendar-absolute-from-gregorian
1058 ;; 346 calendar-last-day-of-month
1059 ;; 286 calendar-hebrew-last-day-of-month
1060 ;; 188 calendar-hebrew-leap-year-p
1061 ;; 180 calendar-hebrew-elapsed-days
1062 ;; 163 calendar-hebrew-last-month-of-year
1063 ;; 66 calendar-date-compare
1064 ;; 65 calendar-hebrew-days-in-year
1065 ;; 60 calendar-julian-to-absolute
1066 ;; 50 calendar-hebrew-to-absolute
1067 ;; 43 calendar-date-equal
1068 ;; 38 calendar-gregorian-from-absolute
1069 ;; .
1071 ;; The use of these seven macros eliminates the overhead of 92% of the function
1072 ;; calls; it's faster this way.
1074 (defsubst calendar-extract-month (date)
1075 "Extract the month part of DATE which has the form (month day year)."
1076 (car date))
1078 (define-obsolete-function-alias 'extract-calendar-month
1079 'calendar-extract-month "23.1")
1081 ;; Note gives wrong answer for result of (calendar-read-date 'noday),
1082 ;; but that is only used by `calendar-other-month'.
1083 (defsubst calendar-extract-day (date)
1084 "Extract the day part of DATE which has the form (month day year)."
1085 (cadr date))
1087 (define-obsolete-function-alias 'extract-calendar-day
1088 'calendar-extract-day "23.1")
1090 (defsubst calendar-extract-year (date)
1091 "Extract the year part of DATE which has the form (month day year)."
1092 (nth 2 date))
1094 (define-obsolete-function-alias 'extract-calendar-year
1095 'calendar-extract-year "23.1")
1097 (defsubst calendar-leap-year-p (year)
1098 "Return t if YEAR is a Gregorian leap year.
1099 A negative year is interpreted as BC; -1 being 1 BC, and so on."
1100 ;; 1 BC = 0 AD, 2 BC acts like 1 AD, etc.
1101 (if (< year 0) (setq year (1- (abs year))))
1102 (and (zerop (% year 4))
1103 (or (not (zerop (% year 100)))
1104 (zerop (% year 400)))))
1106 ;; The foregoing is a bit faster, but not as clear as the following:
1108 ;;(defsubst calendar-leap-year-p (year)
1109 ;; "Return t if YEAR is a Gregorian leap year."
1110 ;; (or
1111 ;; (and (zerop (% year 4))
1112 ;; (not (zerop (% year 100))))
1113 ;; (zerop (% year 400)))
1115 (defsubst calendar-last-day-of-month (month year)
1116 "The last day in MONTH during YEAR."
1117 (if (and (= month 2) (calendar-leap-year-p year))
1119 (aref [31 28 31 30 31 30 31 31 30 31 30 31] (1- month))))
1121 ;; An explanation of the calculation can be found in PascAlgorithms by
1122 ;; Edward and Ruth Reingold, Scott-Foresman/Little, Brown, 1988.
1124 (defsubst calendar-day-number (date)
1125 "Return the day number within the year of the date DATE.
1126 For example, (calendar-day-number '(1 1 1987)) returns the value 1,
1127 while (calendar-day-number '(12 31 1980)) returns 366."
1128 (let* ((month (calendar-extract-month date))
1129 (day (calendar-extract-day date))
1130 (year (calendar-extract-year date))
1131 (day-of-year (+ day (* 31 (1- month)))))
1132 (when (> month 2)
1133 (setq day-of-year (- day-of-year (/ (+ 23 (* 4 month)) 10)))
1134 (if (calendar-leap-year-p year)
1135 (setq day-of-year (1+ day-of-year))))
1136 day-of-year))
1138 (defsubst calendar-absolute-from-gregorian (date)
1139 "The number of days elapsed between the Gregorian date 12/31/1 BC and DATE.
1140 The Gregorian date Sunday, December 31, 1 BC is imaginary.
1141 DATE is a list of the form (month day year). A negative year is
1142 interpreted as BC; -1 being 1 BC, and so on. Dates before 12/31/1 BC
1143 return negative results."
1144 (let ((year (calendar-extract-year date))
1145 offset-years)
1146 (cond ((zerop year)
1147 (error "There was no year zero"))
1148 ((> year 0)
1149 (setq offset-years (1- year))
1150 (+ (calendar-day-number date) ; days this year
1151 (* 365 offset-years) ; + days in prior years
1152 (/ offset-years 4) ; + Julian leap years
1153 (- (/ offset-years 100)) ; - century years
1154 (/ offset-years 400))) ; + Gregorian leap years
1156 ;; Years between date and 1 BC, excluding 1 BC (1 for 2 BC, etc).
1157 (setq offset-years (abs (1+ year)))
1158 (- (calendar-day-number date)
1159 (* 365 offset-years)
1160 (/ offset-years 4)
1161 (- (/ offset-years 100))
1162 (/ offset-years 400)
1163 (calendar-day-number '(12 31 -1))))))) ; days in year 1 BC
1165 ;;;###autoload
1166 (defun calendar (&optional arg)
1167 "Display a three-month Gregorian calendar.
1168 The three months appear side by side, with the current month in
1169 the middle surrounded by the previous and next months. The
1170 cursor is put on today's date. If optional prefix argument ARG
1171 is non-nil, prompts for the central month and year.
1173 Once in the calendar window, future or past months can be moved
1174 into view. Arbitrary months can be displayed, or the calendar
1175 can be scrolled forward or backward. The cursor can be moved
1176 forward or backward by one day, one week, one month, or one year.
1177 All of these commands take prefix arguments which, when negative,
1178 cause movement in the opposite direction. For convenience, the
1179 digit keys and the minus sign are automatically prefixes. Use
1180 \\[describe-mode] for details of the key bindings in the calendar
1181 window.
1183 Displays the calendar in a separate window, or optionally in a
1184 separate frame, depending on the value of `calendar-setup'.
1186 If `calendar-view-diary-initially-flag' is non-nil, also displays the
1187 diary entries for the current date (or however many days
1188 `diary-number-of-entries' specifies). This variable can be
1189 overridden by `calendar-setup'. As well as being displayed,
1190 diary entries can also be marked on the calendar (see
1191 `calendar-mark-diary-entries-flag').
1193 Runs the following hooks:
1195 `calendar-load-hook' - after loading calendar.el
1196 `calendar-today-visible-hook', `calendar-today-invisible-hook' - after
1197 generating a calendar, if today's date is visible or not, respectively
1198 `calendar-initial-window-hook' - after first creating a calendar
1200 This function is suitable for execution in a .emacs file."
1201 (interactive "P")
1202 ;; Avoid loading cal-x unless it will be used.
1203 (if (and (memq calendar-setup '(one-frame two-frames calendar-only))
1204 (display-multi-frame-p))
1205 (calendar-frame-setup calendar-setup arg)
1206 (calendar-basic-setup arg)))
1208 (defun calendar-basic-setup (&optional arg nodisplay)
1209 "Create a three-month calendar.
1210 If optional prefix argument ARG is non-nil, prompts for the month
1211 and year, else uses the current date. If NODISPLAY is non-nil, don't
1212 display the generated calendar."
1213 (interactive "P")
1214 (set-buffer (get-buffer-create calendar-buffer))
1215 (calendar-mode)
1216 (let* ((pop-up-windows t)
1217 (split-height-threshold 1000)
1218 (date (if arg (calendar-read-date t)
1219 (calendar-current-date)))
1220 (month (calendar-extract-month date))
1221 (year (calendar-extract-year date)))
1222 (calendar-increment-month month year (- calendar-offset))
1223 ;; Display the buffer before calling calendar-generate-window so that it
1224 ;; can get a chance to adjust the window sizes to the frame size.
1225 (or nodisplay (pop-to-buffer calendar-buffer))
1226 (calendar-generate-window month year)
1227 (if (and calendar-view-diary-initially-flag
1228 (calendar-date-is-visible-p date))
1229 (diary-view-entries)))
1230 (if calendar-view-holidays-initially-flag
1231 (let* ((diary-buffer (get-file-buffer diary-file))
1232 (diary-window (if diary-buffer (get-buffer-window diary-buffer)))
1233 (split-height-threshold (if diary-window 2 1000)))
1234 ;; FIXME display buffer?
1235 (calendar-list-holidays)))
1236 (run-hooks 'calendar-initial-window-hook))
1238 (defun calendar-generate-window (&optional mon yr)
1239 "Generate the calendar window for the current date.
1240 Optional integers MON and YR are used instead of today's date."
1241 (let* ((inhibit-read-only t)
1242 (today (calendar-current-date))
1243 (month (calendar-extract-month today))
1244 (day (calendar-extract-day today))
1245 (year (calendar-extract-year today))
1246 (today-visible (or (not mon)
1247 (<= (abs (calendar-interval mon yr month year)) 1)))
1248 (day-in-week (calendar-day-of-week today))
1249 (in-calendar-window (eq (window-buffer (selected-window))
1250 (get-buffer calendar-buffer))))
1251 (calendar-generate (or mon month) (or yr year))
1252 (calendar-update-mode-line)
1253 (calendar-cursor-to-visible-date
1254 (if today-visible today (list displayed-month 1 displayed-year)))
1255 (set-buffer-modified-p nil)
1256 ;; Don't do any window-related stuff if we weren't called from a
1257 ;; window displaying the calendar.
1258 (when in-calendar-window
1259 (if (or (one-window-p t) (not (window-full-width-p)))
1260 ;; Don't mess with the window size, but ensure that the first
1261 ;; line is fully visible.
1262 (set-window-vscroll nil 0)
1263 ;; Adjust the window to exactly fit the displayed calendar.
1264 (fit-window-to-buffer nil nil calendar-minimum-window-height))
1265 (sit-for 0))
1266 (and (bound-and-true-p font-lock-mode)
1267 (font-lock-fontify-buffer))
1268 (and calendar-mark-holidays-flag
1269 ;;; (calendar-date-is-valid-p today) ; useful for BC dates
1270 (calendar-mark-holidays)
1271 (and in-calendar-window (sit-for 0)))
1272 (unwind-protect
1273 (if calendar-mark-diary-entries-flag (diary-mark-entries))
1274 (if today-visible
1275 (run-hooks 'calendar-today-visible-hook)
1276 (run-hooks 'calendar-today-invisible-hook)))))
1278 (defun calendar-generate (month year)
1279 "Generate a three-month Gregorian calendar centered around MONTH, YEAR."
1280 ;; A negative YEAR is interpreted as BC; -1 being 1 BC, and so on.
1281 ;; Note that while calendars for years BC could be displayed as it
1282 ;; stands, almost all other calendar functions (eg holidays) would
1283 ;; at best have unpredictable results for such dates.
1284 (if (< (+ month (* 12 (1- year))) 2)
1285 (error "Months before January, 1 AD cannot be displayed"))
1286 (setq displayed-month month
1287 displayed-year year)
1288 (erase-buffer)
1289 (calendar-increment-month month year -1)
1290 (dotimes (i 3)
1291 (calendar-generate-month month year
1292 (+ calendar-left-margin
1293 (* calendar-month-width i)))
1294 (calendar-increment-month month year 1)))
1296 (defun calendar-move-to-column (indent)
1297 "Like `move-to-column', but indents if the line is too short."
1298 (if (< (move-to-column indent) indent)
1299 (indent-to indent)))
1301 (defun calendar-ensure-newline ()
1302 "Move to the next line, adding a newline if necessary."
1303 (or (zerop (forward-line 1))
1304 (insert "\n")))
1306 (defcustom calendar-intermonth-header nil
1307 "Header text display in the space to the left of each calendar month.
1308 See `calendar-intermonth-text'."
1309 :group 'calendar
1310 :initialize 'custom-initialize-default
1311 :risky t
1312 :set (lambda (sym val)
1313 (set sym val)
1314 (calendar-redraw))
1315 :type '(choice (const nil :tag "Nothing")
1316 (string :tag "Fixed string")
1317 (sexp :value
1318 (propertize "WK" 'font-lock-face
1319 'font-lock-function-name-face)))
1320 :version "23.1")
1322 (defcustom calendar-intermonth-text nil
1323 "Text to display in the space to the left of each calendar month.
1324 Can be nil, a fixed string, or a lisp expression that returns a string.
1325 When the expression is evaluated, the variables DAY, MONTH and YEAR
1326 are integers appropriate for the first day in each week.
1327 Will be truncated to the smaller of `calendar-left-margin' and
1328 `calendar-intermonth-spacing'. The last character is forced to be a space.
1329 For example, to display the ISO week numbers:
1331 (setq calendar-week-start-day 1
1332 calendar-intermonth-text
1333 '(propertize
1334 (format \"%2d\"
1335 (car
1336 (calendar-iso-from-absolute
1337 (calendar-absolute-from-gregorian (list month day year)))))
1338 'font-lock-face 'font-lock-function-name-face))
1340 See also `calendar-intermonth-header'."
1341 :group 'calendar
1342 :initialize 'custom-initialize-default
1343 :risky t
1344 :set (lambda (sym val)
1345 (set sym val)
1346 (calendar-redraw))
1347 :type '(choice (const nil :tag "Nothing")
1348 (string :tag "Fixed string")
1349 (sexp :value
1350 (propertize
1351 (format "%2d"
1352 (car
1353 (calendar-iso-from-absolute
1354 (calendar-absolute-from-gregorian
1355 (list month day year)))))
1356 'font-lock-face 'font-lock-function-name-face)))
1357 :version "23.1")
1359 (defun calendar-insert-at-column (indent string truncate)
1360 "Move to column INDENT, adding spaces as needed.
1361 Inserts STRING so that it ends at INDENT. STRING is either a
1362 literal string, or a sexp to evaluate to return such. Truncates
1363 STRING to length TRUNCATE, ensure a trailing space."
1364 (if (not (ignore-errors (stringp (setq string (eval string)))))
1365 (calendar-move-to-column indent)
1366 (if (> (length string) truncate)
1367 (setq string (substring string 0 truncate)))
1368 (or (string-match " $" string)
1369 (if (= (length string) truncate)
1370 (aset string (1- truncate) ?\s)
1371 (setq string (concat string " "))))
1372 (calendar-move-to-column (- indent (length string)))
1373 (insert string)))
1375 (defun calendar-generate-month (month year indent)
1376 "Produce a calendar for MONTH, YEAR on the Gregorian calendar.
1377 The calendar is inserted at the top of the buffer in which point is currently
1378 located, but indented INDENT spaces. The indentation is done from the first
1379 character on the line and does not disturb the first INDENT characters on the
1380 line."
1381 (let ((blank-days ; at start of month
1382 (mod
1383 (- (calendar-day-of-week (list month 1 year))
1384 calendar-week-start-day)
1386 (last (calendar-last-day-of-month month year))
1387 (trunc (min calendar-intermonth-spacing
1388 (1- calendar-left-margin)))
1389 (day 1)
1390 string)
1391 (goto-char (point-min))
1392 (calendar-move-to-column indent)
1393 (insert
1394 (calendar-string-spread
1395 (list (format "%s %d" (calendar-month-name month) year))
1396 ?\s calendar-month-digit-width))
1397 (calendar-ensure-newline)
1398 (calendar-insert-at-column indent calendar-intermonth-header trunc)
1399 ;; Use the first two characters of each day to head the columns.
1400 (dotimes (i 7)
1401 (insert
1402 (progn
1403 (setq string
1404 (calendar-day-name (mod (+ calendar-week-start-day i) 7) nil t))
1405 (if enable-multibyte-characters
1406 (truncate-string-to-width string calendar-day-header-width)
1407 (substring string 0 calendar-day-header-width)))
1408 (make-string (- calendar-column-width calendar-day-header-width) ?\s)))
1409 (calendar-ensure-newline)
1410 (calendar-insert-at-column indent calendar-intermonth-text trunc)
1411 ;; Add blank days before the first of the month.
1412 (insert (make-string (* blank-days calendar-column-width) ?\s))
1413 ;; Put in the days of the month.
1414 (dotimes (i last)
1415 (setq day (1+ i))
1416 ;; TODO should numbers be left-justified, centred...?
1417 (insert (format (format "%%%dd%%s" calendar-day-digit-width) day
1418 (make-string
1419 (- calendar-column-width calendar-day-digit-width) ?\s)))
1420 ;; 'date property prevents intermonth text confusing re-searches.
1421 ;; (Tried intangible, it did not really work.)
1422 (set-text-properties
1423 (- (point) (1+ calendar-day-digit-width)) (1- (point))
1424 `(mouse-face highlight help-echo ,(eval calendar-date-echo-text)
1425 date t))
1426 (when (and (zerop (mod (+ day blank-days) 7))
1427 (/= day last))
1428 (calendar-ensure-newline)
1429 (setq day (1+ day)) ; first day of next week
1430 (calendar-insert-at-column indent calendar-intermonth-text trunc)))))
1432 (defun calendar-redraw ()
1433 "Redraw the calendar display, if `calendar-buffer' is live."
1434 (interactive)
1435 (if (get-buffer calendar-buffer)
1436 (with-current-buffer calendar-buffer
1437 (let ((cursor-date (calendar-cursor-to-nearest-date)))
1438 (calendar-generate-window displayed-month displayed-year)
1439 (calendar-cursor-to-visible-date cursor-date)))))
1441 (defvar calendar-mode-map
1442 (let ((map (make-keymap)))
1443 (suppress-keymap map)
1444 (dolist (c '(narrow-to-region mark-word mark-sexp mark-paragraph
1445 mark-defun mark-whole-buffer mark-page
1446 downcase-region upcase-region kill-region
1447 copy-region-as-kill capitalize-region write-region))
1448 (define-key map (vector 'remap c) 'calendar-not-implemented))
1449 (define-key map "<" 'calendar-scroll-right)
1450 (define-key map "\C-x<" 'calendar-scroll-right)
1451 (define-key map [prior] 'calendar-scroll-right-three-months)
1452 (define-key map "\ev" 'calendar-scroll-right-three-months)
1453 (define-key map ">" 'calendar-scroll-left)
1454 (define-key map "\C-x>" 'calendar-scroll-left)
1455 (define-key map [next] 'calendar-scroll-left-three-months)
1456 (define-key map "\C-v" 'calendar-scroll-left-three-months)
1457 (define-key map "\C-b" 'calendar-backward-day)
1458 (define-key map "\C-p" 'calendar-backward-week)
1459 (define-key map "\e{" 'calendar-backward-month)
1460 (define-key map "\C-x[" 'calendar-backward-year)
1461 (define-key map "\C-f" 'calendar-forward-day)
1462 (define-key map "\C-n" 'calendar-forward-week)
1463 (define-key map [left] 'calendar-backward-day)
1464 (define-key map [up] 'calendar-backward-week)
1465 (define-key map [right] 'calendar-forward-day)
1466 (define-key map [down] 'calendar-forward-week)
1467 (define-key map "\e}" 'calendar-forward-month)
1468 (define-key map "\C-x]" 'calendar-forward-year)
1469 (define-key map "\C-a" 'calendar-beginning-of-week)
1470 (define-key map "\C-e" 'calendar-end-of-week)
1471 (define-key map "\ea" 'calendar-beginning-of-month)
1472 (define-key map "\ee" 'calendar-end-of-month)
1473 (define-key map "\e<" 'calendar-beginning-of-year)
1474 (define-key map "\e>" 'calendar-end-of-year)
1475 (define-key map "\C-@" 'calendar-set-mark)
1476 ;; Many people are used to typing C-SPC and getting C-@.
1477 (define-key map [?\C-\s] 'calendar-set-mark)
1478 (define-key map "\C-x\C-x" 'calendar-exchange-point-and-mark)
1479 (define-key map "\e=" 'calendar-count-days-region)
1480 (define-key map "gd" 'calendar-goto-date)
1481 (define-key map "gD" 'calendar-goto-day-of-year)
1482 (define-key map "gj" 'calendar-julian-goto-date)
1483 (define-key map "ga" 'calendar-astro-goto-day-number)
1484 (define-key map "gh" 'calendar-hebrew-goto-date)
1485 (define-key map "gi" 'calendar-islamic-goto-date)
1486 (define-key map "gb" 'calendar-bahai-goto-date)
1487 (define-key map "gC" 'calendar-chinese-goto-date)
1488 (define-key map "gk" 'calendar-coptic-goto-date)
1489 (define-key map "ge" 'calendar-ethiopic-goto-date)
1490 (define-key map "gp" 'calendar-persian-goto-date)
1491 (define-key map "gc" 'calendar-iso-goto-date)
1492 (define-key map "gw" 'calendar-iso-goto-week)
1493 (define-key map "gf" 'calendar-french-goto-date)
1494 (define-key map "gml" 'calendar-mayan-goto-long-count-date)
1495 (define-key map "gmpc" 'calendar-mayan-previous-round-date)
1496 (define-key map "gmnc" 'calendar-mayan-next-round-date)
1497 (define-key map "gmph" 'calendar-mayan-previous-haab-date)
1498 (define-key map "gmnh" 'calendar-mayan-next-haab-date)
1499 (define-key map "gmpt" 'calendar-mayan-previous-tzolkin-date)
1500 (define-key map "gmnt" 'calendar-mayan-next-tzolkin-date)
1501 (define-key map "Aa" 'appt-add)
1502 (define-key map "Ad" 'appt-delete)
1503 (define-key map "S" 'calendar-sunrise-sunset)
1504 (define-key map "M" 'calendar-phases-of-moon)
1505 (define-key map " " 'scroll-other-window)
1506 (define-key map "\d" 'scroll-other-window-down)
1507 (define-key map "\C-c\C-l" 'calendar-redraw)
1508 (define-key map "." 'calendar-goto-today)
1509 (define-key map "o" 'calendar-other-month)
1510 (define-key map "q" 'calendar-exit)
1511 (define-key map "a" 'calendar-list-holidays)
1512 (define-key map "h" 'calendar-cursor-holidays)
1513 (define-key map "x" 'calendar-mark-holidays)
1514 (define-key map "u" 'calendar-unmark)
1515 (define-key map "m" 'diary-mark-entries)
1516 (define-key map "d" 'diary-view-entries)
1517 (define-key map "D" 'diary-view-other-diary-entries)
1518 (define-key map "s" 'diary-show-all-entries)
1519 (define-key map "pd" 'calendar-print-day-of-year)
1520 (define-key map "pC" 'calendar-chinese-print-date)
1521 (define-key map "pk" 'calendar-coptic-print-date)
1522 (define-key map "pe" 'calendar-ethiopic-print-date)
1523 (define-key map "pp" 'calendar-persian-print-date)
1524 (define-key map "pc" 'calendar-iso-print-date)
1525 (define-key map "pj" 'calendar-julian-print-date)
1526 (define-key map "pa" 'calendar-astro-print-day-number)
1527 (define-key map "ph" 'calendar-hebrew-print-date)
1528 (define-key map "pi" 'calendar-islamic-print-date)
1529 (define-key map "pb" 'calendar-bahai-print-date)
1530 (define-key map "pf" 'calendar-french-print-date)
1531 (define-key map "pm" 'calendar-mayan-print-date)
1532 (define-key map "po" 'calendar-print-other-dates)
1533 (define-key map "id" 'diary-insert-entry)
1534 (define-key map "iw" 'diary-insert-weekly-entry)
1535 (define-key map "im" 'diary-insert-monthly-entry)
1536 (define-key map "iy" 'diary-insert-yearly-entry)
1537 (define-key map "ia" 'diary-insert-anniversary-entry)
1538 (define-key map "ib" 'diary-insert-block-entry)
1539 (define-key map "ic" 'diary-insert-cyclic-entry)
1540 (define-key map "ihd" 'diary-hebrew-insert-entry)
1541 (define-key map "ihm" 'diary-hebrew-insert-monthly-entry)
1542 (define-key map "ihy" 'diary-hebrew-insert-yearly-entry)
1543 (define-key map "iid" 'diary-islamic-insert-entry)
1544 (define-key map "iim" 'diary-islamic-insert-monthly-entry)
1545 (define-key map "iiy" 'diary-islamic-insert-yearly-entry)
1546 (define-key map "iBd" 'diary-bahai-insert-entry)
1547 (define-key map "iBm" 'diary-bahai-insert-monthly-entry)
1548 (define-key map "iBy" 'diary-bahai-insert-yearly-entry)
1549 (define-key map "?" 'calendar-goto-info-node)
1550 (define-key map "Hm" 'cal-html-cursor-month)
1551 (define-key map "Hy" 'cal-html-cursor-year)
1552 (define-key map "tm" 'cal-tex-cursor-month)
1553 (define-key map "tM" 'cal-tex-cursor-month-landscape)
1554 (define-key map "td" 'cal-tex-cursor-day)
1555 (define-key map "tw1" 'cal-tex-cursor-week)
1556 (define-key map "tw2" 'cal-tex-cursor-week2)
1557 (define-key map "tw3" 'cal-tex-cursor-week-iso)
1558 (define-key map "tw4" 'cal-tex-cursor-week-monday)
1559 (define-key map "tfd" 'cal-tex-cursor-filofax-daily)
1560 (define-key map "tfw" 'cal-tex-cursor-filofax-2week)
1561 (define-key map "tfW" 'cal-tex-cursor-filofax-week)
1562 (define-key map "tfy" 'cal-tex-cursor-filofax-year)
1563 (define-key map "ty" 'cal-tex-cursor-year)
1564 (define-key map "tY" 'cal-tex-cursor-year-landscape)
1566 (define-key map [menu-bar edit] 'undefined)
1567 (define-key map [menu-bar search] 'undefined)
1569 (easy-menu-define nil map nil cal-menu-moon-menu)
1570 (easy-menu-define nil map nil cal-menu-diary-menu)
1571 (easy-menu-define nil map nil cal-menu-holidays-menu)
1572 (easy-menu-define nil map nil cal-menu-goto-menu)
1573 (easy-menu-define nil map nil cal-menu-scroll-menu)
1575 ;; These are referenced in the default calendar-date-echo-text.
1576 (define-key map [down-mouse-3]
1577 (easy-menu-binding cal-menu-context-mouse-menu))
1578 (define-key map [down-mouse-2]
1579 (easy-menu-binding cal-menu-global-mouse-menu))
1581 map)
1582 "Keymap for `calendar-mode'.")
1584 ;; Calendar mode is suitable only for specially formatted data.
1585 (put 'calendar-mode 'mode-class 'special)
1587 (defun calendar-mode-line-entry (command echo &optional key string)
1588 "Return a propertized string for `calendar-mode-line-format'.
1589 COMMAND is a command to run, ECHO is the help-echo text, KEY
1590 is COMMAND's keybinding, STRING describes the binding."
1591 (propertize (or key
1592 (substitute-command-keys
1593 (format "\\<calendar-mode-map>\\[%s] %s" command string)))
1594 'help-echo (format "mouse-1: %s" echo)
1595 'mouse-face 'mode-line-highlight
1596 'keymap (make-mode-line-mouse-map 'mouse-1 command)))
1598 ;; After calendar-mode-map.
1599 (defcustom calendar-mode-line-format
1600 (list
1601 (calendar-mode-line-entry 'calendar-scroll-right "previous month" "<")
1602 "Calendar"
1603 (concat
1604 (calendar-mode-line-entry 'calendar-goto-info-node "read Info on Calendar"
1605 nil "info")
1606 " / "
1607 (calendar-mode-line-entry 'calendar-other-month "choose another month"
1608 nil "other")
1609 " / "
1610 (calendar-mode-line-entry 'calendar-goto-today "go to today's date"
1611 nil "today"))
1612 '(calendar-date-string (calendar-current-date) t)
1613 (calendar-mode-line-entry 'calendar-scroll-left "next month" ">"))
1614 "The mode line of the calendar buffer.
1615 This is a list of items that evaluate to strings. The elements
1616 are evaluated and concatenated, evenly separated by blanks.
1617 During evaluation, the variable `date' is available as the date
1618 nearest the cursor (or today's date if that fails). To update
1619 the mode-line as the cursor moves, add `calendar-update-mode-line'
1620 to `calendar-move-hook'. Here is an example that has the Hebrew date,
1621 the day number/days remaining in the year, and the ISO week/year numbers:
1623 (list
1624 \"\"
1625 '(calendar-hebrew-date-string date)
1626 '(let* ((year (calendar-extract-year date))
1627 (d (calendar-day-number date))
1628 (days-remaining
1629 (- (calendar-day-number (list 12 31 year)) d)))
1630 (format \"%d/%d\" d days-remaining))
1631 '(let* ((d (calendar-absolute-from-gregorian date))
1632 (iso-date (calendar-iso-from-absolute d)))
1633 (format \"ISO week %d of %d\"
1634 (calendar-extract-month iso-date)
1635 (calendar-extract-year iso-date)))
1636 \"\"))"
1637 :risky t
1638 :type 'sexp
1639 :group 'calendar)
1641 (defun calendar-goto-info-node ()
1642 "Go to the info node for the calendar."
1643 (interactive)
1644 (info "(emacs)Calendar/Diary")
1645 (fit-window-to-buffer))
1647 (defvar calendar-mark-ring nil
1648 "Used by `calendar-set-mark'.")
1650 (define-derived-mode calendar-mode nil "Calendar"
1651 "A major mode for the calendar window.
1652 For a complete description, see the info node `Calendar/Diary'.
1654 \\<calendar-mode-map>\\{calendar-mode-map}"
1655 (setq buffer-read-only t
1656 buffer-undo-list t
1657 indent-tabs-mode nil)
1658 (calendar-update-mode-line)
1659 (make-local-variable 'calendar-mark-ring)
1660 (make-local-variable 'displayed-month) ; month in middle of window
1661 (make-local-variable 'displayed-year) ; year in middle of window
1662 ;; Most functions only work if displayed-month and displayed-year are set,
1663 ;; so let's make sure they're always set. Most likely, this will be reset
1664 ;; soon in calendar-generate, but better safe than sorry.
1665 (unless (boundp 'displayed-month) (setq displayed-month 1))
1666 (unless (boundp 'displayed-year) (setq displayed-year 2001))
1667 (set (make-local-variable 'font-lock-defaults)
1668 '(calendar-font-lock-keywords t)))
1670 (defun calendar-string-spread (strings char length)
1671 "Concatenate list of STRINGS separated with copies of CHAR to fill LENGTH.
1672 The effect is like mapconcat but the separating pieces are as balanced as
1673 possible. Each item of STRINGS is evaluated before concatenation so it can
1674 actually be an expression that evaluates to a string. If LENGTH is too short,
1675 the STRINGS are just concatenated and the result truncated."
1676 ;; The algorithm is based on equation (3.25) on page 85 of Concrete
1677 ;; Mathematics by Ronald L. Graham, Donald E. Knuth, and Oren Patashnik,
1678 ;; Addison-Wesley, Reading, MA, 1989.
1679 (let* ((strings (mapcar 'eval
1680 (if (< (length strings) 2)
1681 (append (list "") strings (list ""))
1682 strings)))
1683 (n (- length (length (apply 'concat strings))))
1684 (m (1- (length strings)))
1685 (s (car strings))
1686 (strings (cdr strings))
1687 (i 0))
1688 (dolist (string strings)
1689 (setq s (concat s
1690 (make-string (max 0 (/ (+ n i) m)) char)
1691 string)
1692 i (1+ i)))
1693 (substring s 0 length)))
1695 (defun calendar-update-mode-line ()
1696 "Update the calendar mode line with the current date and date style."
1697 (if (bufferp (get-buffer calendar-buffer))
1698 (with-current-buffer calendar-buffer
1699 (let ((start (- calendar-left-margin 2))
1700 (date (condition-case nil
1701 (calendar-cursor-to-nearest-date)
1702 (error (calendar-current-date)))))
1703 (setq mode-line-format
1704 (concat (make-string (max 0 (+ start
1705 (- (car (window-inside-edges))
1706 (car (window-edges))))) ?\s)
1707 (calendar-string-spread
1708 (mapcar 'eval calendar-mode-line-format)
1709 ?\s (- calendar-right-margin (1- start))))))
1710 (force-mode-line-update))))
1712 (defun calendar-window-list ()
1713 "List of all calendar-related windows."
1714 (let ((calendar-buffers (calendar-buffer-list))
1715 list)
1716 (walk-windows (lambda (w)
1717 (if (memq (window-buffer w) calendar-buffers)
1718 (push w list)))
1719 nil t)
1720 list))
1722 (defun calendar-buffer-list ()
1723 "List of all calendar-related buffers (as buffers, not strings)."
1724 (let (buffs)
1725 (dolist (b (list calendar-hebrew-yahrzeit-buffer lunar-phases-buffer
1726 holiday-buffer diary-fancy-buffer
1727 (get-file-buffer diary-file)
1728 calendar-buffer calendar-other-calendars-buffer))
1729 (and b (setq b (get-buffer b))
1730 (push b buffs)))
1731 buffs))
1733 (defun calendar-exit ()
1734 "Get out of the calendar window and hide it and related buffers."
1735 (interactive)
1736 (let ((diary-buffer (get-file-buffer diary-file)))
1737 (if (or (not diary-buffer)
1738 (not (buffer-modified-p diary-buffer))
1739 (yes-or-no-p
1740 "Diary modified; do you really want to exit the calendar? "))
1741 ;; Need to do this multiple times because one time can replace some
1742 ;; calendar-related buffers with other calendar-related buffers.
1743 (mapc (lambda (x)
1744 (mapc 'calendar-hide-window (calendar-window-list)))
1745 (calendar-window-list)))))
1747 (define-obsolete-function-alias 'exit-calendar 'calendar-exit "23.1")
1749 (defun calendar-hide-window (window)
1750 "Hide WINDOW if it is calendar-related."
1751 (let ((buffer (if (window-live-p window) (window-buffer window))))
1752 (if (memq buffer (calendar-buffer-list))
1753 (cond
1754 ((and (display-multi-frame-p)
1755 (eq 'icon (cdr (assoc 'visibility
1756 (frame-parameters
1757 (window-frame window))))))
1758 nil)
1759 ((and (display-multi-frame-p) (window-dedicated-p window))
1760 (if calendar-remove-frame-by-deleting
1761 (delete-frame (window-frame window))
1762 (iconify-frame (window-frame window))))
1763 ((not (and (select-window window) (one-window-p window)))
1764 (delete-window window))
1765 (t (set-buffer buffer)
1766 (bury-buffer))))))
1768 (defun calendar-current-date ()
1769 "Return the current date in a list (month day year)."
1770 (let ((now (decode-time)))
1771 (list (nth 4 now) (nth 3 now) (nth 5 now))))
1773 (defun calendar-column-to-segment ()
1774 "Convert current column to calendar month \"segment\".
1775 The left-most month returns 0, the next right 1, and so on."
1776 (let ((col (max 0 (+ (current-column)
1777 (/ calendar-intermonth-spacing 2)
1778 (- calendar-left-margin)))))
1779 (/ col (+ (* 7 calendar-column-width) calendar-intermonth-spacing))))
1781 (defun calendar-cursor-to-date (&optional error event)
1782 "Return a list (month day year) of current cursor position.
1783 If cursor is not on a specific date, signals an error if optional parameter
1784 ERROR is non-nil, otherwise just returns nil.
1785 If EVENT is non-nil, it's an event indicating the buffer position to
1786 use instead of point."
1787 (with-current-buffer
1788 (if event (window-buffer (posn-window (event-start event)))
1789 (current-buffer))
1790 (save-excursion
1791 (if event (goto-char (posn-point (event-start event))))
1792 (let* ((segment (calendar-column-to-segment))
1793 (month (% (+ displayed-month (1- segment)) 12)))
1794 ;; Call with point on either of the two digits in a 2-digit date,
1795 ;; or on or before the digit of a 1-digit date.
1796 (if (not (and (looking-at "[ 0-9]?[0-9][^0-9]")
1797 (get-text-property (point) 'date)))
1798 (if error (error "Not on a date!"))
1799 ;; Convert segment to real month and year.
1800 (if (zerop month) (setq month 12))
1801 ;; Go back to before the first date digit.
1802 (or (looking-at " ")
1803 (re-search-backward "[^0-9]"))
1804 (list month
1805 (string-to-number
1806 (buffer-substring (1+ (point))
1807 (+ 1 calendar-day-digit-width (point))))
1808 (cond
1809 ((and (= 12 month) (zerop segment)) (1- displayed-year))
1810 ((and (= 1 month) (= segment 2)) (1+ displayed-year))
1811 (t displayed-year))))))))
1813 (add-to-list 'debug-ignored-errors "Not on a date!")
1815 ;; The following version of calendar-gregorian-from-absolute is preferred for
1816 ;; reasons of clarity, BUT it's much slower than the version that follows it.
1818 ;;(defun calendar-gregorian-from-absolute (date)
1819 ;; "Compute the list (month day year) corresponding to the absolute DATE.
1820 ;;The absolute date is the number of days elapsed since the (imaginary)
1821 ;;Gregorian date Sunday, December 31, 1 BC."
1822 ;; (let* ((approx (/ date 366)) ; approximation from below
1823 ;; (year ; search forward from the approximation
1824 ;; (+ approx
1825 ;; (calendar-sum y approx
1826 ;; (>= date (calendar-absolute-from-gregorian (list 1 1 (1+ y))))
1827 ;; 1)))
1828 ;; (month ; search forward from January
1829 ;; (1+ (calendar-sum m 1
1830 ;; (> date
1831 ;; (calendar-absolute-from-gregorian
1832 ;; (list m (calendar-last-day-of-month m year) year)))
1833 ;; 1)))
1834 ;; (day ; calculate the day by subtraction
1835 ;; (- date
1836 ;; (1- (calendar-absolute-from-gregorian (list month 1 year))))))
1837 ;; (list month day year)))
1839 (defun calendar-gregorian-from-absolute (date)
1840 "Compute the list (month day year) corresponding to the absolute DATE.
1841 The absolute date is the number of days elapsed since the (imaginary)
1842 Gregorian date Sunday, December 31, 1 BC. This function does not
1843 handle dates in years BC."
1844 ;; See the footnote on page 384 of ``Calendrical Calculations, Part II:
1845 ;; Three Historical Calendars'' by E. M. Reingold, N. Dershowitz, and S. M.
1846 ;; Clamen, Software--Practice and Experience, Volume 23, Number 4
1847 ;; (April, 1993), pages 383-404 for an explanation.
1848 (let* ((d0 (1- date))
1849 (n400 (/ d0 146097))
1850 (d1 (% d0 146097))
1851 (n100 (/ d1 36524))
1852 (d2 (% d1 36524))
1853 (n4 (/ d2 1461))
1854 (d3 (% d2 1461))
1855 (n1 (/ d3 365))
1856 (day (1+ (% d3 365)))
1857 (year (+ (* 400 n400) (* 100 n100) (* n4 4) n1))
1858 (month 1)
1859 mdays)
1860 (if (or (= n100 4) (= n1 4))
1861 (list 12 31 year)
1862 (setq year (1+ year))
1863 (while (< (setq mdays (calendar-last-day-of-month month year)) day)
1864 (setq day (- day mdays)
1865 month (1+ month)))
1866 (list month day year))))
1868 (defun calendar-other-month (month year &optional event)
1869 "Display a three-month calendar centered around MONTH and YEAR.
1870 EVENT is an event like `last-nonmenu-event'."
1871 (interactive (let ((event (list last-nonmenu-event)))
1872 (append (calendar-read-date 'noday) event)))
1873 (save-selected-window
1874 (and event
1875 (setq event (event-start event))
1876 (select-window (posn-window event)))
1877 (unless (and (= month displayed-month)
1878 (= year displayed-year))
1879 (let ((old-date (calendar-cursor-to-date))
1880 (today (calendar-current-date)))
1881 (calendar-generate-window month year)
1882 (calendar-cursor-to-visible-date
1883 (cond
1884 ((calendar-date-is-visible-p old-date) old-date)
1885 ((calendar-date-is-visible-p today) today)
1886 (t (list month 1 year))))))))
1888 (defun calendar-set-mark (arg &optional event)
1889 "Mark the date under the cursor, or jump to marked date.
1890 With no prefix argument, push current date onto marked date ring.
1891 With argument ARG, jump to mark, pop it, and put point at end of ring."
1892 (interactive
1893 (list current-prefix-arg last-nonmenu-event))
1894 (let ((date (calendar-cursor-to-date t event)))
1895 (if arg
1896 (if (null calendar-mark-ring)
1897 (error "No mark set in this buffer")
1898 (calendar-goto-date (car calendar-mark-ring))
1899 (setq calendar-mark-ring
1900 (cdr (nconc calendar-mark-ring (list date)))))
1901 (push date calendar-mark-ring)
1902 ;; Since the top of the mark ring is the marked date in the
1903 ;; calendar, the mark ring in the calendar is one longer than
1904 ;; in other buffers to get the same effect.
1905 (if (> (length calendar-mark-ring) (1+ mark-ring-max))
1906 (setcdr (nthcdr mark-ring-max calendar-mark-ring) nil))
1907 (message "Mark set"))))
1909 (defun calendar-exchange-point-and-mark ()
1910 "Exchange the current cursor position with the marked date."
1911 (interactive)
1912 (let ((mark (car calendar-mark-ring))
1913 (date (calendar-cursor-to-date t)))
1914 (if (null mark)
1915 (error "No mark set in this buffer")
1916 (setq calendar-mark-ring (cons date (cdr calendar-mark-ring)))
1917 (calendar-goto-date mark))))
1919 (defun calendar-count-days-region ()
1920 "Count the number of days (inclusive) between point and the mark."
1921 (interactive)
1922 (let* ((days (- (calendar-absolute-from-gregorian
1923 (calendar-cursor-to-date t))
1924 (calendar-absolute-from-gregorian
1925 (or (car calendar-mark-ring)
1926 (error "No mark set in this buffer")))))
1927 (days (1+ (if (> days 0) days (- days)))))
1928 (message "Region has %d day%s (inclusive)"
1929 days (if (> days 1) "s" ""))))
1931 (defun calendar-not-implemented ()
1932 "Not implemented."
1933 (interactive)
1934 (error "%s not available in the calendar"
1935 (global-key-binding (this-command-keys))))
1937 (defun calendar-read (prompt acceptable &optional initial-contents)
1938 "Return an object read from the minibuffer.
1939 Prompt with the string PROMPT and use the function ACCEPTABLE to decide if
1940 entered item is acceptable. If non-nil, optional third arg INITIAL-CONTENTS
1941 is a string to insert in the minibuffer before reading."
1942 (let ((value (read-minibuffer prompt initial-contents)))
1943 (while (not (funcall acceptable value))
1944 (setq value (read-minibuffer prompt initial-contents)))
1945 value))
1948 (defvar calendar-abbrev-length 3
1949 "*Length of abbreviations to be used for day and month names.
1950 See also `calendar-day-abbrev-array' and `calendar-month-abbrev-array'.")
1952 ;; FIXME does it have to start from Sunday?
1953 (defcustom calendar-day-name-array
1954 ["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday"]
1955 "Array of capitalized strings giving, in order, the day names.
1956 The first two characters of each string will be used to head the
1957 day columns in the calendar. See also the variable
1958 `calendar-day-abbrev-array'."
1959 :group 'calendar
1960 :type '(vector (string :tag "Sunday")
1961 (string :tag "Monday")
1962 (string :tag "Tuesday")
1963 (string :tag "Wednesday")
1964 (string :tag "Thursday")
1965 (string :tag "Friday")
1966 (string :tag "Saturday")))
1968 (defvar calendar-day-abbrev-array
1969 [nil nil nil nil nil nil nil]
1970 "*Array of capitalized strings giving the abbreviated day names.
1971 The order should be the same as that of the full names specified
1972 in `calendar-day-name-array'. These abbreviations may be used
1973 instead of the full names in the diary file. Do not include a
1974 trailing `.' in the strings specified in this variable, though
1975 you may use such in the diary file. If any element of this array
1976 is nil, then the abbreviation will be constructed as the first
1977 `calendar-abbrev-length' characters of the corresponding full name.")
1979 (defcustom calendar-month-name-array
1980 ["January" "February" "March" "April" "May" "June"
1981 "July" "August" "September" "October" "November" "December"]
1982 "Array of capitalized strings giving, in order, the month names.
1983 See also the variable `calendar-month-abbrev-array'."
1984 :group 'calendar
1985 :type '(vector (string :tag "January")
1986 (string :tag "February")
1987 (string :tag "March")
1988 (string :tag "April")
1989 (string :tag "May")
1990 (string :tag "June")
1991 (string :tag "July")
1992 (string :tag "August")
1993 (string :tag "September")
1994 (string :tag "October")
1995 (string :tag "November")
1996 (string :tag "December")))
1998 (defvar calendar-month-abbrev-array
1999 [nil nil nil nil nil nil nil nil nil nil nil nil]
2000 "*Array of capitalized strings giving the abbreviated month names.
2001 The order should be the same as that of the full names specified
2002 in `calendar-month-name-array'. These abbreviations are used in
2003 the calendar menu entries, and can also be used in the diary
2004 file. Do not include a trailing `.' in the strings specified in
2005 this variable, though you may use such in the diary file. If any
2006 element of this array is nil, then the abbreviation will be
2007 constructed as the first `calendar-abbrev-length' characters of the
2008 corresponding full name.")
2010 (defun calendar-make-alist (sequence &optional start-index filter abbrevs)
2011 "Make an assoc list corresponding to SEQUENCE.
2012 Each element of sequence will be associated with an integer, starting
2013 from 1, or from START-INDEX if that is non-nil. If a sequence ABBREVS
2014 is supplied, the function `calendar-abbrev-construct' is used to
2015 construct abbreviations corresponding to the elements in SEQUENCE.
2016 Each abbreviation is entered into the alist with the same
2017 association index as the full name it represents.
2018 If FILTER is provided, apply it to each key in the alist."
2019 (let ((index 0)
2020 (offset (or start-index 1))
2021 (aseq (if abbrevs (calendar-abbrev-construct abbrevs sequence)))
2022 (aseqp (if abbrevs (calendar-abbrev-construct abbrevs sequence
2023 'period)))
2024 alist elem)
2025 (dotimes (i (length sequence) (reverse alist))
2026 (setq index (+ i offset)
2027 elem (elt sequence i)
2028 alist
2029 (cons (cons (if filter (funcall filter elem) elem) index) alist))
2030 (if aseq
2031 (setq elem (elt aseq i)
2032 alist (cons (cons (if filter (funcall filter elem) elem)
2033 index) alist)))
2034 (if aseqp
2035 (setq elem (elt aseqp i)
2036 alist (cons (cons (if filter (funcall filter elem) elem)
2037 index) alist))))))
2039 (defun calendar-read-date (&optional noday)
2040 "Prompt for Gregorian date. Return a list (month day year).
2041 If optional NODAY is t, does not ask for day, but just returns
2042 \(month 1 year); if NODAY is any other non-nil value the value returned is
2043 \(month year)"
2044 (let* ((year (calendar-read
2045 "Year (>0): "
2046 (lambda (x) (> x 0))
2047 (number-to-string (calendar-extract-year
2048 (calendar-current-date)))))
2049 (month-array calendar-month-name-array)
2050 (completion-ignore-case t)
2051 (month (cdr (assoc-string
2052 (completing-read
2053 "Month name: "
2054 (mapcar 'list (append month-array nil))
2055 nil t)
2056 (calendar-make-alist month-array 1) t)))
2057 (last (calendar-last-day-of-month month year)))
2058 (if noday
2059 (if (eq noday t)
2060 (list month 1 year)
2061 (list month year))
2062 (list month
2063 (calendar-read (format "Day (1-%d): " last)
2064 (lambda (x) (and (< 0 x) (<= x last))))
2065 year))))
2067 (defun calendar-interval (mon1 yr1 mon2 yr2)
2068 "The number of months difference between MON1, YR1 and MON2, YR2.
2069 The result is positive if the second date is later than the first.
2070 Negative years are interpreted as years BC; -1 being 1 BC, and so on."
2071 (if (< yr1 0) (setq yr1 (1+ yr1))) ; -1 BC -> 0 AD, etc
2072 (if (< yr2 0) (setq yr2 (1+ yr2)))
2073 (+ (* 12 (- yr2 yr1))
2074 (- mon2 mon1)))
2076 (defun calendar-abbrev-construct (abbrev full &optional period)
2077 "Internal calendar function to return a complete abbreviation array.
2078 ABBREV is an array of abbreviations, FULL the corresponding array
2079 of full names. The return value is the ABBREV array, with any nil
2080 elements replaced by the first three characters taken from the
2081 corresponding element of FULL. If optional argument PERIOD is non-nil,
2082 each element returned has a final `.' character."
2083 (let (elem array name)
2084 (dotimes (i (length full))
2085 (setq name (aref full i)
2086 elem (or (aref abbrev i)
2087 (substring name 0
2088 (min calendar-abbrev-length (length name))))
2089 elem (format "%s%s" elem (if period "." ""))
2090 array (append array (list elem))))
2091 (vconcat array)))
2093 (defvar calendar-font-lock-keywords
2094 `((,(concat (regexp-opt (mapcar 'identity calendar-month-name-array) t)
2095 " -?[0-9]+")
2096 . font-lock-function-name-face) ; month and year
2097 (,(regexp-opt
2098 (list (substring (aref calendar-day-name-array 6)
2099 0 calendar-day-header-width)
2100 (substring (aref calendar-day-name-array 0)
2101 0 calendar-day-header-width)))
2102 ;; Saturdays and Sundays are highlighted differently.
2103 . font-lock-comment-face)
2104 ;; First two chars of each day are used in the calendar.
2105 (,(regexp-opt (mapcar (lambda (x) (substring x 0 calendar-day-header-width))
2106 calendar-day-name-array))
2107 . font-lock-reference-face))
2108 "Default keywords to highlight in Calendar mode.")
2110 (defun calendar-day-name (date &optional abbrev absolute)
2111 "Return a string with the name of the day of the week of DATE.
2112 DATE should be a list in the format (MONTH DAY YEAR), unless the
2113 optional argument ABSOLUTE is non-nil, in which case DATE should
2114 be an integer in the range 0 to 6 corresponding to the day of the
2115 week. Day names are taken from the variable `calendar-day-name-array',
2116 unless the optional argument ABBREV is non-nil, in which case
2117 the variable `calendar-day-abbrev-array' is used."
2118 (aref (if abbrev
2119 (calendar-abbrev-construct calendar-day-abbrev-array
2120 calendar-day-name-array)
2121 calendar-day-name-array)
2122 (if absolute date (calendar-day-of-week date))))
2124 (defun calendar-month-name (month &optional abbrev)
2125 "Return a string with the name of month number MONTH.
2126 Months are numbered from one. Month names are taken from the
2127 variable `calendar-month-name-array', unless the optional
2128 argument ABBREV is non-nil, in which case
2129 `calendar-month-abbrev-array' is used."
2130 (aref (if abbrev
2131 (calendar-abbrev-construct calendar-month-abbrev-array
2132 calendar-month-name-array)
2133 calendar-month-name-array)
2134 (1- month)))
2136 (defun calendar-day-of-week (date)
2137 "Return the day-of-the-week index of DATE, 0 for Sunday, 1 for Monday, etc.
2138 DATE is a list of the form (month day year). A negative year is
2139 interpreted as BC; -1 being 1 BC, and so on."
2140 (mod (calendar-absolute-from-gregorian date) 7))
2142 (defun calendar-unmark ()
2143 "Delete all diary/holiday marks/highlighting from the calendar."
2144 (interactive)
2145 (setq calendar-mark-holidays-flag nil
2146 calendar-mark-diary-entries-flag nil)
2147 (with-current-buffer calendar-buffer
2148 (mapc 'delete-overlay (overlays-in (point-min) (point-max)))))
2150 (defun calendar-date-is-visible-p (date)
2151 "Return non-nil if DATE is valid and is visible in the calendar window."
2152 (and (calendar-date-is-valid-p date)
2153 (< (abs (calendar-interval
2154 displayed-month displayed-year
2155 (calendar-extract-month date) (calendar-extract-year date)))
2156 2)))
2158 ;; FIXME can this be generalized for holiday-chinese?
2159 (defun calendar-nongregorian-visible-p (month day toabs fromabs switch)
2160 "Return non-nil if MONTH, DAY is visible in the calendar window.
2161 MONTH and DAY are in some non-Gregorian calendar system. The
2162 functions TOABS and FROMABS convert that system to and from
2163 absolute, respectively. SWITCH is a function that takes a single
2164 argument (a local month number). It applies when the local year
2165 changes across the calendar window, and returns non-nil if the
2166 specified month should be associated with the higher year.
2167 Returns the corresponding Gregorian date."
2168 ;; We need to choose the local year associated with month and day
2169 ;; that might make them visible.
2170 (let* ((m1 displayed-month)
2171 (y1 displayed-year)
2172 (m2 displayed-month)
2173 (y2 displayed-year)
2174 ;; Absolute date of first/last dates in calendar window.
2175 (start-date (progn
2176 (calendar-increment-month m1 y1 -1)
2177 (calendar-absolute-from-gregorian (list m1 1 y1))))
2178 (end-date (progn
2179 (calendar-increment-month m2 y2 1)
2180 (calendar-absolute-from-gregorian
2181 (list m2 (calendar-last-day-of-month m2 y2) y2))))
2182 ;; Local date of first/last date in calendar window.
2183 (local-start (funcall fromabs start-date))
2184 (local-end (funcall fromabs end-date))
2185 ;; Local year of first/last dates.
2186 ;; Can only differ if displayed-month = 12, 1, 2.
2187 (local-y1 (calendar-extract-year local-start))
2188 (local-y2 (calendar-extract-year local-end))
2189 ;; Choose which year might be visible in the window.
2190 ;; Obviously it only matters when y1 and y2 differ, ie
2191 ;; when the _local_ new year is visible.
2192 (year (if (funcall switch month) local-y2 local-y1))
2193 (date (calendar-gregorian-from-absolute
2194 (funcall toabs (list month day year)))))
2195 (if (calendar-date-is-visible-p date)
2196 date)))
2198 (defun calendar-date-is-valid-p (date)
2199 "Return t if DATE is a valid date."
2200 (let ((month (calendar-extract-month date))
2201 (day (calendar-extract-day date))
2202 (year (calendar-extract-year date)))
2203 (and (<= 1 month) (<= month 12)
2204 ;; (calendar-read-date t) used to return a date with day = nil.
2205 ;; Should not be valid (?), since many funcs prob assume integer.
2206 ;; (calendar-read-date 'noday) returns (month year), which
2207 ;; currently results in calendar-extract-year returning nil.
2208 day year (<= 1 day) (<= day (calendar-last-day-of-month month year))
2209 ;; BC dates left as non-valid, to suppress errors from
2210 ;; complex holiday algorithms not suitable for years BC.
2211 ;; Note there are side effects on calendar navigation.
2212 (<= 1 year))))
2214 (define-obsolete-function-alias 'calendar-date-is-legal-p
2215 'calendar-date-is-valid-p "23.1")
2217 (defun calendar-date-equal (date1 date2)
2218 "Return t if the DATE1 and DATE2 are the same."
2219 (and
2220 (= (calendar-extract-month date1) (calendar-extract-month date2))
2221 (= (calendar-extract-day date1) (calendar-extract-day date2))
2222 (= (calendar-extract-year date1) (calendar-extract-year date2))))
2224 (defun calendar-make-temp-face (attrlist)
2225 "Return a temporary face based on the attributes in ATTRLIST.
2226 ATTRLIST is a list with elements of the form :face face :foreground color."
2227 (let ((attrs attrlist)
2228 faceinfo face temp-face)
2229 ;; Separate :face from the other attributes. Use the last :face
2230 ;; if there are more than one. FIXME is merging meaningful?
2231 (while attrs
2232 (if (eq (car attrs) :face)
2233 (setq face (intern-soft (cadr attrs))
2234 attrs (cddr attrs))
2235 (push (car attrs) faceinfo)
2236 (setq attrs (cdr attrs))))
2237 (or (facep face) (setq face 'default))
2238 (if (not faceinfo)
2239 ;; No attributes to apply, so just use an existing-face.
2240 face
2241 ;; FIXME should we be using numbered temp-faces, re-using where poss?
2242 (setq temp-face
2243 (make-symbol
2244 (concat ":caltemp"
2245 (mapconcat (lambda (sym)
2246 (cond
2247 ((symbolp sym) (symbol-name sym))
2248 ((numberp sym) (number-to-string sym))
2249 (t sym)))
2250 attrlist ""))))
2251 (make-face temp-face)
2252 (copy-face face temp-face)
2253 ;; Apply the font aspects.
2254 (apply 'set-face-attribute temp-face nil (nreverse faceinfo))
2255 temp-face)))
2257 (defun calendar-mark-visible-date (date &optional mark)
2258 "Mark DATE in the calendar window with MARK.
2259 MARK is a single-character string, a list of face attributes/values, or a face.
2260 MARK defaults to `diary-entry-marker'."
2261 (if (calendar-date-is-valid-p date)
2262 (with-current-buffer calendar-buffer
2263 (save-excursion
2264 (calendar-cursor-to-visible-date date)
2265 (setq mark
2266 (or (and (stringp mark) (= (length mark) 1) mark) ; single-char
2267 (and font-lock-mode
2269 (and (listp mark) (> (length mark) 0) mark) ; attrs
2270 (and (facep mark) mark))) ; face-name
2271 diary-entry-marker))
2272 (cond
2273 ;; Face or an attr-list that contained a face.
2274 ((facep mark)
2275 (overlay-put
2276 (make-overlay (1- (point)) (1+ (point))) 'face mark))
2277 ;; Single-character mark, goes after the date.
2278 ((and (stringp mark) (= (length mark) 1))
2279 (overlay-put
2280 (make-overlay (1+ (point)) (+ 2 (point))) 'display mark))
2281 (t ; attr list
2282 (overlay-put
2283 (make-overlay (1- (point)) (1+ (point))) 'face
2284 (calendar-make-temp-face mark))))))))
2286 (define-obsolete-function-alias 'mark-visible-calendar-date
2287 'calendar-mark-visible-date "23.1")
2289 (defun calendar-star-date ()
2290 "Replace the date under the cursor in the calendar window with asterisks.
2291 You might want to add this function to `calendar-today-visible-hook'."
2292 (unless (catch 'found
2293 (dolist (ol (overlays-at (point)))
2294 (and (overlay-get ol 'calendar-star)
2295 (throw 'found t))))
2296 (let ((ol (make-overlay (1- (point)) (point))))
2297 (overlay-put ol 'display "*")
2298 (overlay-put ol 'calendar-star t)
2299 ;; Use copy-sequence to avoid merging of identical 'display props.
2300 ;; Use two overlays so as not to mess up
2301 ;; calendar-cursor-to-nearest-date (and calendar-forward-day).
2302 (overlay-put (setq ol (make-overlay (point) (1+ (point))))
2303 'display (copy-sequence "*"))
2304 (overlay-put ol 'calendar-star t))))
2306 (defun calendar-mark-today ()
2307 "Mark the date under the cursor in the calendar window.
2308 The date is marked with `calendar-today-marker'. You might want to add
2309 this function to `calendar-today-visible-hook'."
2310 (calendar-mark-visible-date (calendar-cursor-to-date) calendar-today-marker))
2312 (defun calendar-date-compare (date1 date2)
2313 "Return t if DATE1 is before DATE2, nil otherwise.
2314 The actual dates are in the car of DATE1 and DATE2."
2315 (< (calendar-absolute-from-gregorian (car date1))
2316 (calendar-absolute-from-gregorian (car date2))))
2318 (defun calendar-date-string (date &optional abbreviate nodayname)
2319 "A string form of DATE, driven by the variable `calendar-date-display-form'.
2320 An optional parameter ABBREVIATE, when non-nil, causes the month
2321 and day names to be abbreviated as specified by
2322 `calendar-month-abbrev-array' and `calendar-day-abbrev-array',
2323 respectively. An optional parameter NODAYNAME, when t, omits the
2324 name of the day of the week."
2325 (let* ((dayname (unless nodayname (calendar-day-name date abbreviate)))
2326 (month (calendar-extract-month date))
2327 (monthname (calendar-month-name month abbreviate))
2328 (day (number-to-string (calendar-extract-day date)))
2329 (month (number-to-string month))
2330 (year (number-to-string (calendar-extract-year date))))
2331 (mapconcat 'eval calendar-date-display-form "")))
2333 (defun calendar-dayname-on-or-before (dayname date)
2334 "Return the absolute date of the DAYNAME on or before absolute DATE.
2335 DAYNAME=0 means Sunday, DAYNAME=1 means Monday, and so on.
2337 Note: Applying this function to d+6 gives us the DAYNAME on or after an
2338 absolute day d. Similarly, applying it to d+3 gives the DAYNAME nearest to
2339 absolute date d, applying it to d-1 gives the DAYNAME previous to absolute
2340 date d, and applying it to d+7 gives the DAYNAME following absolute date d."
2341 (- date (% (- date dayname) 7)))
2343 (defun calendar-nth-named-absday (n dayname month year &optional day)
2344 "Absolute date of the Nth DAYNAME after/before MONTH YEAR DAY.
2345 A DAYNAME of 0 means Sunday, 1 means Monday, and so on.
2346 If N>0, return the Nth DAYNAME after MONTH DAY, YEAR (inclusive).
2347 If N<0, return the Nth DAYNAME before MONTH DAY, YEAR (inclusive).
2348 DAY defaults to 1 if N>0, and MONTH's last day otherwise."
2349 (if (> n 0)
2350 (+ (* 7 (1- n))
2351 (calendar-dayname-on-or-before
2352 dayname
2353 (+ 6 (calendar-absolute-from-gregorian
2354 (list month (or day 1) year)))))
2355 (+ (* 7 (1+ n))
2356 (calendar-dayname-on-or-before
2357 dayname
2358 (calendar-absolute-from-gregorian
2359 (list month
2360 (or day (calendar-last-day-of-month month year))
2361 year))))))
2363 (defun calendar-nth-named-day (n dayname month year &optional day)
2364 "Date of the Nth DAYNAME after/before MONTH YEAR DAY.
2365 Like `calendar-nth-named-absday', but returns a Gregorian date."
2366 (calendar-gregorian-from-absolute
2367 (calendar-nth-named-absday n dayname month year day)))
2369 (defun calendar-day-of-year-string (&optional date)
2370 "String of day number of year of Gregorian DATE.
2371 Defaults to today's date if DATE is not given."
2372 (let* ((d (or date (calendar-current-date)))
2373 (year (calendar-extract-year d))
2374 (day (calendar-day-number d))
2375 (days-remaining (- (calendar-day-number (list 12 31 year)) day)))
2376 (format "Day %d of %d; %d day%s remaining in the year"
2377 day year days-remaining (if (= days-remaining 1) "" "s"))))
2379 (defun calendar-other-dates (date)
2380 "Return a list of strings giving Gregorian DATE in other calendars.
2381 DATE is (month day year). Calendars that do not apply are omitted."
2382 (let (odate)
2383 (delq nil
2384 (list
2385 (calendar-day-of-year-string date)
2386 (format "ISO date: %s" (calendar-iso-date-string date))
2387 (format "Julian date: %s"
2388 (calendar-julian-date-string date))
2389 (format "Astronomical (Julian) day number (at noon UTC): %s.0"
2390 (calendar-astro-date-string date))
2391 (format "Fixed (RD) date: %s"
2392 (calendar-absolute-from-gregorian date))
2393 (format "Hebrew date (before sunset): %s"
2394 (calendar-hebrew-date-string date))
2395 (format "Persian date: %s"
2396 (calendar-persian-date-string date))
2397 (unless (string-equal
2398 (setq odate (calendar-islamic-date-string date))
2400 (format "Islamic date (before sunset): %s" odate))
2401 (unless (string-equal
2402 (setq odate (calendar-bahai-date-string date))
2404 (format "Baha'i date: %s" odate))
2405 (format "Chinese date: %s"
2406 (calendar-chinese-date-string date))
2407 (unless (string-equal
2408 (setq odate (calendar-coptic-date-string date))
2410 (format "Coptic date: %s" odate))
2411 (unless (string-equal
2412 (setq odate (calendar-ethiopic-date-string date))
2414 (format "Ethiopic date: %s" odate))
2415 (unless (string-equal
2416 (setq odate (calendar-french-date-string date))
2418 (format "French Revolutionary date: %s" odate))
2419 (format "Mayan date: %s"
2420 (calendar-mayan-date-string date))))))
2422 (defun calendar-print-other-dates (&optional event)
2423 "Show dates on other calendars for date under the cursor.
2424 If called by a mouse-event, pops up a menu with the result."
2425 (interactive (list last-nonmenu-event))
2426 (let* ((date (calendar-cursor-to-date t event))
2427 (title (format "%s (Gregorian)" (calendar-date-string date)))
2428 selection)
2429 (if (mouse-event-p event)
2430 (and (setq selection (cal-menu-x-popup-menu event title
2431 (mapcar 'list (calendar-other-dates date))))
2432 (call-interactively selection))
2433 (calendar-in-read-only-buffer calendar-other-calendars-buffer
2434 (calendar-set-mode-line title)
2435 (insert (mapconcat 'identity (calendar-other-dates date) "\n"))))))
2437 (defun calendar-print-day-of-year ()
2438 "Show day number in year/days remaining in year for date under the cursor."
2439 (interactive)
2440 (message "%s" (calendar-day-of-year-string (calendar-cursor-to-date t))))
2442 (defun calendar-set-mode-line (str)
2443 "Set mode line to STR, centered, surrounded by dashes."
2444 (let* ((edges (window-edges))
2445 ;; As per doc of window-width, total visible mode-line length.
2446 (width (- (nth 2 edges) (car edges))))
2447 (setq mode-line-format
2448 (if buffer-file-name
2449 `("-" mode-line-modified
2450 ,(calendar-string-spread (list str) ?- (- width 6))
2451 "---")
2452 (calendar-string-spread (list str) ?- width)))))
2454 (defun calendar-version ()
2455 "Display the Calendar version."
2456 (interactive)
2457 (message "GNU Emacs %s" emacs-version))
2459 (make-obsolete 'calendar-version 'emacs-version "23.1")
2462 (run-hooks 'calendar-load-hook)
2464 (provide 'calendar)
2466 ;; Local variables:
2467 ;; byte-compile-dynamic: t
2468 ;; End:
2470 ;; arch-tag: 19c61596-c8fb-4c69-bcf1-7dd739919cd8
2471 ;;; calendar.el ends here