home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / lisp / calendar.el < prev    next >
Encoding:
Text File  |  1994-05-28  |  133.1 KB  |  3,163 lines

  1. ;;; calendar.el --- Calendar functions.
  2.  
  3. ;;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994 Free Software
  4. ;;; Foundation, Inc.
  5.  
  6. ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
  7. ;; Keywords: calendar
  8. ;; Human-Keywords: calendar, Gregorian calendar, Julian calendar, 
  9. ;;    Hebrew calendar, Islamic calendar, ISO calendar, Julian day number,
  10. ;;    diary, holidays
  11.  
  12. ;; This file is part of GNU Emacs.
  13.  
  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 2, or (at your option)
  17. ;; any later version.
  18.  
  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.
  23.  
  24. ;; You should have received a copy of the GNU General Public License
  25. ;; along with GNU Emacs; see the file COPYING.  If not, write to
  26. ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  27.  
  28. ;;; Commentary:
  29.  
  30. ;; This collection of functions implements a calendar window.  It
  31. ;; generates a calendar for the current month, together with the previous
  32. ;; and coming months, or for any other three-month period.  The calendar
  33. ;; can be scrolled forward and backward in the window to show months in
  34. ;; the past or future; the cursor can move forward and backward by days,
  35. ;; weeks, or months, making it possible, for instance, to jump to the
  36. ;; date a specified number of days, weeks, or months from the date under
  37. ;; the cursor.  The user can display a list of holidays and other notable
  38. ;; days for the period shown; the notable days can be marked on the
  39. ;; calendar, if desired.  The user can also specify that dates having
  40. ;; corresponding diary entries (in a file that the user specifies) be
  41. ;; marked; the diary entries for any date can be viewed in a separate
  42. ;; window.  The diary and the notable days can be viewed independently of
  43. ;; the calendar.  Dates can be translated from the (usual) Gregorian
  44. ;; calendar to the day of the year/days remaining in year, to the ISO
  45. ;; commercial calendar, to the Julian (old style) calendar, to the Hebrew
  46. ;; calendar, to the Islamic calendar, to the French Revolutionary calendar,
  47. ;; to the Mayan calendar, and to the astronomical (Julian) day number.
  48. ;; When floating point is available, times of sunrise/sunset can be displayed,
  49. ;; as can the phases of the moon.  Appointment notification for diary entries
  50. ;; is available.
  51.  
  52. ;; The following files are part of the calendar/diary code:
  53.  
  54. ;;       cal-menu.el                   Menu support
  55. ;;       diary.el, diary-ins.el        Diary functions
  56. ;;       holidays.el                   Holiday functions
  57. ;;       cal-french.el                 French Revolutionary calendar
  58. ;;       cal-mayan.el                  Mayan calendars
  59. ;;       cal-dst.el                    Daylight savings time rules
  60. ;;       solar.el                      Sunrise/sunset, equinoxes/solstices
  61. ;;       lunar.el                      Phases of the moon
  62. ;;       appt.el                       Appointment notification
  63.  
  64. ;; Comments, corrections, and improvements should be sent to
  65. ;;  Edward M. Reingold               Department of Computer Science
  66. ;;  (217) 333-6733                   University of Illinois at Urbana-Champaign
  67. ;;  reingold@cs.uiuc.edu             1304 West Springfield Avenue
  68. ;;                                   Urbana, Illinois 61801
  69.  
  70. ;; GNU Emacs users too numerous to list pointed out a variety of problems
  71. ;; with earlier forms of the `infinite' sliding calendar and suggested some
  72. ;; of the features included in this package.  Especially significant in this
  73. ;; regard was the suggestion of mark-diary-entries and view-diary-entries,
  74. ;; together ideas for their implementation, by
  75. ;;  Michael S. Littman             Cognitive Science Research Group
  76. ;;  (201) 829-5155                   Bell Communications Research
  77. ;;  mlittman@wind.bellcore.com       445 South St. Box 1961 (2L-331)
  78. ;;                                   Morristown, NJ  07960
  79.  
  80. ;; The algorithms for the Hebrew calendar are those of the Rambam (Rabbi Moses
  81. ;; Maimonides), from his Mishneh Torah, as implemented by
  82. ;;  Nachum Dershowitz                Department of Computer Science
  83. ;;  (217) 333-4219                   University of Illinois at Urbana-Champaign
  84. ;;  nachum@cs.uiuc.edu               1304 West Springfield Avenue
  85. ;;                                   Urbana, Illinois 61801
  86.  
  87. ;; Technical details of all the calendrical calculations can be found in
  88.  
  89. ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
  90. ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),
  91. ;; pages 899-928.  ``Calendrical Calculations, Part II: Three Historical
  92. ;; Calendars'' by E. M. Reingold,  N. Dershowitz, and S. M. Clamen,
  93. ;; Software--Practice and Experience, Volume 23, Number 4 (April, 1993),
  94. ;; pages 383-404.
  95.  
  96. ;; Hard copies of these two papers can be obtained by sending email to
  97. ;; reingold@cs.uiuc.edu with the SUBJECT "send-paper-cal" (no quotes) and
  98. ;; the message BODY containing your mailing address (snail).
  99.  
  100. ;;; Code:
  101.  
  102. (defun calendar-version ()
  103.   (interactive)
  104.   (message "Version 5.3, January 25, 1994"))
  105.  
  106. ;;;###autoload
  107. (defvar calendar-week-start-day 0
  108.   "*The day of the week on which a week in the calendar begins.
  109. 0 means Sunday (default), 1 means Monday, and so on.")
  110.  
  111. ;;;###autoload
  112. (defvar view-diary-entries-initially nil
  113.   "*Non-nil means display current date's diary entries on entry.
  114. The diary is displayed in another window when the calendar is first displayed,
  115. if the current date is visible.  The number of days of diary entries displayed
  116. is governed by the variable `number-of-diary-entries'.")
  117.  
  118. ;;;###autoload
  119. (defvar number-of-diary-entries 1
  120.   "*Specifies how many days of diary entries are to be displayed initially.
  121. This variable affects the diary display when the command M-x diary is used,
  122. or if the value of the variable `view-diary-entries-initially' is t.  For
  123. example, if the default value 1 is used, then only the current day's diary
  124. entries will be displayed.  If the value 2 is used, then both the current
  125. day's and the next day's entries will be displayed.
  126.  
  127. The value can also be a vector such as [0 2 2 2 2 4 1]; this value
  128. says to display no diary entries on Sunday, the display the entries
  129. for the current date and the day after on Monday through Thursday,
  130. display Friday through Monday's entries on Friday, and display only
  131. Saturday's entries on Saturday.
  132.  
  133. This variable does not affect the diary display with the `d' command
  134. from the calendar; in that case, the prefix argument controls the
  135. number of days of diary entries displayed.")
  136.  
  137. ;;;###autoload
  138. (defvar mark-diary-entries-in-calendar nil
  139.   "*Non-nil means mark dates with diary entries, in the calendar window.
  140. The marking symbol is specified by the variable `diary-entry-marker'.")
  141.  
  142. (defvar diary-entry-marker
  143.   (if (not window-system)
  144.       "+"
  145.     (require 'faces)
  146.     (make-face 'diary-face)
  147.     (if (x-display-color-p)
  148.         (set-face-foreground 'diary-face "red")
  149.       (copy-face 'bold 'diary-face))
  150.     'diary-face)
  151.   "*Used to mark dates that have diary entries.
  152. Can be either a single-character string or a face.")
  153.  
  154. (defvar calendar-today-marker
  155.   (if (not window-system)
  156.       "="
  157.     (require 'faces)
  158.     (make-face 'calendar-today-face)
  159.     (set-face-underline-p 'calendar-today-face t)
  160.     'calendar-today-face)
  161.   "*Used to mark today's date.
  162. Can be either a single-character string or a face.")
  163.  
  164. (defvar calendar-holiday-marker
  165.   (if (not window-system)
  166.       "*"
  167.     (require 'faces)
  168.     (make-face 'holiday-face)
  169.     (if (x-display-color-p)
  170.           (set-face-background 'holiday-face "pink")
  171.       (set-face-background 'holiday-face "black")
  172.       (set-face-foreground 'holiday-face "white"))
  173.     'holiday-face)
  174.   "*Used to mark notable dates in the calendar.
  175. Can be either a single-character string or a face.")
  176.  
  177. ;;;###autoload
  178. (defvar view-calendar-holidays-initially nil
  179.   "*Non-nil means display holidays for current three month period on entry.
  180. The holidays are displayed in another window when the calendar is first
  181. displayed.")
  182.  
  183. ;;;###autoload
  184. (defvar mark-holidays-in-calendar nil
  185.   "*Non-nil means mark dates of holidays in the calendar window.
  186. The marking symbol is specified by the variable `calendar-holiday-marker'.")
  187.  
  188. ;;;###autoload
  189. (defvar all-hebrew-calendar-holidays nil
  190.   "*If nil, show only major holidays from the Hebrew calendar.
  191. This means only those Jewish holidays that appear on secular calendars.
  192.  
  193. If t, show all the holidays that would appear in a complete Hebrew calendar.")
  194.  
  195. ;;;###autoload
  196. (defvar all-christian-calendar-holidays nil
  197.   "*If nil, show only major holidays from the Christian calendar.
  198. This means only those Christian holidays that appear on secular calendars.
  199.  
  200. If t, show all the holidays that would appear in a complete Christian
  201. calendar.")
  202.  
  203. ;;;###autoload
  204. (defvar all-islamic-calendar-holidays nil
  205.   "*If nil, show only major holidays from the Islamic calendar.
  206. This means only those Islamic holidays that appear on secular calendars.
  207.  
  208. If t, show all the holidays that would appear in a complete Islamic
  209. calendar.")
  210.  
  211. ;;;###autoload
  212. (defvar calendar-load-hook nil
  213.   "*List of functions to be called after the calendar is first loaded.
  214. This is the place to add key bindings to `calendar-mode-map'.")
  215.  
  216. ;;;###autoload
  217. (defvar initial-calendar-window-hook nil
  218.   "*List of functions to be called when the calendar window is first opened.
  219. The functions invoked are called after the calendar window is opened, but
  220. once opened is never called again.  Leaving the calendar with the `q' command
  221. and reentering it will cause these functions to be called again.")
  222.  
  223. ;;;###autoload
  224. (defvar today-visible-calendar-hook nil
  225.   "*List of functions called whenever the current date is visible.
  226. This can be used, for example, to replace today's date with asterisks; a
  227. function `calendar-star-date' is included for this purpose:
  228.     (setq today-visible-calendar-hook 'calendar-star-date)
  229. It can also be used to mark the current date with `calendar-today-marker';
  230. a function is also provided for this:
  231.     (setq today-visible-calendar-hook 'calendar-mark-today)
  232.  
  233. The corresponding variable `today-invisible-calendar-hook' is the list of
  234. functions called when the calendar function was called when the current
  235. date is not visible in the window.
  236.  
  237. Other than the use of the provided functions, the changing of any
  238. characters in the calendar buffer by the hooks may cause the failure of the
  239. functions that move by days and weeks.")
  240.  
  241. ;;;###autoload
  242. (defvar today-invisible-calendar-hook nil
  243.   "*List of functions called whenever the current date is not visible.
  244.  
  245. The corresponding variable `today-visible-calendar-hook' is the list of
  246. functions called when the calendar function was called when the current
  247. date is visible in the window.
  248.  
  249. Other than the use of the provided functions, the changing of any
  250. characters in the calendar buffer by the hooks may cause the failure of the
  251. functions that move by days and weeks.")
  252.  
  253. ;;;###autoload
  254. (defvar diary-file "~/diary"
  255.   "*Name of the file in which one's personal diary of dates is kept.
  256.  
  257. The file's entries are lines in any of the forms
  258.  
  259.             MONTH/DAY
  260.             MONTH/DAY/YEAR
  261.             MONTHNAME DAY
  262.             MONTHNAME DAY, YEAR
  263.             DAYNAME
  264.  
  265. at the beginning of the line; the remainder of the line is the diary entry
  266. string for that date.  MONTH and DAY are one or two digit numbers, YEAR is
  267. a number and may be written in full or abbreviated to the final two digits.
  268. If the date does not contain a year, it is generic and applies to any year.
  269. DAYNAME entries apply to any date on which is on that day of the week.
  270. MONTHNAME and DAYNAME can be spelled in full, abbreviated to three
  271. characters (with or without a period), capitalized or not.  Any of DAY,
  272. MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year,
  273. respectively.
  274.  
  275. The European style (in which the day precedes the month) can be used
  276. instead, if you execute `european-calendar' when in the calendar, or set
  277. `european-calendar-style' to t in your .emacs file.  The European forms are
  278.  
  279.             DAY/MONTH
  280.             DAY/MONTH/YEAR
  281.             DAY MONTHNAME
  282.             DAY MONTHNAME YEAR
  283.             DAYNAME
  284.  
  285. To revert to the default American style from the European style, execute
  286. `american-calendar' in the calendar.
  287.  
  288. A diary entry can be preceded by the character
  289. `diary-nonmarking-symbol' (ordinarily `&') to make that entry
  290. nonmarking--that is, it will not be marked on dates in the calendar
  291. window but will appear in a diary window.
  292.  
  293. Multiline diary entries are made by indenting lines after the first with
  294. either a TAB or one or more spaces.
  295.  
  296. Lines not in one the above formats are ignored.  Here are some sample diary
  297. entries (in the default American style):
  298.  
  299.      12/22/1988 Twentieth wedding anniversary!!
  300.      &1/1. Happy New Year!
  301.      10/22 Ruth's birthday.
  302.      21: Payday
  303.      Tuesday--weekly meeting with grad students at 10am
  304.               Supowit, Shen, Bitner, and Kapoor to attend.
  305.      1/13/89 Friday the thirteenth!!
  306.      &thu 4pm squash game with Lloyd.
  307.      mar 16 Dad's birthday
  308.      April 15, 1989 Income tax due.
  309.      &* 15 time cards due.
  310.  
  311. If the first line of a diary entry consists only of the date or day name with
  312. no trailing blanks or punctuation, then that line is not displayed in the
  313. diary window; only the continuation lines is shown.  For example, the
  314. single diary entry
  315.  
  316.      02/11/1989
  317.       Bill Blattner visits Princeton today
  318.       2pm Cognitive Studies Committee meeting
  319.       2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
  320.       4:00pm Jamie Tappenden
  321.       7:30pm Dinner at George and Ed's for Alan Ryan
  322.       7:30-10:00pm dance at Stewart Country Day School
  323.  
  324. will appear in the diary window without the date line at the beginning.  This
  325. facility allows the diary window to look neater, but can cause confusion if
  326. used with more than one day's entries displayed.
  327.  
  328. Diary entries can be based on Lisp sexps.  For example, the diary entry
  329.  
  330.       %%(diary-block 11 1 1990 11 10 1990) Vacation
  331.  
  332. causes the diary entry \"Vacation\" to appear from November 1 through November
  333. 10, 1990.  Other functions available are `diary-float', `diary-anniversary',
  334. `diary-cyclic', `diary-day-of-year', `diary-iso-date', `diary-french-date',
  335. `diary-hebrew-date', `diary-islamic-date', `diary-mayan-date',
  336. `diary-yahrzeit', `diary-sunrise-sunset', `diary-phases-of-moon',
  337. `diary-parasha', `diary-omer', `diary-rosh-hodesh', and
  338. `diary-sabbath-candles'.  See the documentation for the function
  339. `list-sexp-diary-entries' for more details.
  340.  
  341. Diary entries based on the Hebrew and/or the Islamic calendar are also
  342. possible, but because these are somewhat slow, they are ignored
  343. unless you set the `nongregorian-diary-listing-hook' and the
  344. `nongregorian-diary-marking-hook' appropriately.  See the documentation
  345. for these functions for details.
  346.  
  347. Diary files can contain directives to include the contents of other files; for
  348. details, see the documentation for the variable `list-diary-entries-hook'.")
  349.  
  350. ;;;###autoload
  351. (defvar diary-nonmarking-symbol "&"
  352.   "*Symbol indicating that a diary entry is not to be marked in the calendar.")
  353.  
  354. ;;;###autoload
  355. (defvar hebrew-diary-entry-symbol "H"
  356.   "*Symbol indicating a diary entry according to the Hebrew calendar.")
  357.  
  358. ;;;###autoload
  359. (defvar islamic-diary-entry-symbol "I"
  360.   "*Symbol indicating a diary entry according to the Islamic calendar.")
  361.  
  362. ;;;###autoload
  363. (defvar diary-include-string "#include"
  364.   "*The string indicating inclusion of another file of diary entries.
  365. See the documentation for the function `include-other-diary-files'.")
  366.  
  367. ;;;###autoload
  368. (defvar sexp-diary-entry-symbol "%%"
  369.   "*The string used to indicate a sexp diary entry in diary-file.
  370. See the documentation for the function `list-sexp-diary-entries'.")
  371.  
  372. ;;;###autoload
  373. (defvar abbreviated-calendar-year t
  374.   "*Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
  375. For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
  376. If this variable is nil, years must be written in full.")
  377.  
  378. ;;;###autoload
  379. (defvar european-calendar-style nil
  380.   "*Use the European style of dates in the diary and in any displays.
  381. If this variable is t, a date 1/2/1990 would be interpreted as February 1,
  382. 1990.  The accepted European date styles are
  383.  
  384.             DAY/MONTH
  385.             DAY/MONTH/YEAR
  386.             DAY MONTHNAME
  387.             DAY MONTHNAME YEAR
  388.             DAYNAME
  389.  
  390. Names can be capitalized or not, written in full, or abbreviated to three
  391. characters with or without a period.")
  392.  
  393. ;;;###autoload
  394. (defvar american-date-diary-pattern
  395.   '((month "/" day "[^/0-9]")
  396.     (month "/" day "/" year "[^0-9]")
  397.     (monthname " *" day "[^,0-9]")
  398.     (monthname " *" day ", *" year "[^0-9]")
  399.     (dayname "\\W"))
  400.   "*List of pseudo-patterns describing the American patterns of date used.
  401. See the documentation of `diary-date-forms' for an explanation.")
  402.  
  403. ;;;###autoload
  404. (defvar european-date-diary-pattern
  405.   '((day "/" month "[^/0-9]")
  406.     (day "/" month "/" year "[^0-9]")
  407.     (backup day " *" monthname "\\W+\\<[^*0-9]")
  408.     (day " *" monthname " *" year "[^0-9]")
  409.     (dayname "\\W"))
  410.   "*List of pseudo-patterns describing the European patterns of date used.
  411. See the documentation of `diary-date-forms' for an explanation.")
  412.  
  413. (defvar diary-date-forms
  414.   (if european-calendar-style
  415.       european-date-diary-pattern
  416.     american-date-diary-pattern)
  417.   "*List of pseudo-patterns describing the forms of date used in the diary.
  418. The patterns on the list must be MUTUALLY EXCLUSIVE and must should not match
  419. any portion of the diary entry itself, just the date component.
  420.  
  421. A pseudo-pattern is a list of regular expressions and the keywords `month',
  422. `day', `year', `monthname', and `dayname'.  The keyword `monthname' will
  423. match the name of the month, capitalized or not, or its three-letter
  424. abbreviation, followed by a period or not; it will also match `*'.
  425. Similarly, `dayname' will match the name of the day, capitalized or not, or
  426. its three-letter abbreviation, followed by a period or not.  The keywords
  427. `month', `day', and `year' will match those numerical values, preceded by
  428. arbitrarily many zeros; they will also match `*'.
  429.  
  430. The matching of the diary entries with the date forms is done with the
  431. standard syntax table from Fundamental mode, but with the `*' changed so
  432. that it is a word constituent.
  433.  
  434. If, to be mutually exclusive, a pseudo-pattern must match a portion of the
  435. diary entry itself, the first element of the pattern MUST be `backup'.  This
  436. directive causes the date recognizer to back up to the beginning of the
  437. current word of the diary entry, so in no case can the pattern match more than
  438. a portion of the first word of the diary entry.")
  439.  
  440. ;;;###autoload
  441. (defvar european-calendar-display-form
  442.   '((if dayname (concat dayname ", ")) day " " monthname " " year)
  443.   "*Pseudo-pattern governing the way a date appears in the European style.
  444. See the documentation of calendar-date-display-form for an explanation.")
  445.  
  446. ;;;###autoload
  447. (defvar american-calendar-display-form
  448.   '((if dayname (concat dayname ", ")) monthname " " day ", " year)
  449.   "*Pseudo-pattern governing the way a date appears in the American style.
  450. See the documentation of `calendar-date-display-form' for an explanation.")
  451.  
  452. (defvar calendar-date-display-form
  453.   (if european-calendar-style
  454.       european-calendar-display-form
  455.     american-calendar-display-form)
  456.   "*Pseudo-pattern governing the way a date appears.
  457.  
  458. Used by the function `calendar-date-string', a pseudo-pattern is a list of
  459. expressions that can involve the keywords `month', `day', and `year', all
  460. numbers in string form, and `monthname' and `dayname', both alphabetic
  461. strings.  For example, the ISO standard would use the pseudo- pattern
  462.  
  463.        '(year \"-\" month \"-\" day)
  464.  
  465. while a typical American form would be
  466.  
  467.        '(month \"/\" day \"/\" (substring year -2))
  468.  
  469. and
  470.  
  471.        '((format \"%9s, %9s %2s, %4s\" dayname monthname day year))
  472.  
  473. would give the usual American style in fixed-length fields.
  474.  
  475. See the documentation of the function `calendar-date-string'.")
  476.  
  477. (defun european-calendar ()
  478.   "Set the interpretation and display of dates to the European style."
  479.   (interactive)
  480.   (setq european-calendar-style t)
  481.   (setq calendar-date-display-form european-calendar-display-form)
  482.   (setq diary-date-forms european-date-diary-pattern)
  483.   (update-calendar-mode-line))
  484.  
  485. (defun american-calendar ()
  486.   "Set the interpretation and display of dates to the American style."
  487.   (interactive)
  488.   (setq european-calendar-style nil)
  489.   (setq calendar-date-display-form american-calendar-display-form)
  490.   (setq diary-date-forms american-date-diary-pattern)
  491.   (update-calendar-mode-line))
  492.  
  493. ;;;###autoload
  494. (defvar print-diary-entries-hook 'lpr-buffer
  495.   "*List of functions called after a temporary diary buffer is prepared.
  496. The buffer shows only the diary entries currently visible in the diary
  497. buffer.  The default just does the printing.  Other uses might include, for
  498. example, rearranging the lines into order by day and time, saving the buffer
  499. instead of deleting it, or changing the function used to do the printing.")
  500.  
  501. ;;;###autoload
  502. (defvar list-diary-entries-hook nil
  503.   "*List of functions called after diary file is culled for relevant entries.
  504. It is to be used for diary entries that are not found in the diary file.
  505.  
  506. A function `include-other-diary-files' is provided for use as the value of
  507. this hook.  This function enables you to use shared diary files together
  508. with your own.  The files included are specified in the diary file by lines
  509. of the form
  510.  
  511.         #include \"filename\"
  512.  
  513. This is recursive; that is, #include directives in files thus included are
  514. obeyed.  You can change the \"#include\" to some other string by changing
  515. the variable `diary-include-string'.  When you use `include-other-diary-files'
  516. as part of the list-diary-entries-hook, you will probably also want to use the
  517. function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
  518.  
  519. For example, you could use
  520.  
  521.      (setq list-diary-entries-hook
  522.        '(include-other-diary-files sort-diary-entries))
  523.      (setq diary-display-hook 'fancy-diary-display)
  524.  
  525. in your `.emacs' file to cause the fancy diary buffer to be displayed with
  526. diary entries from various included files, each day's entries sorted into
  527. lexicographic order.")
  528.  
  529. ;;;###autoload
  530. (defvar diary-hook nil
  531.   "*List of functions called after the display of the diary.
  532. Can be used for appointment notification.")
  533.  
  534. ;;;###autoload
  535. (defvar diary-display-hook nil
  536.   "*List of functions that handle the display of the diary.
  537. If nil (the default), `simple-diary-display' is used.  Use `ignore' for no
  538. diary display.
  539.  
  540. Ordinarily, this just displays the diary buffer (with holidays indicated in
  541. the mode line), if there are any relevant entries.  At the time these
  542. functions are called, the variable `diary-entries-list' is a list, in order
  543. by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
  544. STRING), where string is the diary entry for the given date.  This can be
  545. used, for example, a different buffer for display (perhaps combined with
  546. holidays), or produce hard copy output.
  547.  
  548. A function `fancy-diary-display' is provided as an alternative
  549. choice for this hook; this function prepares a special noneditable diary
  550. buffer with the relevant diary entries that has neat day-by-day arrangement
  551. with headings.  The fancy diary buffer will show the holidays unless the
  552. variable `holidays-in-diary-buffer' is set to nil.  Ordinarily, the fancy
  553. diary buffer will not show days for which there are no diary entries, even
  554. if that day is a holiday; if you want such days to be shown in the fancy
  555. diary buffer, set the variable `diary-list-include-blanks' to t.")
  556.  
  557. ;;;###autoload
  558. (defvar nongregorian-diary-listing-hook nil
  559.   "*List of functions called for listing diary file and included files.
  560. As the files are processed for diary entries, these functions are used to cull
  561. relevant entries.  You can use either or both of `list-hebrew-diary-entries'
  562. and `list-islamic-diary-entries'.  The documentation for these functions
  563. describes the style of such diary entries.")
  564.  
  565. ;;;###autoload
  566. (defvar mark-diary-entries-hook nil
  567.   "*List of functions called after marking diary entries in the calendar.
  568.  
  569. A function `mark-included-diary-files' is also provided for use as the
  570. mark-diary-entries-hook; it enables you to use shared diary files together
  571. with your own.  The files included are specified in the diary file by lines
  572. of the form
  573.         #include \"filename\"
  574. This is recursive; that is, #include directives in files thus included are
  575. obeyed.  You can change the \"#include\" to some other string by changing the
  576. variable `diary-include-string'.  When you use `mark-included-diary-files' as
  577. part of the mark-diary-entries-hook, you will probably also want to use the
  578. function `include-other-diary-files' as part of `list-diary-entries-hook'.")
  579.  
  580. ;;;###autoload
  581. (defvar nongregorian-diary-marking-hook nil
  582.   "*List of functions called for marking diary file and included files.
  583. As the files are processed for diary entries, these functions are used to cull
  584. relevant entries.  You can use either or both of `mark-hebrew-diary-entries'
  585. and `mark-islamic-diary-entries'.  The documentation for these functions
  586. describes the style of such diary entries.")
  587.  
  588. ;;;###autoload
  589. (defvar diary-list-include-blanks nil
  590.   "*If nil, do not include days with no diary entry in the list of diary entries.
  591. Such days will then not be shown in the the fancy diary buffer, even if they
  592. are holidays.")
  593.  
  594. ;;;###autoload
  595. (defvar holidays-in-diary-buffer t
  596.   "*Non-nil means include holidays in the diary display.
  597. The holidays appear in the mode line of the diary buffer, or in the
  598. fancy diary buffer next to the date.  This slows down the diary functions
  599. somewhat; setting it to nil makes the diary display faster.")
  600.  
  601. (defvar calendar-mark-ring nil)
  602.  
  603. ;;;###autoload
  604. (put 'general-holidays 'risky-local-variable t)
  605. ;;;###autoload
  606. (defvar general-holidays
  607.   '((holiday-fixed 1 1 "New Year's Day")
  608.     (holiday-float 1 1 3 "Martin Luther King Day")
  609.     (holiday-fixed 2 2 "Ground Hog Day")
  610.     (holiday-fixed 2 14 "Valentine's Day")
  611.     (holiday-float 2 1 3 "President's Day")
  612.     (holiday-fixed 3 17 "St. Patrick's Day")
  613.     (holiday-fixed 4 1 "April Fool's Day")
  614.     (holiday-float 5 0 2 "Mother's Day")
  615.     (holiday-float 5 1 -1 "Memorial Day")
  616.     (holiday-fixed 6 14 "Flag Day")
  617.     (holiday-float 6 0 3 "Father's Day")
  618.     (holiday-fixed 7 4 "Independence Day")
  619.     (holiday-float 9 1 1 "Labor Day")
  620.     (holiday-float 10 1 2 "Columbus Day")
  621.     (holiday-fixed 10 31 "Halloween")
  622.     (holiday-fixed 11 11 "Veteran's Day")
  623.     (holiday-float 11 4 4 "Thanksgiving"))
  624.   "*General holidays.  Default value is for the United States.
  625. See the documentation for `calendar-holidays' for details.")
  626.  
  627. ;;;###autoload
  628. (put 'local-holidays 'risky-local-variable t)
  629. ;;;###autoload
  630. (defvar local-holidays nil
  631.   "*Local holidays.
  632. See the documentation for `calendar-holidays' for details.")
  633.  
  634. ;;;###autoload
  635. (put 'other-holidays 'risky-local-variable t)
  636. ;;;###autoload
  637. (defvar other-holidays nil
  638.   "*User defined holidays.
  639. See the documentation for `calendar-holidays' for details.")
  640.  
  641. ;;;###autoload
  642. (put 'hebrew-holidays-1 'risky-local-variable t)
  643. ;;;###autoload
  644. (defvar hebrew-holidays-1
  645.   '((holiday-rosh-hashanah-etc)
  646.     (if all-hebrew-calendar-holidays
  647.         (holiday-julian
  648.          11
  649.          (let* ((m displayed-month)
  650.                 (y displayed-year)
  651.                 (year))
  652.            (increment-calendar-month m y -1)
  653.            (let ((year (extract-calendar-year
  654.                         (calendar-julian-from-absolute
  655.                          (calendar-absolute-from-gregorian
  656.                           (list m 1 y))))))
  657.              (if (zerop (% (1+ year) 4))
  658.                  22
  659.                21))) "\"Tal Umatar\" (evening)"))))
  660.  
  661. ;;;###autoload
  662. (put 'hebrew-holidays-2 'risky-local-variable t)
  663. ;;;###autoload
  664. (defvar hebrew-holidays-2
  665.   '((if all-hebrew-calendar-holidays
  666.         (holiday-hanukkah)
  667.       (holiday-hebrew 9 25 "Hanukkah"))
  668.     (if all-hebrew-calendar-holidays
  669.       (holiday-hebrew
  670.        10
  671.        (let ((h-year (extract-calendar-year
  672.                       (calendar-hebrew-from-absolute
  673.                        (calendar-absolute-from-gregorian
  674.                         (list displayed-month 28 displayed-year))))))
  675.          (if (= (% (calendar-absolute-from-hebrew (list 10 10 h-year))
  676.                    7)
  677.                 6)
  678.              11 10))
  679.        "Tzom Teveth"))
  680.     (if all-hebrew-calendar-holidays
  681.         (holiday-hebrew 11 15 "Tu B'Shevat"))))
  682.  
  683. ;;;###autoload
  684. (put 'hebrew-holidays-3 'risky-local-variable t)
  685. ;;;###autoload
  686. (defvar hebrew-holidays-3
  687.   '((if all-hebrew-calendar-holidays
  688.         (holiday-hebrew
  689.          11
  690.          (let ((m displayed-month)
  691.                (y displayed-year))
  692.            (increment-calendar-month m y 1)
  693.            (let* ((h-year (extract-calendar-year
  694.                            (calendar-hebrew-from-absolute
  695.                             (calendar-absolute-from-gregorian
  696.                              (list m
  697.                                    (calendar-last-day-of-month m y)
  698.                                    y)))))
  699.                   (s-s
  700.                    (calendar-hebrew-from-absolute
  701.                     (if (=
  702.                          (% (calendar-absolute-from-hebrew
  703.                              (list 7 1 h-year))
  704.                             7)
  705.                          6)
  706.                         (calendar-dayname-on-or-before
  707.                          6 (calendar-absolute-from-hebrew
  708.                             (list 11 17 h-year)))
  709.                       (calendar-dayname-on-or-before
  710.                        6 (calendar-absolute-from-hebrew
  711.                           (list 11 16 h-year))))))
  712.                   (day (extract-calendar-day s-s)))
  713.              day))
  714.          "Shabbat Shirah"))))
  715.  
  716. ;;;###autoload
  717. (put 'hebrew-holidays-4 'risky-local-variable t)
  718. ;;;###autoload
  719. (defvar hebrew-holidays-4
  720.   '((holiday-passover-etc)
  721.     (if (and all-hebrew-calendar-holidays
  722.              (let* ((m displayed-month)
  723.                     (y displayed-year)
  724.                     (year))
  725.                (increment-calendar-month m y -1)
  726.                (let ((year (extract-calendar-year
  727.                             (calendar-julian-from-absolute
  728.                              (calendar-absolute-from-gregorian
  729.                               (list m 1 y))))))
  730.                  (= 21 (% year 28)))))
  731.         (holiday-julian 3 26 "Kiddush HaHamah"))
  732.     (if all-hebrew-calendar-holidays
  733.         (holiday-tisha-b-av-etc))))
  734.  
  735. ;;;###autoload
  736. (put 'hebrew-holidays 'risky-local-variable t)
  737. ;;;###autoload
  738. (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2
  739.                 hebrew-holidays-3 hebrew-holidays-4)
  740.   "*Jewish holidays.
  741. See the documentation for `calendar-holidays' for details.")
  742.  
  743. ;;;###autoload
  744. (put 'christian-holidays 'risky-local-variable t)
  745. ;;;###autoload
  746. (defvar christian-holidays
  747.   '((if all-christian-calendar-holidays
  748.         (holiday-fixed 1 6 "Epiphany"))
  749.     (holiday-easter-etc)
  750.     (if all-christian-calendar-holidays
  751.         (holiday-greek-orthodox-easter))
  752.     (if all-christian-calendar-holidays
  753.         (holiday-fixed 8 15 "Assumption"))
  754.     (if all-christian-calendar-holidays
  755.         (holiday-advent))
  756.     (holiday-fixed 12 25 "Christmas")
  757.     (if all-christian-calendar-holidays
  758.         (holiday-julian 12 25 "Eastern Orthodox Christmas")))
  759.   "*Christian holidays.
  760. See the documentation for `calendar-holidays' for details.")
  761.  
  762. ;;;###autoload
  763. (put 'islamic-holidays 'risky-local-variable t)
  764. ;;;###autoload
  765. (defvar islamic-holidays
  766.   '((holiday-islamic
  767.      1 1
  768.      (format "Islamic New Year %d"
  769.              (let ((m displayed-month)
  770.                    (y displayed-year))
  771.                (increment-calendar-month m y 1)
  772.                (extract-calendar-year
  773.                 (calendar-islamic-from-absolute
  774.                  (calendar-absolute-from-gregorian
  775.                   (list
  776.                    m (calendar-last-day-of-month m y) y)))))))
  777.     (if all-islamic-calendar-holidays
  778.         (holiday-islamic 1 10 "Ashura"))
  779.     (if all-islamic-calendar-holidays
  780.         (holiday-islamic 3 12 "Mulad-al-Nabi"))
  781.     (if all-islamic-calendar-holidays
  782.         (holiday-islamic 7 26 "Shab-e-Mi'raj"))
  783.     (if all-islamic-calendar-holidays
  784.         (holiday-islamic 8 15 "Shab-e-Bara't"))
  785.     (holiday-islamic 9 1 "Ramadan Begins")
  786.     (if all-islamic-calendar-holidays
  787.         (holiday-islamic 9 27 "Shab-e Qadr"))
  788.     (if all-islamic-calendar-holidays
  789.         (holiday-islamic 10 1 "Id-al-Fitr"))
  790.     (if all-islamic-calendar-holidays
  791.         (holiday-islamic 12 10 "Id-al-Adha")))
  792.   "*Islamic holidays.
  793. See the documentation for `calendar-holidays' for details.")
  794.  
  795. ;;;###autoload
  796. (put 'solar-holidays 'risky-local-variable t)
  797. ;;;###autoload
  798. (defvar solar-holidays
  799.   '((if (fboundp 'atan)
  800.     (solar-equinoxes-solstices))
  801.     (if (progn
  802.       (require 'cal-dst)
  803.       t)
  804.       (funcall
  805.        'holiday-sexp
  806.         calendar-daylight-savings-starts
  807.         '(format "Daylight Savings Time Begins %s"
  808.                   (if (fboundp 'atan)
  809.                       (solar-time-string
  810.                        (/ calendar-daylight-savings-starts-time
  811.                           (float 60))
  812.                        date
  813.                        'standard)
  814.                     ""))))
  815.     (funcall
  816.      'holiday-sexp
  817.      calendar-daylight-savings-ends
  818.      '(format "Daylight Savings Time Ends %s"
  819.               (if (fboundp 'atan)
  820.                   (solar-time-string
  821.                    (/ (- calendar-daylight-savings-ends-time
  822.                          calendar-daylight-time-offset)
  823.                       (float 60))
  824.                    date
  825.                    'daylight)
  826.                 ""))))
  827.   "*Sun-related holidays.
  828. See the documentation for `calendar-holidays' for details.")
  829.  
  830. ;;;###autoload
  831. (put 'calendar-holidays 'risky-local-variable t)
  832. (defvar calendar-holidays
  833.   (append general-holidays local-holidays other-holidays
  834.           christian-holidays hebrew-holidays islamic-holidays
  835.           solar-holidays)
  836.   "*List of notable days for the command M-x holidays.
  837.  
  838. Additional holidays are easy to add to the list, just put them in the list
  839. `other-holidays' in your .emacs file.  Similarly, by setting any of
  840. `general-holidays', `local-holidays' `christian-holidays', `hebrew-holidays',
  841. `islamic-holidays', or `solar-holidays' to nil in your .emacs file, you can
  842. eliminate unwanted categories of holidays.  The intention is that (in the US)
  843. `local-holidays' be set in site-init.el and `other-holidays' be set by the
  844. user.
  845.  
  846. Entries on the list are expressions that return (possibly empty) lists of
  847. items of the form ((month day year) string) of a holiday in the in the
  848. three-month period centered around `displayed-month' of `displayed-year'.
  849. Several basic functions are provided for this purpose:
  850.  
  851.     (holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar
  852.     (holiday-float MONTH DAYNAME K STRING &optional day) is the Kth DAYNAME in
  853.                                MONTH on the Gregorian calendar (0 for Sunday,
  854.                                etc.); K<0 means count back from the end of the
  855.                                month. An optional parameter DAY means the Kth
  856.                                DAYNAME after/before MONTH DAY.
  857.     (holiday-hebrew MONTH DAY STRING)  a fixed date on the Hebrew calendar
  858.     (holiday-islamic MONTH DAY STRING) a fixed date on the Islamic calendar
  859.     (holiday-julian MONTH DAY STRING)  a fixed date on the Julian calendar
  860.     (holiday-sexp SEXP STRING) SEXP is a Gregorian-date-valued expression
  861.                                in the variable `year'; if it evaluates to
  862.                                a visible date, that's the holiday; if it
  863.                                evaluates to nil, there's no holiday.  STRING
  864.                                is an expression in the variable `date'.
  865.  
  866. For example, to add Bastille Day, celebrated in France on July 14, add
  867.  
  868.      (holiday-fixed 7 14 \"Bastille Day\")
  869.  
  870. to the list.  To add Hurricane Supplication Day, celebrated in the Virgin
  871. Islands on the fourth Monday in August, add
  872.  
  873.      (holiday-float 8 1 4 \"Hurricane Supplication Day\")
  874.  
  875. to the list (the last Monday would be specified with `-1' instead of `4').
  876. To add the last day of Hanukkah to the list, use
  877.  
  878.      (holiday-hebrew 10 2 \"Last day of Hanukkah\")
  879.  
  880. since the Hebrew months are numbered with 1 starting from Nisan, while to
  881. add the Islamic feast celebrating Mohammed's birthday use
  882.  
  883.      (holiday-islamic 3 12 \"Mohammed's Birthday\")
  884.  
  885. since the Islamic months are numbered from 1 starting with Muharram.  To
  886. add Thomas Jefferson's birthday, April 2, 1743 (Julian), use
  887.  
  888.      (holiday-julian 4 2 \"Jefferson's Birthday\")
  889.  
  890. To include a holiday conditionally, use the sexp form or a conditional.  For
  891. example, to include American presidential elections, which occur on the first
  892. Tuesday after the first Monday in November of years divisible by 4, add
  893.  
  894.      (holiday-sexp
  895.        (if (zerop (% year 4))
  896.            (calendar-gregorian-from-absolute
  897.              (1+ (calendar-dayname-on-or-before
  898.                    1 (+ 6 (calendar-absolute-from-gregorian
  899.                             (list 11 1 year)))))))
  900.        \"US Presidential Election\")
  901.  
  902. or
  903.  
  904.      (if (zerop (% displayed-year 4))
  905.          (holiday-fixed 11
  906.                 (extract-calendar-day
  907.                  (calendar-gregorian-from-absolute
  908.                   (1+ (calendar-dayname-on-or-before
  909.                        1 (+ 6 (calendar-absolute-from-gregorian
  910.                                (list 11 1 displayed-year)))))))
  911.                 \"US Presidential Election\"))
  912.  
  913. to the list.  To include the phases of the moon, add
  914.  
  915.      (lunar-phases)
  916.  
  917. to the holiday list, where `lunar-phases' is an Emacs-Lisp function that
  918. you've written to return a (possibly empty) list of the relevant VISIBLE dates
  919. with descriptive strings such as
  920.  
  921.      (((2 6 1989) \"New Moon\") ((2 12 1989) \"First Quarter Moon\") ... ).")
  922.  
  923. (defconst calendar-buffer "*Calendar*"
  924.   "Name of the buffer used for the calendar.")
  925.  
  926. (defconst holiday-buffer "*Holidays*"
  927.   "Name of the buffer used for the displaying the holidays.")
  928.  
  929. (defconst fancy-diary-buffer "*Fancy Diary Entries*"
  930.   "Name of the buffer used for the optional fancy display of the diary.")
  931.  
  932. (defmacro increment-calendar-month (mon yr n)
  933.   "Move the variables MON and YR to the month and year by N months.
  934. Forward if N is positive or backward if N is negative."
  935.   (` (let (( macro-y (+ (* (, yr) 12) (, mon) -1 (, n) )))
  936.        (setq (, mon) (1+ (% macro-y 12) ))
  937.        (setq (, yr) (/ macro-y 12)))))
  938.  
  939. (defmacro calendar-for-loop (var from init to final do &rest body)
  940.   "Execute a for loop."
  941.   (` (let (( (, var) (1- (, init)) ))
  942.        (while (>= (, final) (setq (, var) (1+ (, var))))
  943.          (,@ body)))))
  944.  
  945. (defmacro calendar-sum (index initial condition expression)
  946.   "For INDEX = INITIAL et seq, as long as CONDITION holds, sum EXPRESSION."
  947.   (` (let (( (, index) (, initial))
  948.              (sum 0))
  949.        (while (, condition)
  950.          (setq sum (+ sum (, expression) ))
  951.          (setq (, index) (1+ (, index))))
  952.        sum)))
  953.  
  954. ;; The following macros are for speed; the code would be clearer if they
  955. ;; were functions, but they can be called thousands of times when
  956. ;; looking up holidays or processing the diary.  Here, for example, are the
  957. ;; numbers of calls to calendar/diary/holiday functions in preparing the
  958. ;; fancy diary display, for a moderately complex diary file, with functions
  959. ;; used instead of macros.  There were a total of 10000 such calls:
  960. ;;
  961. ;;  1934   extract-calendar-month
  962. ;;  1852   extract-calendar-year
  963. ;;  1819   extract-calendar-day
  964. ;;   845   calendar-leap-year-p
  965. ;;   837   calendar-day-number
  966. ;;   775   calendar-absolute-from-gregorian
  967. ;;   346   calendar-last-day-of-month
  968. ;;   286   hebrew-calendar-last-day-of-month
  969. ;;   188   hebrew-calendar-leap-year-p
  970. ;;   180   hebrew-calendar-elapsed-days
  971. ;;   163   hebrew-calendar-last-month-of-year
  972. ;;    66   calendar-date-compare
  973. ;;    65   hebrew-calendar-days-in-year
  974. ;;    60   calendar-absolute-from-julian
  975. ;;    50   calendar-absolute-from-hebrew
  976. ;;    43   calendar-date-equal
  977. ;;    38   calendar-gregorian-from-absolute
  978. ;;     .
  979. ;;     .
  980. ;;     .
  981. ;;
  982. ;; The use of these seven macros eliminates the overhead of 92% of the function
  983. ;; calls; it's faster this way.  For clarity, the defun form of each is given
  984. ;; in comments after the defmacro form.
  985.  
  986. (defmacro extract-calendar-month (date)
  987.   "Extract the month part of DATE which has the form (month day year)."
  988.   (` (car (, date))))
  989. ;;(defun extract-calendar-month (date)
  990. ;;  "Extract the month part of DATE which has the form (month day year)."
  991. ;;  (car date))
  992.  
  993. (defmacro extract-calendar-day (date)
  994.   "Extract the day part of DATE which has the form (month day year)."
  995.   (` (car (cdr (, date)))))
  996. ;;(defun extract-calendar-day (date)
  997. ;;  "Extract the day part of DATE which has the form (month day year)."
  998. ;;  (car (cdr date)))
  999.  
  1000. (defmacro extract-calendar-year (date)
  1001.   "Extract the year part of DATE which has the form (month day year)."
  1002.   (` (car (cdr (cdr (, date))))))
  1003. ;;(defun extract-calendar-year (date)
  1004. ;;  "Extract the year part of DATE which has the form (month day year)."
  1005. ;;  (car (cdr (cdr date))))
  1006.  
  1007. (defmacro calendar-leap-year-p (year)
  1008.   "Returns t if YEAR is a Gregorian leap year."
  1009.   (` (and
  1010.     (zerop (% (, year) 4))
  1011.     (or (not (zerop (% (, year) 100)))
  1012.         (zerop (% (, year) 400))))))
  1013. ;;(defun calendar-leap-year-p (year)
  1014. ;;  "Returns t if YEAR is a Gregorian leap year."
  1015. ;;  (and
  1016. ;;    (zerop (% year 4))
  1017. ;;    (or ((not (zerop (% year 100))))
  1018. ;;      (zerop (% year 400)))))
  1019. ;;
  1020. ;; The foregoing is a bit faster, but not as clear as the following:
  1021. ;;
  1022. ;;(defmacro calendar-leap-year-p (year)
  1023. ;;  "Returns t if YEAR is a Gregorian leap year."
  1024. ;;  (` (or
  1025. ;;        (and (=  (% (, year) 4) 0)
  1026. ;;             (/= (% (, year) 100) 0))
  1027. ;;        (= (% (, year) 400) 0))))
  1028. ;;(defun calendar-leap-year-p (year)
  1029. ;;  "Returns t if YEAR is a Gregorian leap year."
  1030. ;;  (or
  1031. ;;    (and (=  (% year   4) 0)
  1032. ;;         (/= (% year 100) 0))
  1033. ;;    (= (% year 400) 0)))
  1034.  
  1035. (defmacro calendar-last-day-of-month (month year)
  1036.   "The last day in MONTH during YEAR."
  1037.   (` (if (and
  1038.             (= (, month) 2)
  1039.             (, (macroexpand (` (calendar-leap-year-p (, year))))))
  1040.            29
  1041.          (aref [31 28 31 30 31 30 31 31 30 31 30 31] (1- (, month))))))
  1042. ;;(defun calendar-last-day-of-month (month year)
  1043. ;;  "The last day in MONTH during YEAR."
  1044. ;;  (if (and (= month 2) (calendar-leap-year-p year))
  1045. ;;      29
  1046. ;;    (aref [31 28 31 30 31 30 31 31 30 31 30 31] (1- month))))
  1047.  
  1048. (defmacro calendar-day-number (date)
  1049.   "Return the day number within the year of the date DATE.
  1050. For example, (calendar-day-number '(1 1 1987)) returns the value 1,
  1051. while (calendar-day-number '(12 31 1980)) returns 366."
  1052. ;;
  1053. ;; An explanation of the calculation can be found in PascAlgorithms by
  1054. ;; Edward and Ruth Reingold, Scott-Foresman/Little, Brown, 1988.
  1055. ;;
  1056.   (` (let* ((month (, (macroexpand (` (extract-calendar-month (, date))))))
  1057.             (day (, (macroexpand (` (extract-calendar-day (, date))))))
  1058.             (year  (, (macroexpand (` (extract-calendar-year (, date))))))
  1059.             (day-of-year (+ day (* 31 (1- month)))))
  1060.        (if (> month 2)
  1061.            (progn
  1062.              (setq day-of-year (- day-of-year (/ (+ 23 (* 4 month)) 10)))
  1063.             (if (, (macroexpand (` (calendar-leap-year-p year))))
  1064.                 (setq day-of-year (1+ day-of-year)))))
  1065.        day-of-year)))
  1066. ;;(defun calendar-day-number (date)
  1067. ;;  "Return the day number within the year of the date DATE.
  1068. ;;For example, (calendar-day-number '(1 1 1987)) returns the value 1,
  1069. ;;while (calendar-day-number '(12 31 1980)) returns 366."
  1070. ;;    (let* ((month (extract-calendar-month date))
  1071. ;;           (day (extract-calendar-day date))
  1072. ;;           (year (extract-calendar-year date))
  1073. ;;         (day-of-year (+ day (* 31 (1- month)))))
  1074. ;;      (if (> month 2)
  1075. ;;          (progn
  1076. ;;            (setq day-of-year (- day-of-year (/ (+ 23 (* 4 month)) 10)))
  1077. ;;            (if (calendar-leap-year-p year)
  1078. ;;                (setq day-of-year (1+ day-of-year)))))
  1079. ;;      day-of-year))
  1080.  
  1081. (defmacro calendar-absolute-from-gregorian (date)
  1082.   "The number of days elapsed between the Gregorian date 12/31/1 BC and DATE.
  1083. The Gregorian date Sunday, December 31, 1 BC is imaginary."
  1084.   (` (let ((prior-years
  1085.         (1- (, (macroexpand (` (extract-calendar-year (, date))))))))
  1086.        (+ (, (macroexpand (` (calendar-day-number (, date)))));; Days this year
  1087.           (* 365 prior-years);;        + Days in prior years
  1088.           (/ prior-years 4);;          + Julian leap years
  1089.           (- (/ prior-years 100));;    - century years
  1090.           (/ prior-years 400)))));;    + Gregorian leap years
  1091. ;;(defun calendar-absolute-from-gregorian (date)
  1092. ;;  "The number of days elapsed between the Gregorian date 12/31/1 BC and DATE.
  1093. ;;The Gregorian date Sunday, December 31, 1 BC is imaginary."
  1094. ;;  (let ((prior-years (1- (extract-calendar-year date))))
  1095. ;;    (+ (calendar-day-number date);; Days this year
  1096. ;;       (* 365 prior-years);;        + Days in prior years
  1097. ;;       (/ prior-years 4);;          + Julian leap years
  1098. ;;       (- (/ prior-years 100));;    - century years
  1099. ;;       (/ prior-years 400))));;     + Gregorian leap years
  1100.  
  1101. ;;;###autoload
  1102. (defun calendar (&optional arg)
  1103.   "Display a three-month calendar in another window.
  1104. The three months appear side by side, with the current month in the middle
  1105. surrounded by the previous and next months.  The cursor is put on today's date.
  1106.  
  1107. If called with an optional prefix argument, prompts for month and year.
  1108.  
  1109. This function is suitable for execution in a .emacs file; appropriate setting
  1110. of the variable `view-diary-entries-initially' will cause the diary entries for
  1111. the current date to be displayed in another window.  The value of the variable
  1112. `number-of-diary-entries' controls the number of days of diary entries
  1113. displayed upon initial display of the calendar.
  1114.  
  1115. An optional prefix argument ARG causes the calendar displayed to be ARG
  1116. months in the future if ARG is positive or in the past if ARG is negative;
  1117. in this case the cursor goes on the first day of the month.
  1118.  
  1119. Once in the calendar window, future or past months can be moved into view.
  1120. Arbitrary months can be displayed, or the calendar can be scrolled forward
  1121. or backward.
  1122.  
  1123. The cursor can be moved forward or backward by one day, one week, one month,
  1124. or one year.  All of these commands take prefix arguments which, when negative,
  1125. cause movement in the opposite direction.  For convenience, the digit keys
  1126. and the minus sign are automatically prefixes.  The window is replotted as
  1127. necessary to display the desired date.
  1128.  
  1129. Diary entries can be marked on the calendar or displayed in another window.
  1130.  
  1131. Use M-x describe-mode for details of the key bindings in the calendar window.
  1132.  
  1133. The Gregorian calendar is assumed.
  1134.  
  1135. After loading the calendar, the hooks given by the variable
  1136. `calendar-load-hook' are run.  This the place to add key bindings to the
  1137. calendar-mode-map.
  1138.  
  1139. After preparing the calendar window initially, the hooks given by the variable
  1140. `initial-calendar-window-hook' are run.
  1141.  
  1142. The hooks given by the variable `today-visible-calendar-hook' are run
  1143. everytime the calendar window gets scrolled, if the current date is visible
  1144. in the window.  If it is not visible, the hooks given by the variable
  1145. `today-invisible-calendar-hook' are run.  Thus, for example, setting
  1146. `today-visible-calendar-hook' to 'calendar-star-date will cause today's date
  1147. to be replaced by asterisks to highlight it whenever it is in the window."
  1148.   (interactive "P")
  1149.   (set-buffer (get-buffer-create calendar-buffer))
  1150.   (calendar-mode)
  1151.   (setq calendar-window-configuration (current-window-configuration))
  1152.   (let* ((completion-ignore-case t)
  1153.          (pop-up-windows t)
  1154.          (split-height-threshold 1000)
  1155.          (date (calendar-current-date))
  1156.          (month
  1157.           (if arg
  1158.               (cdr (assoc
  1159.                     (capitalize
  1160.                      (completing-read
  1161.                       "Month name: "
  1162.                       (mapcar 'list (append calendar-month-name-array nil))
  1163.                       nil t))
  1164.                     (calendar-make-alist calendar-month-name-array)))
  1165.             (extract-calendar-month date)))
  1166.          (year
  1167.           (if arg
  1168.               (calendar-read
  1169.                "Year (>0): "
  1170.                '(lambda (x) (> x 0))
  1171.                (int-to-string (extract-calendar-year date)))
  1172.             (extract-calendar-year date))))
  1173.     (pop-to-buffer calendar-buffer)
  1174.     (generate-calendar-window month year)
  1175.     (if (and view-diary-entries-initially (calendar-date-is-visible-p date))
  1176.         (view-diary-entries
  1177.          (if (vectorp number-of-diary-entries)
  1178.              (aref number-of-diary-entries (calendar-day-of-week date))
  1179.            number-of-diary-entries))))
  1180.   (let* ((diary-buffer (get-file-buffer diary-file))
  1181.          (diary-window (if diary-buffer (get-buffer-window diary-buffer)))
  1182.          (split-height-threshold (if diary-window 2 1000)))
  1183.     (if view-calendar-holidays-initially
  1184.         (list-calendar-holidays)))
  1185.   (run-hooks 'initial-calendar-window-hook))
  1186.  
  1187. (autoload 'view-diary-entries "diary"
  1188.   "Prepare and display a buffer with diary entries.
  1189. Searches your diary file for entries that match ARG days starting with
  1190. the date indicated by the cursor position in the displayed three-month
  1191. calendar."
  1192.   t)
  1193.  
  1194. (autoload 'calendar-sunrise-sunset "solar"
  1195.   "Local time of sunrise and sunset for date under cursor."
  1196.   t)
  1197.  
  1198. (autoload 'calendar-phases-of-moon "lunar"
  1199.   "Create a buffer of the phases of the moon for the current calendar window."
  1200.   t)
  1201.  
  1202. (autoload 'calendar-print-french-date "cal-french"
  1203.   "Show the French Revolutionary calendar equivalent of the date under the cursor."
  1204.   t)
  1205.  
  1206. (autoload 'calendar-goto-french-date "cal-french"
  1207.  "Move cursor to French Revolutionary date."
  1208.   t)
  1209.  
  1210. (autoload 'calendar-french-date-string "cal-french"
  1211.   "String of French Revolutionary date of Gregorian DATE."
  1212.   t)
  1213.  
  1214. (autoload 'calendar-mayan-date-string "cal-mayan"
  1215.   "String of Mayan date of Gregorian DATE."
  1216.   t)
  1217.  
  1218. (autoload 'calendar-print-mayan-date "cal-mayan"
  1219.   "Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor."
  1220.   t)
  1221.  
  1222. (autoload 'calendar-goto-mayan-long-count-date "cal-mayan"
  1223.  "Move cursor to Mayan long count date."
  1224.   t)
  1225.  
  1226. (autoload 'calendar-next-haab-date "cal-mayan"
  1227.   "Move cursor to next instance of Mayan Haab date."
  1228.   t)
  1229.  
  1230. (autoload 'calendar-previous-haab-date "cal-mayan"
  1231.   "Move cursor to previous instance of Mayan Haab date."
  1232.   t)
  1233.  
  1234. (autoload 'calendar-next-tzolkin-date "cal-mayan"
  1235.   "Move cursor to next instance of Mayan Tzolkin date."
  1236.   t)
  1237.  
  1238. (autoload 'calendar-previous-tzolkin-date "cal-mayan"
  1239.   "Move cursor to previous instance of Mayan Tzolkin date."
  1240.   t)
  1241.  
  1242. (autoload 'calendar-next-calendar-round-date "cal-mayan"
  1243.   "Move cursor to next instance of Mayan Haab/Tzoklin combination."
  1244.   t)
  1245.  
  1246. (autoload 'calendar-previous-calendar-round-date "cal-mayan"
  1247.   "Move cursor to previous instance of Mayan Haab/Tzoklin combination."
  1248.   t)
  1249.  
  1250. (autoload 'show-all-diary-entries "diary"
  1251.   "Show all of the diary entries in the diary file.
  1252. This function gets rid of the selective display of the diary file so that
  1253. all entries, not just some, are visible.  If there is no diary buffer, one
  1254. is created."
  1255.   t)
  1256.  
  1257. (autoload 'mark-diary-entries "diary"
  1258.   "Mark days in the calendar window that have diary entries.
  1259. Each entry in diary file visible in the calendar window is marked."
  1260.   t)
  1261.  
  1262. (autoload 'insert-diary-entry "diary-ins"
  1263.   "Insert a diary entry for the date indicated by point."
  1264.   t)
  1265.  
  1266. (autoload 'insert-weekly-diary-entry "diary-ins"
  1267.   "Insert a weekly diary entry for the day of the week indicated by point."
  1268.   t)
  1269.  
  1270.  
  1271. (autoload 'insert-monthly-diary-entry "diary-ins"
  1272.   "Insert a monthly diary entry for the day of the month indicated by point."
  1273.   t)
  1274.  
  1275. (autoload 'insert-yearly-diary-entry "diary-ins"
  1276.   "Insert an annual diary entry for the day of the year indicated by point."
  1277.   t)
  1278.  
  1279. (autoload 'insert-anniversary-diary-entry "diary-ins"
  1280.   "Insert an anniversary diary entry for the date indicated by point."
  1281.   t)
  1282.  
  1283. (autoload 'insert-block-diary-entry "diary-ins"
  1284.   "Insert a block diary entry for the dates indicated by point and mark."
  1285.   t)
  1286.  
  1287. (autoload 'insert-cyclic-diary-entry "diary-ins"
  1288.   "Insert a cyclic diary entry starting at the date indicated by point."
  1289.   t)
  1290.  
  1291. (autoload 'insert-hebrew-diary-entry "diary-ins"
  1292.   "Insert a diary entry for the Hebrew date corresponding to the date
  1293. indicated by point."
  1294.   t)
  1295.  
  1296. (autoload 'insert-monthly-hebrew-diary-entry "diary-ins"
  1297.   "Insert a monthly diary entry for the day of the Hebrew month corresponding
  1298. to the date indicated by point."
  1299.   t)
  1300.  
  1301. (autoload 'insert-yearly-hebrew-diary-entry "diary-ins"
  1302.   "Insert an annual diary entry for the day of the Hebrew year corresponding
  1303. to the date indicated by point."
  1304.   t)
  1305.  
  1306. (autoload 'insert-islamic-diary-entry "diary-ins"
  1307.   "Insert a diary entry for the Islamic date corresponding to the date
  1308. indicated by point."
  1309.   t)
  1310.  
  1311. (autoload 'insert-monthly-islamic-diary-entry "diary-ins"
  1312.   "Insert a monthly diary entry for the day of the Islamic month corresponding
  1313. to the date indicated by point."
  1314.   t)
  1315.  
  1316. (autoload 'insert-yearly-islamic-diary-entry "diary-ins"
  1317.   "Insert an annual diary entry for the day of the Islamic year corresponding
  1318. to the date indicated by point."
  1319.   t)
  1320.  
  1321. (autoload 'list-calendar-holidays "holidays"
  1322.   "Create a buffer containing the holidays for the current calendar window.
  1323. The holidays are those in the list `calendar-notable-days'.  Returns t if any
  1324. holidays are found, nil if not."
  1325.   t)
  1326.  
  1327. (autoload 'mark-calendar-holidays "holidays"
  1328.   "Mark notable days in the calendar window."
  1329.   t)
  1330.  
  1331. (autoload 'calendar-cursor-holidays "holidays"
  1332.   "Find holidays for the date specified by the cursor in the calendar window."
  1333.   t)
  1334.  
  1335. (defun generate-calendar-window (&optional mon yr)
  1336.   "Generate the calendar window for the current date.
  1337. Or, for optional MON, YR."
  1338.   (let* ((buffer-read-only nil)
  1339.          (today (calendar-current-date))
  1340.          (month (extract-calendar-month today))
  1341.          (day (extract-calendar-day today))
  1342.          (year (extract-calendar-year today))
  1343.          (today-visible
  1344.           (or (not mon)
  1345.               (let ((offset (calendar-interval mon yr month year)))
  1346.                 (and (<= offset 1) (>= offset -1)))))
  1347.          (day-in-week (calendar-day-of-week today)))
  1348.     (update-calendar-mode-line)
  1349.     (if mon
  1350.         (generate-calendar mon yr)
  1351.         (generate-calendar month year))
  1352.     (calendar-cursor-to-visible-date
  1353.      (if today-visible today (list displayed-month 1 displayed-year)))
  1354.     (set-buffer-modified-p nil)
  1355.     (or (one-window-p t)
  1356.         (/= (frame-width) (window-width))
  1357.         (shrink-window (- (window-height) 9)))
  1358.     (sit-for 0)
  1359.     (and mark-holidays-in-calendar
  1360.          (mark-calendar-holidays)
  1361.          (sit-for 0))
  1362.     (unwind-protect
  1363.         (if mark-diary-entries-in-calendar (mark-diary-entries))
  1364.       (if today-visible
  1365.           (run-hooks 'today-visible-calendar-hook)
  1366.         (run-hooks 'today-invisible-calendar-hook)))))
  1367.  
  1368. (defun generate-calendar (month year)
  1369.   "Generate a three-month Gregorian calendar centered around MONTH, YEAR."
  1370.   (if (< (+ month (* 12 (1- year))) 2)
  1371.       (error "Months before February, 1 AD are not available."))
  1372.   (setq displayed-month month)
  1373.   (setq displayed-year year)
  1374.   (erase-buffer)
  1375.   (increment-calendar-month month year -1)
  1376.   (calendar-for-loop i from 0 to 2 do
  1377.        (generate-calendar-month month year (+ 5 (* 25 i)))
  1378.        (increment-calendar-month month year 1)))
  1379.  
  1380. (defun generate-calendar-month (month year indent)
  1381.   "Produce a calendar for MONTH, YEAR on the Gregorian calendar.
  1382. The calendar is inserted in the buffer starting at the line on which point
  1383. is currently located, but indented INDENT spaces.  The indentation is done
  1384. from the first character on the line and does not disturb the first INDENT
  1385. characters on the line."
  1386.   (let* ((blank-days;; at start of month
  1387.           (calendar-mod
  1388.            (- (calendar-day-of-week (list month 1 year))
  1389.               calendar-week-start-day)
  1390.            7))
  1391.      (last (calendar-last-day-of-month month year)))
  1392.    (goto-char (point-min))
  1393.    (calendar-insert-indented
  1394.     (calendar-string-spread
  1395.      (list "" (format "%s %d" (calendar-month-name month) year) "") ?  20)
  1396.     indent t)
  1397.    (calendar-insert-indented "" indent);; Go to proper spot
  1398.    (calendar-for-loop i from 0 to 6 do
  1399.       (insert (substring (aref calendar-day-name-array 
  1400.                                (calendar-mod (+ calendar-week-start-day i) 7))
  1401.                          0 2))
  1402.       (insert " "))
  1403.    (calendar-insert-indented "" 0 t);; Force onto following line
  1404.    (calendar-insert-indented "" indent);; Go to proper spot
  1405.    ;; Add blank days before the first of the month
  1406.    (calendar-for-loop i from 1 to blank-days do (insert "   "))
  1407.    ;; Put in the days of the month
  1408.    (calendar-for-loop i from 1 to last do
  1409.       (insert (format "%2d " i))
  1410.       (put-text-property (- (point) (if (< i 10) 2 3)) (1- (point))
  1411.              'mouse-face 'highlight)
  1412.       (and (zerop (calendar-mod (+ i blank-days) 7))
  1413.            (/= i last)
  1414.            (calendar-insert-indented "" 0 t)    ;; Force onto following line
  1415.            (calendar-insert-indented "" indent)))));; Go to proper spot
  1416.  
  1417. (defun calendar-insert-indented (string indent &optional newline)
  1418.   "Insert STRING at column INDENT.
  1419. If the optional parameter NEWLINE is t, leave point at start of next line,
  1420. inserting a newline if there was no next line; otherwise, leave point after
  1421. the inserted text.  Value is always t."
  1422.   ;; Try to move to that column.
  1423.   (move-to-column indent)
  1424.   ;; If line is too short, indent out to that column.
  1425.   (if (< (current-column) indent)
  1426.       (indent-to indent))
  1427.   (insert string)
  1428.   ;; Advance to next line, if requested.
  1429.   (if newline
  1430.       (progn
  1431.     (end-of-line)
  1432.     (if (eobp)
  1433.             (newline)
  1434.       (forward-line 1))))
  1435.   t)
  1436.  
  1437. (defun redraw-calendar ()
  1438.   "Redraw the calendar display."
  1439.   (interactive)
  1440.   (let ((cursor-date (calendar-cursor-to-date)))
  1441.     (generate-calendar-window displayed-month displayed-year)
  1442.     (calendar-cursor-to-visible-date cursor-date)))
  1443.  
  1444. (defvar calendar-debug-sexp nil
  1445.   "*Turn debugging on when evaluating a sexp in the diary or holiday list.")
  1446.  
  1447. (defvar calendar-mode-map nil)
  1448. (if calendar-mode-map
  1449.     nil
  1450.   (setq calendar-mode-map (make-sparse-keymap))
  1451.   (if window-system (require 'cal-menu))
  1452.   (calendar-for-loop i from 0 to 9 do
  1453.        (define-key calendar-mode-map (int-to-string i) 'digit-argument))
  1454.   ;; kill-region and copy-region-as-kill are omitted from this list
  1455.   ;; because they cause an ugly second pane in the Edit menu.
  1456.   (let ((l (list 'narrow-to-region 'mark-word 'mark-sexp 'mark-paragraph
  1457.                  'mark-defun 'mark-whole-buffer 'mark-page
  1458.                  'downcase-region 'upcase-region
  1459.                  'capitalize-region 'write-region)))
  1460.    
  1461.     (while l
  1462.       (substitute-key-definition (car l) 'calendar-not-implemented
  1463.                  calendar-mode-map global-map)
  1464.       (setq l (cdr l))))
  1465.   (define-key calendar-mode-map "-"     'negative-argument)
  1466.   (define-key calendar-mode-map "\C-x>" 'scroll-calendar-right)
  1467.   (define-key calendar-mode-map [prior] 'scroll-calendar-right-three-months)
  1468.   (define-key calendar-mode-map "\ev"   'scroll-calendar-right-three-months)
  1469.   (define-key calendar-mode-map "\C-x<" 'scroll-calendar-left)
  1470.   (define-key calendar-mode-map [next]  'scroll-calendar-left-three-months)
  1471.   (define-key calendar-mode-map "\C-v"  'scroll-calendar-left-three-months)
  1472.   (define-key calendar-mode-map "\C-b"  'calendar-backward-day)
  1473.   (define-key calendar-mode-map "\C-p"  'calendar-backward-week)
  1474.   (define-key calendar-mode-map "\e{"   'calendar-backward-month)
  1475.   (define-key calendar-mode-map "\C-x[" 'calendar-backward-year)
  1476.   (define-key calendar-mode-map "\C-f"  'calendar-forward-day)
  1477.   (define-key calendar-mode-map "\C-n"  'calendar-forward-week)
  1478.   (define-key calendar-mode-map [left]  'calendar-backward-day)
  1479.   (define-key calendar-mode-map [up]    'calendar-backward-week)
  1480.   (define-key calendar-mode-map [right] 'calendar-forward-day)
  1481.   (define-key calendar-mode-map [down]  'calendar-forward-week)
  1482.   (define-key calendar-mode-map "\e}"   'calendar-forward-month)
  1483.   (define-key calendar-mode-map "\C-x]" 'calendar-forward-year)
  1484.   (define-key calendar-mode-map "\C-a"  'calendar-beginning-of-week)
  1485.   (define-key calendar-mode-map "\C-e"  'calendar-end-of-week)
  1486.   (define-key calendar-mode-map "\ea"   'calendar-beginning-of-month)
  1487.   (define-key calendar-mode-map "\ee"   'calendar-end-of-month)
  1488.   (define-key calendar-mode-map "\e<"   'calendar-beginning-of-year)
  1489.   (define-key calendar-mode-map "\e>"   'calendar-end-of-year)
  1490.   (define-key calendar-mode-map "\C-@"  'calendar-set-mark)
  1491.   ;; Many people are used to typing C-SPC and getting C-@.
  1492.   (define-key calendar-mode-map [?\C-\ ] 'calendar-set-mark)
  1493.   (define-key calendar-mode-map "\C-x\C-x" 'calendar-exchange-point-and-mark)
  1494.   (define-key calendar-mode-map "\e=" 'calendar-count-days-region)
  1495.   (define-key calendar-mode-map "gd"  'calendar-goto-date)
  1496.   (define-key calendar-mode-map "gj"  'calendar-goto-julian-date)
  1497.   (define-key calendar-mode-map "ga"  'calendar-goto-astro-day-number)
  1498.   (define-key calendar-mode-map "gh"  'calendar-goto-hebrew-date)
  1499.   (define-key calendar-mode-map "gi"  'calendar-goto-islamic-date)
  1500.   (define-key calendar-mode-map "gc"  'calendar-goto-iso-date)
  1501.   (define-key calendar-mode-map "gf"  'calendar-goto-french-date)
  1502.   (define-key calendar-mode-map "gml"  'calendar-goto-mayan-long-count-date)
  1503.   (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date)
  1504.   (define-key calendar-mode-map "gmnc" 'calendar-next-calendar-round-date)
  1505.   (define-key calendar-mode-map "gmph" 'calendar-previous-haab-date)
  1506.   (define-key calendar-mode-map "gmnh" 'calendar-next-haab-date)
  1507.   (define-key calendar-mode-map "gmpt" 'calendar-previous-tzolkin-date)
  1508.   (define-key calendar-mode-map "gmnt" 'calendar-next-tzolkin-date)
  1509.   (define-key calendar-mode-map "S"   'calendar-sunrise-sunset)
  1510.   (define-key calendar-mode-map "M"   'calendar-phases-of-moon)
  1511.   (define-key calendar-mode-map " "   'scroll-other-window)
  1512.   (define-key calendar-mode-map "\C-c\C-l" 'redraw-calendar)
  1513.   (define-key calendar-mode-map "."   'calendar-current-month)
  1514.   (define-key calendar-mode-map "o"   'calendar-other-month)
  1515.   (define-key calendar-mode-map "q"   'exit-calendar)
  1516.   (define-key calendar-mode-map "a"   'list-calendar-holidays)
  1517.   (define-key calendar-mode-map "h"   'calendar-cursor-holidays)
  1518.   (define-key calendar-mode-map "x"   'mark-calendar-holidays)
  1519.   (define-key calendar-mode-map "u"   'calendar-unmark)
  1520.   (define-key calendar-mode-map "m"   'mark-diary-entries)
  1521.   (define-key calendar-mode-map "d"   'view-diary-entries)
  1522.   (define-key calendar-mode-map "s"   'show-all-diary-entries)
  1523.   (define-key calendar-mode-map "pd"  'calendar-print-day-of-year)
  1524.   (define-key calendar-mode-map "pc"  'calendar-print-iso-date)
  1525.   (define-key calendar-mode-map "pj"  'calendar-print-julian-date)
  1526.   (define-key calendar-mode-map "pa"  'calendar-print-astro-day-number)
  1527.   (define-key calendar-mode-map "ph"  'calendar-print-hebrew-date)
  1528.   (define-key calendar-mode-map "pi"  'calendar-print-islamic-date)
  1529.   (define-key calendar-mode-map "pf"  'calendar-print-french-date)
  1530.   (define-key calendar-mode-map "pm"  'calendar-print-mayan-date)
  1531.   (define-key calendar-mode-map "id"  'insert-diary-entry)
  1532.   (define-key calendar-mode-map "iw"  'insert-weekly-diary-entry)
  1533.   (define-key calendar-mode-map "im"  'insert-monthly-diary-entry)
  1534.   (define-key calendar-mode-map "iy"  'insert-yearly-diary-entry)
  1535.   (define-key calendar-mode-map "ia"  'insert-anniversary-diary-entry)
  1536.   (define-key calendar-mode-map "ib"  'insert-block-diary-entry)
  1537.   (define-key calendar-mode-map "ic"  'insert-cyclic-diary-entry)
  1538.   (define-key calendar-mode-map "ihd" 'insert-hebrew-diary-entry)
  1539.   (define-key calendar-mode-map "ihm" 'insert-monthly-hebrew-diary-entry)
  1540.   (define-key calendar-mode-map "ihy" 'insert-yearly-hebrew-diary-entry)
  1541.   (define-key calendar-mode-map "iid" 'insert-islamic-diary-entry)
  1542.   (define-key calendar-mode-map "iim" 'insert-monthly-islamic-diary-entry)
  1543.   (define-key calendar-mode-map "iiy" 'insert-yearly-islamic-diary-entry)
  1544.   (define-key calendar-mode-map "?"   'describe-calendar-mode))
  1545.  
  1546. (defun describe-calendar-mode ()
  1547.   "Create a help buffer with a brief description of the calendar-mode."
  1548.   (interactive)
  1549.   (with-output-to-temp-buffer "*Help*"
  1550.     (princ
  1551.      (format
  1552.       "Calendar Mode:\nFor a complete description, type %s\n%s\n"
  1553.       (substitute-command-keys
  1554.        "\\<calendar-mode-map>\\[describe-mode] from within the calendar")
  1555.       (substitute-command-keys "\\{calendar-mode-map}")))
  1556.     (print-help-return-message)))
  1557.  
  1558. ;; Calendar mode is suitable only for specially formatted data.
  1559. (put 'calendar-mode 'mode-class 'special)
  1560.  
  1561. (defvar calendar-mode-line-format
  1562.   (list
  1563.    (substitute-command-keys "\\<calendar-mode-map>\\[scroll-calendar-left]")
  1564.    "Calendar"
  1565.    (substitute-command-keys "\\<calendar-mode-map>\\[describe-calendar-mode] help/\\[calendar-other-month] other/\\[calendar-current-month] today")
  1566.    '(calendar-date-string (calendar-current-date) t)
  1567.    (substitute-command-keys "\\<calendar-mode-map>\\[scroll-calendar-right]"))
  1568.   "The mode line of the calendar buffer.")
  1569.  
  1570. (defun calendar-mode ()
  1571.   "A major mode for the calendar window.
  1572.  
  1573. The commands for cursor movement are:\\<calendar-mode-map>
  1574.  
  1575.        \\[calendar-forward-day]  one day forward         \\[calendar-backward-day]  one day backward
  1576.        \\[calendar-forward-week]  one week forward        \\[calendar-backward-week]  one week backward
  1577.        \\[calendar-forward-month]  one month forward       \\[calendar-backward-month]  one month backward
  1578.        \\[calendar-forward-year]  one year forward      \\[calendar-backward-year]  one year backward
  1579.        \\[calendar-beginning-of-week]  beginning of week       \\[calendar-end-of-week]  end of week
  1580.        \\[calendar-beginning-of-month]  beginning of month      \\[calendar-end-of-month]  end of month
  1581.        \\[calendar-beginning-of-year]  beginning of year       \\[calendar-end-of-year]  end of year
  1582.  
  1583.        \\[calendar-goto-date]  go to date
  1584.  
  1585.        \\[calendar-goto-julian-date]  go to Julian date       \\[calendar-goto-astro-day-number]  go to astronomical (Julian) day number
  1586.        \\[calendar-goto-hebrew-date]  go to Hebrew date       \\[calendar-goto-islamic-date]  go to Islamic date
  1587.        \\[calendar-goto-iso-date]  go to ISO date          \\[calendar-goto-french-date]  go to French Revolutionary date
  1588.  
  1589.        \\[calendar-goto-mayan-long-count-date]  go to Mayan Long Count date
  1590.        \\[calendar-next-haab-date]  go to next occurrence of Mayan Haab date
  1591.        \\[calendar-previous-haab-date]  go to previous occurrence of Mayan Haab date
  1592.        \\[calendar-next-tzolkin-date]  go to next occurrence of Mayan Tzolkin date
  1593.        \\[calendar-previous-tzolkin-date]  go to previous occurrence of Mayan Tzolkin date
  1594.        \\[calendar-next-calendar-round-date]  go to next occurrence of Mayan Calendar Round date
  1595.        \\[calendar-previous-calendar-round-date]  go to previous occurrence of Mayan Calendar Round date
  1596.  
  1597. You can mark a date in the calendar and switch the point and mark:
  1598.  
  1599.        \\[calendar-set-mark]  mark date                 \\[calendar-exchange-point-and-mark]  exchange point and mark
  1600.  
  1601. You can determine the number of days (inclusive) between the point and mark by
  1602.  
  1603.        \\[calendar-count-days-region]  count days in the region
  1604.  
  1605. The commands for calendar movement are:
  1606.  
  1607.        \\[scroll-calendar-right]  scroll one month right \\[scroll-calendar-left]  scroll one month left
  1608.        \\[scroll-calendar-right-three-months]  scroll 3 months right    \\[scroll-calendar-left-three-months]  scroll 3 months left
  1609.        \\[calendar-current-month]  display current month      \\[calendar-other-month]  display another month
  1610.  
  1611. Whenever it makes sense, the above commands take prefix arguments that
  1612. multiply their affect.  For convenience, the digit keys and the minus sign
  1613. are bound to digit-argument, so they need not be prefixed with ESC.
  1614.  
  1615. If the calendar window somehow becomes corrupted, it can be regenerated with
  1616.  
  1617.        \\[redraw-calendar]  redraw the calendar
  1618.  
  1619. The following commands deal with holidays and other notable days:
  1620.  
  1621.        \\[calendar-cursor-holidays]  give holidays for the date specified by the cursor
  1622.        \\[mark-calendar-holidays]  mark notable days
  1623.        \\[calendar-unmark]  unmark dates
  1624.        \\[list-calendar-holidays]  display notable days
  1625.  
  1626. The command M-x holidays causes the notable dates for the current month, and
  1627. the preceding and succeeding months, to be displayed, independently of the
  1628. calendar.
  1629.  
  1630. The following commands control the diary:
  1631.  
  1632.        \\[mark-diary-entries]  mark diary entries          \\[calendar-unmark]  unmark dates
  1633.        \\[view-diary-entries]  display diary entries       \\[show-all-diary-entries]  show all diary entries
  1634.        \\[print-diary-entries]  print diary entries
  1635.  
  1636. Displaying the diary entries causes the diary entries from the diary file
  1637. \(for the date indicated by the cursor in the calendar window) to be
  1638. displayed in another window.  This function takes an integer argument that
  1639. specifies the number of days of calendar entries to be displayed, starting
  1640. with the date indicated by the cursor.
  1641.  
  1642. The command \\[print-diary-entries] prints the diary buffer (as it appears)
  1643. on the line printer.
  1644.  
  1645. The command M-x diary causes the diary entries for the current date to be
  1646. displayed, independently of the calendar.  The number of days of entries is
  1647. governed by number-of-diary-entries.
  1648.  
  1649. The format of the entries in the diary file is described in the
  1650. documentation string for the variable `diary-file'.
  1651.  
  1652. When diary entries are in view in the window, they can be edited.  It is
  1653. important to keep in mind that the buffer displayed contains the entire
  1654. diary file, but with portions of it concealed from view.  This means, for
  1655. instance, that the forward-char command can put the cursor at what appears
  1656. to be the end of the line, but what is in reality the middle of some
  1657. concealed line.  BE CAREFUL WHEN EDITING THE DIARY ENTRIES! (Inserting
  1658. additional lines or adding/deleting characters in the middle of a visible
  1659. line will not cause problems; watch out for end-of-line, however--it may
  1660. put you at the end of a concealed line far from where the cursor appears to
  1661. be!)  BEFORE EDITING THE DIARY IT IS BEST TO DISPLAY THE ENTIRE FILE WITH
  1662. show-all-diary-entries.  BE SURE TO WRITE THE FILE BEFORE EXITING FROM THE
  1663. CALENDAR.
  1664.  
  1665. The following commands assist in making diary entries:
  1666.  
  1667.        \\[insert-diary-entry]  insert a diary entry for the selected date
  1668.        \\[insert-weekly-diary-entry]  insert a diary entry for the selected day of the week
  1669.        \\[insert-monthly-diary-entry]  insert a diary entry for the selected day of the month
  1670.        \\[insert-yearly-diary-entry]  insert a diary entry for the selected day of the year
  1671.        \\[insert-block-diary-entry]  insert a diary entry for the block days between point and mark
  1672.        \\[insert-anniversary-diary-entry]  insert an anniversary diary entry for the selected date
  1673.        \\[insert-cyclic-diary-entry]  insert a cyclic diary entry
  1674.  
  1675. There are corresponding commands to assist in making Hebrew- or Islamic-date
  1676. diary entries:
  1677.  
  1678.        \\[insert-hebrew-diary-entry]  insert a diary entry for the Hebrew date corresponding
  1679.                 to the selected date
  1680.        \\[insert-monthly-hebrew-diary-entry]  insert a diary entry for the day of the Hebrew month
  1681.                 corresponding to the selected day
  1682.        \\[insert-yearly-hebrew-diary-entry]  insert a diary entry for the day of the Hebrew year
  1683.                 corresponding to the selected day
  1684.        \\[insert-islamic-diary-entry]  insert a diary entry for the Islamic date corresponding
  1685.                 to the selected date
  1686.        \\[insert-monthly-islamic-diary-entry]  insert a diary entry for the day of the Islamic month
  1687.                 corresponding to the selected day
  1688.        \\[insert-yearly-islamic-diary-entry]  insert a diary entry for the day of the Islamic year
  1689.                 corresponding to the selected day
  1690.  
  1691. All of the diary entry commands make nonmarking entries when given a prefix
  1692. argument; with no prefix argument, the diary entries are marking.
  1693.  
  1694. The day number in the year and the number of days remaining in the year can be
  1695. determined by
  1696.  
  1697.        \\[calendar-print-day-of-year]  show day number and the number of days remaining in the year
  1698.  
  1699. Equivalent dates on the ISO commercial, Julian, Hebrew, Islamic, French
  1700. Revolutionary, and Mayan calendars can be determined by
  1701.  
  1702.        \\[calendar-print-iso-date]  show equivalent date on the ISO commercial calendar
  1703.        \\[calendar-print-julian-date]  show equivalent date on the Julian calendar
  1704.        \\[calendar-print-hebrew-date]  show equivalent date on the Hebrew calendar
  1705.        \\[calendar-print-islamic-date]  show equivalent date on the Islamic calendar
  1706.        \\[calendar-print-french-date]  show equivalent date on the French Revolutionary calendar
  1707.        \\[calendar-print-mayan-date]  show equivalent date on the Mayan calendar
  1708.  
  1709. The astronomical (Julian) day number of a date is found with
  1710.  
  1711.        \\[calendar-print-astro-day-number]  show equivalent astronomical (Julian) day number
  1712.  
  1713. To find the times of sunrise and sunset and lunar phases use
  1714.  
  1715.        \\[calendar-sunrise-sunset]  show times of sunrise and sunset
  1716.        \\[calendar-phases-of-moon]  show times of quarters of the moon
  1717.  
  1718. The times given apply to location `calendar-location-name' at latitude
  1719. `calendar-latitude', longitude `calendar-longitude'; set these variables for
  1720. your location.  The following variables are also consulted, and you must set
  1721. them if your system does not initialize them properly: `calendar-time-zone',
  1722. `calendar-daylight-time-offset', `calendar-standard-time-zone-name',
  1723. `calendar-daylight-time-zone-name', `calendar-daylight-savings-starts',
  1724. `calendar-daylight-savings-ends', `calendar-daylight-savings-starts-time',
  1725. `calendar-daylight-savings-ends-time'.
  1726.  
  1727. To exit from the calendar use
  1728.  
  1729.        \\[exit-calendar]  exit from calendar
  1730.  
  1731. Set `view-diary-entries-initially' to a non-nil value to display 
  1732. diary entries for the current date in
  1733. another window when the calendar is first displayed, if the current date is
  1734. visible.  The variable `number-of-diary-entries' controls number of days of
  1735. diary entries that to display initially or with the command M-x
  1736. diary.  For example, the default value 1 says to display only the current
  1737. day's diary entries.  The value 2 says to display both the
  1738. current day's and the next day's entries.
  1739.  
  1740. The value can also be a vector such as [0 2 2 2 2 4 1]; this value
  1741. says to display no diary entries on Sunday, the display the entries
  1742. for the current date and the day after on Monday through Thursday,
  1743. display Friday through Monday's entries on Friday, and display only
  1744. Saturday's entries on Saturday.
  1745.  
  1746. Set `view-calendar-holidays-initially' to a non-nil value to display
  1747. holidays for the current three month period on entry to the calendar.
  1748.  
  1749. Set `mark-diary-entries-in-calendar' to a non-nil value to mark in the
  1750. calendar all the dates that have diary entries.  The variable
  1751. `diary-entry-marker' controls how to mark them.
  1752.  
  1753. The variable `calendar-load-hook', whose default value is nil, is list of
  1754. functions to be called when the calendar is first loaded.
  1755.  
  1756. The variable `initial-calendar-window-hook', whose default value is nil, is
  1757. list of functions to be called when the calendar window is first opened.  The
  1758. functions invoked are called after the calendar window is opened, but once
  1759. opened is never called again.  Leaving the calendar with the `q' command and
  1760. reentering it will cause these functions to be called again.
  1761.  
  1762. The variable `today-visible-calendar-hook', whose default value is nil, is the
  1763. list of functions called after the calendar buffer has been prepared with the
  1764. calendar when the current date is visible in the window.  This can be used,
  1765. for example, to replace today's date with asterisks; a function
  1766. calendar-star-date is included for this purpose:
  1767.  (setq today-visible-calendar-hook 'calendar-star-date)
  1768. It could also be used to mark the current date; a function is also provided
  1769. for this:
  1770.  (setq today-visible-calendar-hook 'calendar-mark-today)
  1771.  
  1772. The variable `today-invisible-calendar-hook', whose default value is nil, is
  1773. the list of functions called after the calendar buffer has been prepared with
  1774. the calendar when the current date is not visible in the window.
  1775.  
  1776. The variable `diary-display-hook' is the list of functions called after the
  1777. diary buffer is prepared.  The default value simply displays the diary file
  1778. using selective-display to conceal irrelevant diary entries.  An alternative
  1779. function `fancy-diary-display' is provided that, when used as the
  1780. `diary-display-hook', causes a noneditable buffer to be prepared with a neatly
  1781. organized day-by-day listing of relevant diary entries, together with any
  1782. known holidays.  The inclusion of the holidays slows this fancy display of the
  1783. diary; to speed it up, set the variable `holidays-in-diary-buffer' to nil.
  1784.  
  1785. The variable `print-diary-entries-hook' is the list of functions called after
  1786. a temporary buffer is prepared with the diary entries currently visible in the
  1787. diary buffer.  The default value of this hook adds a heading (composed from
  1788. the diary buffer's mode line), does the printing with the command lpr-buffer,
  1789. and kills the temporary buffer.  Other uses might include, for example,
  1790. rearranging the lines into order by day and time.
  1791.  
  1792. The Gregorian calendar is assumed."
  1793.  
  1794.   (kill-all-local-variables)
  1795.   (setq major-mode 'calendar-mode)
  1796.   (setq mode-name "Calendar")
  1797.   (use-local-map calendar-mode-map)
  1798.   (setq buffer-read-only t)
  1799.   (setq indent-tabs-mode nil)
  1800.   (update-calendar-mode-line)
  1801.   (make-local-variable 'calendar-window-configuration);; Windows on entry.
  1802.   (make-local-variable 'calendar-mark-ring)
  1803.   (make-local-variable 'displayed-month);;  Month in middle of window.
  1804.   (make-local-variable 'displayed-year));;  Year in middle of window.
  1805.  
  1806. (defun calendar-string-spread (strings char length)
  1807.   "Concatenate list of STRINGS separated with copies of CHAR to fill LENGTH
  1808. There must be at least 2 strings.  The effect is like mapconcat but the
  1809. separating pieces are as balanced as possible.  Each item of STRINGS is
  1810. evaluated before concatenation so it can actually be an expression that
  1811. evaluates to a string.  If LENGTH is too short, the STRINGS are just
  1812. concatenated and the result truncated."
  1813. ;; The algorithm is based on equation (3.25) on page 85 of Concrete
  1814. ;; Mathematics by Ronald L. Graham, Donald E. Knuth, and Oren Patashnik,
  1815. ;; Addison-Wesley, Reading, MA, 1989
  1816.   (let* ((strings (mapcar 'eval strings))
  1817.          (n (- length (length (apply 'concat strings))))
  1818.          (m (1- (length strings)))
  1819.          (s (car strings))
  1820.          (strings (cdr strings))
  1821.          (i 0))
  1822.     (while strings
  1823.       (setq s (concat s
  1824.                       (make-string (max 0 (/ (+ n i) m)) char)
  1825.                       (car strings)))
  1826.       (setq i (1+ i))
  1827.       (setq strings (cdr strings)))
  1828.     (substring s 0 length)))
  1829.  
  1830. (defun update-calendar-mode-line ()
  1831.   "Update the calendar mode line with the current date and date style."
  1832.   (if (bufferp (get-buffer calendar-buffer))
  1833.       (save-excursion
  1834.         (set-buffer calendar-buffer)
  1835.         (setq mode-line-format
  1836.               (calendar-string-spread
  1837.                calendar-mode-line-format ?  (frame-width))))))
  1838.  
  1839. (defun exit-calendar ()
  1840.   "Get out of the calendar window and bury it and related buffers."
  1841.   (interactive)
  1842.   (let ((diary-buffer (get-file-buffer diary-file))
  1843.         (d-buffer (get-buffer fancy-diary-buffer))
  1844.         (h-buffer (get-buffer holiday-buffer)))
  1845.     (if (not diary-buffer)
  1846.         (progn
  1847.           (set-window-configuration calendar-window-configuration)
  1848.           (bury-buffer calendar-buffer)
  1849.           (if d-buffer (bury-buffer d-buffer))
  1850.           (if h-buffer (bury-buffer h-buffer)))
  1851.       (if (or (not (buffer-modified-p diary-buffer))
  1852.               (yes-or-no-p "Diary modified; do you really want to exit the calendar? "))
  1853.           (progn
  1854.             (set-window-configuration calendar-window-configuration)
  1855.             (bury-buffer calendar-buffer)
  1856.             (if d-buffer (bury-buffer d-buffer))
  1857.             (if h-buffer (bury-buffer h-buffer))
  1858.             (set-buffer diary-buffer)
  1859.             (set-buffer-modified-p nil)
  1860.             (bury-buffer diary-buffer))))))
  1861.  
  1862. (defun calendar-current-month ()
  1863.   "Reposition the calendar window so the current date is visible."
  1864.   (interactive)
  1865.   (let ((today (calendar-current-date)));; The date might have changed.
  1866.     (if (not (calendar-date-is-visible-p today))
  1867.         (generate-calendar-window)
  1868.       (update-calendar-mode-line)
  1869.       (calendar-cursor-to-visible-date today))))
  1870.  
  1871. (defun calendar-forward-month (arg)
  1872.   "Move the cursor forward ARG months.
  1873. Movement is backward if ARG is negative."
  1874.   (interactive "p")
  1875.   (calendar-cursor-to-nearest-date)
  1876.   (let* ((cursor-date (calendar-cursor-to-date t))
  1877.          (month (extract-calendar-month cursor-date))
  1878.          (day (extract-calendar-day cursor-date))
  1879.          (year (extract-calendar-year cursor-date)))
  1880.     (increment-calendar-month month year arg)
  1881.     (let ((last (calendar-last-day-of-month month year)))
  1882.       (if (< last day)
  1883.         (setq day last)))
  1884.     ;; Put the new month on the screen, if needed, and go to the new date.
  1885.     (let ((new-cursor-date (list month day year)))
  1886.       (if (not (calendar-date-is-visible-p new-cursor-date))
  1887.           (calendar-other-month month year))
  1888.       (calendar-cursor-to-visible-date new-cursor-date))))
  1889.  
  1890. (defun calendar-forward-year (arg)
  1891.   "Move the cursor forward by ARG years.
  1892. Movement is backward if ARG is negative."
  1893.   (interactive "p")
  1894.   (calendar-forward-month (* 12 arg)))
  1895.  
  1896. (defun calendar-backward-month (arg)
  1897.   "Move the cursor backward by ARG months.
  1898. Movement is forward if ARG is negative."
  1899.   (interactive "p")
  1900.   (calendar-forward-month (- arg)))
  1901.  
  1902. (defun calendar-backward-year (arg)
  1903.   "Move the cursor backward ARG years.
  1904. Movement is forward is ARG is negative."
  1905.   (interactive "p")
  1906.   (calendar-forward-month (* -12 arg)))
  1907.  
  1908. (defun scroll-calendar-left (arg)
  1909.   "Scroll the displayed calendar left by ARG months.
  1910. If ARG is negative the calendar is scrolled right.  Maintains the relative
  1911. position of the cursor with respect to the calendar as well as possible."
  1912.   (interactive "p")
  1913.   (calendar-cursor-to-nearest-date)
  1914.   (let ((old-date (calendar-cursor-to-date))
  1915.         (today (calendar-current-date)))
  1916.     (if (/= arg 0)
  1917.         (progn
  1918.           (increment-calendar-month displayed-month displayed-year arg)
  1919.           (generate-calendar-window displayed-month displayed-year)
  1920.           (calendar-cursor-to-visible-date
  1921.            (cond
  1922.             ((calendar-date-is-visible-p old-date) old-date)
  1923.             ((calendar-date-is-visible-p today) today)
  1924.             (t (list displayed-month 1 displayed-year))))))))
  1925.  
  1926. (defun scroll-calendar-right (arg)
  1927.   "Scroll the displayed calendar window right by ARG months.
  1928. If ARG is negative the calendar is scrolled left.  Maintains the relative
  1929. position of the cursor with respect to the calendar as well as possible."
  1930.   (interactive "p")
  1931.   (scroll-calendar-left (- arg)))
  1932.  
  1933. (defun scroll-calendar-left-three-months (arg)
  1934.   "Scroll the displayed calendar window left by 3*ARG months.
  1935. If ARG is negative the calendar is scrolled right.  Maintains the relative
  1936. position of the cursor with respect to the calendar as well as possible."
  1937.   (interactive "p")
  1938.   (scroll-calendar-left (* 3 arg)))
  1939.  
  1940. (defun scroll-calendar-right-three-months (arg)
  1941.   "Scroll the displayed calendar window right by 3*ARG months.
  1942. If ARG is negative the calendar is scrolled left.  Maintains the relative
  1943. position of the cursor with respect to the calendar as well as possible."
  1944.   (interactive "p")
  1945.   (scroll-calendar-left (* -3 arg)))
  1946.  
  1947. (defun calendar-current-date ()
  1948.   "Returns the current date in a list (month day year).
  1949. If in the calendar buffer, also sets the current date local variables."
  1950.   (let* ((date (current-time-string))
  1951.          (garbage
  1952.           (string-match
  1953.            "^\\([A-Z][a-z]*\\) *\\([A-Z][a-z]*\\) *\\([0-9]*\\) .* \\([0-9]*\\)$"
  1954.            date))
  1955.          (month
  1956.           (cdr (assoc 
  1957.                 (substring date (match-beginning 2) (match-end 2))
  1958.                 '(("Jan" . 1) ("Feb" . 2) ("Mar" . 3) ("Apr" . 4)
  1959.                   ("May" . 5) ("Jun" . 6) ("Jul" . 7) ("Aug" . 8)
  1960.                   ("Sep" . 9) ("Oct" . 10) ("Nov" . 11) ("Dec" . 12)))))
  1961.          (day
  1962.           (string-to-int (substring date (match-beginning 3) (match-end 3))))
  1963.          (year
  1964.           (string-to-int (substring date (match-beginning 4) (match-end 4)))))
  1965.     (list month day year)))
  1966.  
  1967. (defun calendar-cursor-to-date (&optional error)
  1968.   "Returns a list of the month, day, and year of current cursor position.
  1969. If cursor is not on a specific date, signals an error if optional parameter
  1970. ERROR is t, otherwise just returns nil."
  1971.   (let* ((segment (/ (current-column) 25))
  1972.          (month (% (+ displayed-month segment -1) 12))
  1973.          (month (if (= 0 month) 12 month))
  1974.          (year
  1975.           (cond
  1976.            ((and (=  12 month) (= segment 0)) (1- displayed-year))
  1977.            ((and (=   1 month) (= segment 2)) (1+ displayed-year))
  1978.            (t displayed-year))))
  1979.     (if (and (looking-at "[0-9]")
  1980.              (< 2 (count-lines (point-min) (point))))
  1981.         (save-excursion
  1982.           (re-search-backward "[^0-9]")
  1983.           (list month
  1984.                 (string-to-int (buffer-substring (1+ (point)) (+ 4 (point))))
  1985.                 year))
  1986.       (if (looking-at "\\*")
  1987.           (save-excursion
  1988.             (re-search-backward "[^*]")
  1989.             (if (looking-at ".\\*\\*")
  1990.                 (list month calendar-starred-day year)
  1991.               (if error (error "Not on a date!"))))
  1992.         (if error (error "Not on a date!"))))))
  1993.  
  1994. (defun calendar-cursor-to-nearest-date ()
  1995.   "Move the cursor to the closest date.
  1996. The position of the cursor is unchanged if it is already on a date.
  1997. Returns the list (month day year) giving the cursor position."
  1998.   (let ((date (calendar-cursor-to-date))
  1999.         (column (current-column)))
  2000.     (if date
  2001.         date
  2002.       (if (> 3 (count-lines (point-min) (point)))
  2003.           (progn
  2004.             (goto-line 3)
  2005.             (move-to-column column)))
  2006.       (if (not (looking-at "[0-9]"))
  2007.           (if (and (not (looking-at " *$"))
  2008.                    (or (< column 25)
  2009.                        (and (> column 27)
  2010.                             (< column 50))
  2011.                        (and (> column 52)
  2012.                             (< column 75))))
  2013.               (progn
  2014.                 (re-search-forward "[0-9]" nil t)
  2015.                 (backward-char 1))
  2016.             (re-search-backward "[0-9]" nil t)))
  2017.       (calendar-cursor-to-date))))
  2018.  
  2019. (defun calendar-forward-day (arg)
  2020.   "Move the cursor forward ARG days.
  2021. Moves backward if ARG is negative."
  2022.   (interactive "p")
  2023.   (if (/= 0 arg)
  2024.       (let*
  2025.           ((cursor-date (calendar-cursor-to-date))
  2026.            (cursor-date (if cursor-date
  2027.                             cursor-date
  2028.                           (if (> arg 0) (setq arg (1- arg)))
  2029.                           (calendar-cursor-to-nearest-date)))
  2030.            (new-cursor-date
  2031.             (calendar-gregorian-from-absolute
  2032.              (+ (calendar-absolute-from-gregorian cursor-date) arg)))
  2033.            (new-display-month (extract-calendar-month new-cursor-date))
  2034.            (new-display-year (extract-calendar-year new-cursor-date)))
  2035.         ;; Put the new month on the screen, if needed, and go to the new date.
  2036.         (if (not (calendar-date-is-visible-p new-cursor-date))
  2037.             (calendar-other-month new-display-month new-display-year))
  2038.         (calendar-cursor-to-visible-date new-cursor-date))))
  2039.  
  2040. (defun calendar-backward-day (arg)
  2041.   "Move the cursor back ARG days.
  2042. Moves forward if ARG is negative."
  2043.   (interactive "p")
  2044.   (calendar-forward-day (- arg)))
  2045.  
  2046. (defun calendar-forward-week (arg)
  2047.   "Move the cursor forward ARG weeks.
  2048. Moves backward if ARG is negative."
  2049.   (interactive "p")
  2050.   (calendar-forward-day (* arg 7)))
  2051.  
  2052. (defun calendar-backward-week (arg)
  2053.   "Move the cursor back ARG weeks.
  2054. Moves forward if ARG is negative."
  2055.   (interactive "p")
  2056.   (calendar-forward-day (* arg -7)))
  2057.  
  2058. (defun calendar-beginning-of-week (arg)
  2059.   "Move the cursor back ARG calendar-week-start-day's."
  2060.   (interactive "p")
  2061.   (calendar-cursor-to-nearest-date)
  2062.   (let ((day (calendar-day-of-week (calendar-cursor-to-date))))
  2063.     (calendar-backward-day
  2064.      (if (= day calendar-week-start-day)
  2065.          (* 7 arg)
  2066.        (+ (calendar-mod (- day calendar-week-start-day) 7)
  2067.           (* 7 (1- arg)))))))
  2068.  
  2069. (defun calendar-end-of-week (arg)
  2070.   "Move the cursor forward ARG calendar-week-start-day+6's."
  2071.   (interactive "p")
  2072.   (calendar-cursor-to-nearest-date)
  2073.   (let ((day (calendar-day-of-week (calendar-cursor-to-date))))
  2074.     (calendar-forward-day
  2075.      (if (= day (calendar-mod (1- calendar-week-start-day) 7))
  2076.          (* 7 arg)
  2077.        (+ (- 6 (calendar-mod (- day calendar-week-start-day) 7))
  2078.           (* 7 (1- arg)))))))
  2079.  
  2080. (defun calendar-beginning-of-month (arg)
  2081.   "Move the cursor backward ARG month beginnings."
  2082.   (interactive "p")
  2083.   (calendar-cursor-to-nearest-date)
  2084.   (let* ((date (calendar-cursor-to-date))
  2085.          (month (extract-calendar-month date))
  2086.          (day (extract-calendar-day date))
  2087.          (year (extract-calendar-year date)))
  2088.     (if (= day 1)
  2089.         (calendar-backward-month arg)
  2090.       (calendar-cursor-to-visible-date (list month 1 year))
  2091.       (calendar-backward-month (1- arg)))))
  2092.  
  2093. (defun calendar-end-of-month (arg)
  2094.   "Move the cursor forward ARG month ends."
  2095.   (interactive "p")
  2096.   (calendar-cursor-to-nearest-date)
  2097.   (let* ((date (calendar-cursor-to-date))
  2098.          (month (extract-calendar-month date))
  2099.          (day (extract-calendar-day date))
  2100.          (year (extract-calendar-year date))
  2101.          (last-day (calendar-last-day-of-month month year)))
  2102.     (if (/= day last-day)
  2103.         (progn
  2104.           (calendar-cursor-to-visible-date (list month last-day year))
  2105.           (setq arg (1- arg))))
  2106.     (increment-calendar-month month year arg)
  2107.     (let ((last-day (list
  2108.                      month
  2109.                      (calendar-last-day-of-month month year)
  2110.                      year)))
  2111.       (if (not (calendar-date-is-visible-p last-day))
  2112.           (calendar-other-month month year)
  2113.       (calendar-cursor-to-visible-date last-day)))))
  2114.  
  2115. (defun calendar-beginning-of-year (arg)
  2116.   "Move the cursor backward ARG year beginnings."
  2117.   (interactive "p")
  2118.   (calendar-cursor-to-nearest-date)
  2119.   (let* ((date (calendar-cursor-to-date))
  2120.          (month (extract-calendar-month date))
  2121.          (day (extract-calendar-day date))
  2122.          (year (extract-calendar-year date))
  2123.          (jan-first (list 1 1 year)))
  2124.     (if (and (= day 1) (= 1 month))
  2125.         (calendar-backward-month (* 12 arg))
  2126.       (if (and (= arg 1)
  2127.                (calendar-date-is-visible-p jan-first))
  2128.           (calendar-cursor-to-visible-date jan-first)
  2129.         (calendar-other-month 1 (- year (1- arg)))))))
  2130.  
  2131. (defun calendar-end-of-year (arg)
  2132.   "Move the cursor forward ARG year beginnings."
  2133.   (interactive "p")
  2134.   (calendar-cursor-to-nearest-date)
  2135.   (let* ((date (calendar-cursor-to-date))
  2136.          (month (extract-calendar-month date))
  2137.          (day (extract-calendar-day date))
  2138.          (year (extract-calendar-year date))
  2139.          (dec-31 (list 12 31 year)))
  2140.     (if (and (= day 31) (= 12 month))
  2141.         (calendar-forward-month (* 12 arg))
  2142.       (if (and (= arg 1)
  2143.                (calendar-date-is-visible-p dec-31))
  2144.           (calendar-cursor-to-visible-date dec-31)
  2145.         (calendar-other-month 12 (- year (1- arg)))
  2146.         (calendar-cursor-to-visible-date (list 12 31 displayed-year))))))
  2147.  
  2148. ;; The following version of calendar-gregorian-from-absolute is preferred for
  2149. ;; reasons of clarity, BUT it's much slower than the version that follows it.
  2150.  
  2151. ;;(defun calendar-gregorian-from-absolute (date)
  2152. ;;  "Compute the list (month day year) corresponding to the absolute DATE.
  2153. ;;The absolute date is the number of days elapsed since the (imaginary)
  2154. ;;Gregorian date Sunday, December 31, 1 BC."
  2155. ;;  (let* ((approx (/ date 366));; Approximation from below.
  2156. ;;         (year                ;; Search forward from the approximation.
  2157. ;;          (+ approx
  2158. ;;             (calendar-sum y approx
  2159. ;;                 (>= date (calendar-absolute-from-gregorian (list 1 1 (1+ y))))
  2160. ;;                  1)))
  2161. ;;         (month         ;; Search forward from January.
  2162. ;;          (1+ (calendar-sum m 1
  2163. ;;                   (> date
  2164. ;;                      (calendar-absolute-from-gregorian
  2165. ;;                       (list m (calendar-last-day-of-month m year) year)))
  2166. ;;                   1)))
  2167. ;;         (day           ;; Calculate the day by subtraction.
  2168. ;;          (- date
  2169. ;;             (1- (calendar-absolute-from-gregorian (list month 1 year))))))
  2170. ;;    (list month day year)))
  2171.  
  2172. (defun calendar-gregorian-from-absolute (date)
  2173.   "Compute the list (month day year) corresponding to the absolute DATE.
  2174. The absolute date is the number of days elapsed since the (imaginary)
  2175. Gregorian date Sunday, December 31, 1 BC."
  2176. ;; See the footnote on page 384 of ``Calendrical Calculations, Part II:
  2177. ;; Three Historical Calendars'' by E. M. Reingold,  N. Dershowitz, and S. M.
  2178. ;; Clamen, Software--Practice and Experience, Volume 23, Number 4
  2179. ;; (April, 1993), pages 383-404 for an explanation.
  2180.   (let* ((d0 (1- date))
  2181.          (n400 (/ d0 146097))
  2182.          (d1 (% d0 146097))
  2183.          (n100 (/ d1 36524))
  2184.          (d2 (% d1 36524))
  2185.          (n4 (/ d2 1461))
  2186.          (d3 (% d2 1461))
  2187.          (n1 (/ d3 365))
  2188.          (day (1+ (% d3 365)))
  2189.          (year (+ (* 400 n400) (* 100 n100) (* n4 4) n1)))
  2190.     (if (or (= n100 4) (= n1 4))
  2191.         (list 12 31 year)
  2192.       (let ((year (1+ year))
  2193.             (month 1))
  2194.         (while (let ((mdays (calendar-last-day-of-month month year)))
  2195.                  (and (< mdays day)
  2196.                       (setq day (- day mdays))))
  2197.           (setq month (1+ month)))
  2198.         (list month day year)))))
  2199.  
  2200. (defun calendar-mod (x y)
  2201.   "Returns X % Y; value is *always* non-negative."
  2202.   (let ((v (mod x y)))
  2203.     (if (> 0 v)
  2204.     (+ v y)
  2205.       v)))
  2206.  
  2207. (defun calendar-cursor-to-visible-date (date)
  2208.   "Move the cursor to DATE that is on the screen."
  2209.   (let* ((month (extract-calendar-month date))
  2210.      (day (extract-calendar-day date))
  2211.      (year (extract-calendar-year date))
  2212.      (first-of-month-weekday (calendar-day-of-week (list month 1 year))))
  2213.     (goto-line (+ 3
  2214.           (/ (+ day  -1
  2215.                         (calendar-mod
  2216.                          (- (calendar-day-of-week (list month 1 year))
  2217.                             calendar-week-start-day)
  2218.                          7))
  2219.                      7)))
  2220.     (move-to-column (+ 6
  2221.                (* 25
  2222.               (1+ (calendar-interval
  2223.                    displayed-month displayed-year month year)))
  2224.                (* 3 (calendar-mod
  2225.                              (- (calendar-day-of-week date)
  2226.                                 calendar-week-start-day)
  2227.                              7))))))
  2228.  
  2229. (defun calendar-other-month (month year)
  2230.   "Display a three-month calendar centered around MONTH and YEAR."
  2231.   (interactive
  2232.    (let* ((completion-ignore-case t)
  2233.           (month (cdr (assoc
  2234.                        (capitalize
  2235.                         (completing-read
  2236.                          "Month name: "
  2237.                          (mapcar 'list (append calendar-month-name-array nil))
  2238.                          nil t))
  2239.                        (calendar-make-alist calendar-month-name-array))))
  2240.           (year (calendar-read
  2241.                  "Year (>0): "
  2242.                  '(lambda (x) (> x 0))
  2243.                  (int-to-string
  2244.                   (extract-calendar-year (calendar-current-date))))))
  2245.      (list month year)))
  2246.   (if (and (= month displayed-month)
  2247.            (= year displayed-year))
  2248.       nil
  2249.     (let ((old-date (calendar-cursor-to-date))
  2250.           (today (calendar-current-date)))
  2251.       (generate-calendar-window month year)
  2252.       (calendar-cursor-to-visible-date
  2253.        (cond
  2254.         ((calendar-date-is-visible-p old-date) old-date)
  2255.         ((calendar-date-is-visible-p today) today)
  2256.         (t (list month 1 year)))))))
  2257.  
  2258. (defun calendar-set-mark (arg)
  2259.   "Mark the date under the cursor, or jump to marked date.
  2260. With no prefix argument, push current date onto marked date ring.
  2261. With argument, jump to mark, pop it, and put point at end of ring."
  2262.   (interactive "P")
  2263.   (let ((date (calendar-cursor-to-date t)))
  2264.     (if (null arg)
  2265.         (progn
  2266.           (setq calendar-mark-ring (cons date calendar-mark-ring))
  2267.           ;; Since the top of the mark ring is the marked date in the
  2268.           ;; calendar, the mark ring in the calendar is one longer than
  2269.           ;; in other buffers to get the same effect.
  2270.           (if (> (length calendar-mark-ring) (1+ mark-ring-max))
  2271.               (setcdr (nthcdr mark-ring-max calendar-mark-ring) nil))
  2272.           (message "Mark set"))
  2273.       (if (null calendar-mark-ring)
  2274.           (error "No mark set in this buffer")
  2275.         (calendar-goto-date (car calendar-mark-ring))
  2276.         (setq calendar-mark-ring
  2277.               (cdr (nconc calendar-mark-ring (list date))))))))
  2278.  
  2279. (defun calendar-exchange-point-and-mark ()
  2280.   "Exchange the current cursor position with the marked date."
  2281.   (interactive)
  2282.   (let ((mark (car calendar-mark-ring))
  2283.         (date (calendar-cursor-to-date t)))
  2284.     (if (null mark)
  2285.         (error "No mark set in this buffer")
  2286.       (setq calendar-mark-ring (cons date (cdr calendar-mark-ring)))
  2287.       (calendar-goto-date mark))))
  2288.  
  2289. (defun calendar-count-days-region ()
  2290.   "Count the number of days (inclusive) between point and the mark."
  2291.   (interactive)
  2292.   (let* ((days (- (calendar-absolute-from-gregorian
  2293.                    (calendar-cursor-to-date t))
  2294.                   (calendar-absolute-from-gregorian
  2295.                    (or (car calendar-mark-ring)
  2296.                        (error "No mark set in this buffer")))))
  2297.          (days (1+ (if (> days 0) days (- days)))))
  2298.     (message "Region has %d day%s (inclusive)"
  2299.              days (if (> days 1) "s" ""))))
  2300.  
  2301. (defun calendar-not-implemented ()
  2302.   "Not implemented."
  2303.   (interactive)
  2304.   (error "%s not available in the calendar"
  2305.          (global-key-binding (this-command-keys))))
  2306.  
  2307. (defun calendar-read (prompt acceptable &optional initial-contents)
  2308.   "Return an object read from the minibuffer.
  2309. Prompt with the string PROMPT and use the function ACCEPTABLE to decide if
  2310. entered item is acceptable.  If non-nil, optional third arg INITIAL-CONTENTS
  2311. is a string to insert in the minibuffer before reading."
  2312.   (let ((value (read-minibuffer prompt initial-contents)))
  2313.     (while (not (funcall acceptable value))
  2314.       (setq value (read-minibuffer prompt initial-contents)))
  2315.     value))
  2316.  
  2317. (defun calendar-read-date ()
  2318.   "Prompt for Gregorian date.  Returns a list (month day year)."
  2319.   (let* ((year (calendar-read
  2320.                 "Year (>0): "
  2321.                 '(lambda (x) (> x 0))
  2322.                 (int-to-string (extract-calendar-year
  2323.                                 (calendar-current-date)))))
  2324.          (month-array calendar-month-name-array)
  2325.          (completion-ignore-case t)
  2326.          (month (cdr (assoc
  2327.                       (capitalize
  2328.                        (completing-read
  2329.                         "Month name: "
  2330.                         (mapcar 'list (append month-array nil))
  2331.                         nil t))
  2332.                       (calendar-make-alist month-array 1 'capitalize))))
  2333.          (last (calendar-last-day-of-month month year))
  2334.          (day (calendar-read
  2335.                (format "Day (1-%d): " last)
  2336.                '(lambda (x) (and (< 0 x) (<= x last))))))
  2337.     (list month day year)))
  2338.  
  2339. (defun calendar-goto-date (date)
  2340.   "Move cursor to DATE."
  2341.   (interactive (list (calendar-read-date)))
  2342.   (let ((month (extract-calendar-month date))
  2343.         (year (extract-calendar-year date)))
  2344.     (if (not (calendar-date-is-visible-p date))
  2345.         (calendar-other-month
  2346.          (if (and (= month 1) (= year 1))
  2347.              2
  2348.            month)
  2349.          year)))
  2350.   (calendar-cursor-to-visible-date date))
  2351.  
  2352. (defun calendar-goto-julian-date (date &optional noecho)
  2353.   "Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
  2354.   (interactive
  2355.    (let* ((today (calendar-current-date))
  2356.           (year (calendar-read
  2357.                  "Julian calendar year (>0): "
  2358.                  '(lambda (x) (> x 0))
  2359.                  (int-to-string
  2360.                   (extract-calendar-year
  2361.                    (calendar-julian-from-absolute
  2362.                     (calendar-absolute-from-gregorian
  2363.                      today))))))
  2364.           (month-array calendar-month-name-array)
  2365.           (completion-ignore-case t)
  2366.           (month (cdr (assoc
  2367.                        (capitalize
  2368.                         (completing-read
  2369.                          "Julian calendar month name: "
  2370.                          (mapcar 'list (append month-array nil))
  2371.                          nil t))
  2372.                        (calendar-make-alist month-array 1 'capitalize))))
  2373.           (last 
  2374.            (if (and (zerop (% year 4)) (= month 2))
  2375.                29
  2376.              (aref [31 28 31 30 31 30 31 31 30 31 30 31] (1- month))))
  2377.           (day (calendar-read
  2378.                 (format "Julian calendar day (%d-%d): "
  2379.                         (if (and (= year 1) (= month 1)) 3 1) last)
  2380.                 '(lambda (x) 
  2381.                    (and (< (if (and (= year 1) (= month 1)) 2 0) x)
  2382.                         (<= x last))))))
  2383.      (list (list month day year))))
  2384.   (calendar-goto-date (calendar-gregorian-from-absolute
  2385.                        (calendar-absolute-from-julian date)))
  2386.   (or noecho (calendar-print-julian-date)))
  2387.  
  2388. (defun calendar-goto-hebrew-date (date &optional noecho)
  2389.   "Move cursor to Hebrew DATE; echo Hebrew date unless NOECHO is t."
  2390.   (interactive
  2391.    (let* ((today (calendar-current-date))
  2392.           (year (calendar-read
  2393.                  "Hebrew calendar year (>3760): "
  2394.                  '(lambda (x) (> x 3760))
  2395.                  (int-to-string
  2396.                   (extract-calendar-year
  2397.                    (calendar-hebrew-from-absolute
  2398.                     (calendar-absolute-from-gregorian today))))))
  2399.           (month-array (if (hebrew-calendar-leap-year-p year)
  2400.                            calendar-hebrew-month-name-array-leap-year
  2401.                          calendar-hebrew-month-name-array-common-year))
  2402.           (completion-ignore-case t)
  2403.           (month (cdr (assoc
  2404.                        (capitalize
  2405.                         (completing-read
  2406.                          "Hebrew calendar month name: "
  2407.                          (mapcar 'list (append month-array nil))
  2408.                          (if (= year 3761)
  2409.                              '(lambda (x)
  2410.                                 (let ((m (cdr
  2411.                                           (assoc
  2412.                                            (car x)
  2413.                                            (calendar-make-alist
  2414.                                             month-array)))))
  2415.                                   (< 0
  2416.                                      (calendar-absolute-from-hebrew
  2417.                                       (list m
  2418.                                             (hebrew-calendar-last-day-of-month
  2419.                                              m year)
  2420.                                             year))))))
  2421.                                  
  2422.                          t))
  2423.                        (calendar-make-alist month-array 1 'capitalize))))
  2424.           (last (hebrew-calendar-last-day-of-month month year))
  2425.           (first (if (and (= year 3761) (= month 10))
  2426.                      18 1))
  2427.           (day (calendar-read
  2428.                 (format "Hebrew calendar day (%d-%d): "
  2429.                         first last)
  2430.                 '(lambda (x) (and (<= first x) (<= x last))))))
  2431.      (list (list month day year))))
  2432.   (calendar-goto-date (calendar-gregorian-from-absolute
  2433.                        (calendar-absolute-from-hebrew date)))
  2434.   (or noecho (calendar-print-hebrew-date)))
  2435.  
  2436. (defun calendar-goto-islamic-date (date &optional noecho)
  2437.   "Move cursor to Islamic DATE; echo Islamic date unless NOECHO is t."
  2438.   (interactive
  2439.    (let* ((today (calendar-current-date))
  2440.           (year (calendar-read
  2441.                  "Islamic calendar year (>0): "
  2442.                  '(lambda (x) (> x 0))
  2443.                  (int-to-string
  2444.                   (extract-calendar-year
  2445.                    (calendar-islamic-from-absolute
  2446.                     (calendar-absolute-from-gregorian today))))))
  2447.           (month-array calendar-islamic-month-name-array)
  2448.           (completion-ignore-case t)
  2449.           (month (cdr (assoc
  2450.                        (capitalize
  2451.                         (completing-read
  2452.                          "Islamic calendar month name: "
  2453.                          (mapcar 'list (append month-array nil))
  2454.                          nil t))
  2455.                        (calendar-make-alist month-array 1 'capitalize))))
  2456.           (last (islamic-calendar-last-day-of-month month year))
  2457.           (day (calendar-read
  2458.                 (format "Islamic calendar day (1-%d): " last)
  2459.                 '(lambda (x) (and (< 0 x) (<= x last))))))
  2460.      (list (list month day year))))
  2461.   (calendar-goto-date (calendar-gregorian-from-absolute
  2462.                        (calendar-absolute-from-islamic date)))
  2463.   (or noecho (calendar-print-islamic-date)))
  2464.  
  2465. (defun calendar-goto-iso-date (date &optional noecho)
  2466.   "Move cursor to ISO DATE; echo ISO date unless NOECHO is t."
  2467.   (interactive
  2468.    (let* ((today (calendar-current-date))
  2469.           (year (calendar-read
  2470.                  "ISO calendar year (>0): "
  2471.                  '(lambda (x) (> x 0))
  2472.                  (int-to-string (extract-calendar-year today))))
  2473.           (no-weeks (extract-calendar-month
  2474.                      (calendar-iso-from-absolute
  2475.                       (1-
  2476.                        (calendar-dayname-on-or-before
  2477.                         1 (calendar-absolute-from-gregorian
  2478.                            (list 1 4 (1+ year))))))))
  2479.           (week (calendar-read
  2480.                  (format "ISO calendar week (1-%d): " no-weeks)
  2481.                  '(lambda (x) (and (> x 0) (<= x no-weeks)))))
  2482.           (day (calendar-read
  2483.                 "ISO day (1-7): "
  2484.                 '(lambda (x) (and (<= 1 x) (<= x 7))))))
  2485.      (list (list week day year))))
  2486.   (calendar-goto-date (calendar-gregorian-from-absolute
  2487.                        (calendar-absolute-from-iso date)))
  2488.   (or noecho (calendar-print-iso-date)))
  2489.  
  2490. (defun calendar-interval (mon1 yr1 mon2 yr2)
  2491.   "The number of months difference between MON1, YR1 and MON2, YR2."
  2492.   (+ (* 12 (- yr2 yr1))
  2493.      (- mon2 mon1)))
  2494.  
  2495. (defun calendar-day-name (date)
  2496.   "Returns a string with the name of the day of the week of DATE."
  2497.   (aref calendar-day-name-array (calendar-day-of-week date)))
  2498.  
  2499. (defvar calendar-day-name-array
  2500.   ["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday"])
  2501.  
  2502. (defvar calendar-month-name-array
  2503.   ["January" "February" "March"     "April"   "May"      "June"
  2504.    "July"    "August"   "September" "October" "November" "December"])
  2505.  
  2506. (defun calendar-make-alist (sequence &optional start-index filter)
  2507.   "Make an assoc list corresponding to SEQUENCE.
  2508. Start at index 1, unless optional START-INDEX is provided.
  2509. If FILTER is provided, apply it to each item in the list."
  2510.   (let ((index (if start-index (1- start-index) 0)))
  2511.     (mapcar
  2512.      '(lambda (x)
  2513.         (setq index (1+ index))
  2514.         (cons (if filter (funcall filter x) x)
  2515.               index))
  2516.      (append sequence nil))))
  2517.  
  2518. (defun calendar-month-name (month)
  2519.   "The name of MONTH."
  2520.   (aref calendar-month-name-array (1- month)))
  2521.  
  2522. (defun calendar-day-of-week (date)
  2523.   "Returns the day-of-the-week index of DATE, 0 for Sunday, 1 for Monday, etc."
  2524.   (% (calendar-absolute-from-gregorian date) 7))
  2525.  
  2526. (defun calendar-unmark ()
  2527.   "Delete all diary/holiday marks/highlighting from the calendar."
  2528.   (interactive)
  2529.   (setq mark-holidays-in-calendar nil)
  2530.   (setq mark-diary-entries-in-calendar nil)
  2531.   (redraw-calendar))
  2532.  
  2533. (defun calendar-date-is-visible-p (date)
  2534.   "Returns t if DATE is legal and is visible in the calendar window."
  2535.   (let ((gap (calendar-interval
  2536.               displayed-month displayed-year
  2537.               (extract-calendar-month date) (extract-calendar-year date))))
  2538.     (and (calendar-date-is-legal-p date) (> 2 gap) (< -2 gap))))
  2539.  
  2540. (defun calendar-date-is-legal-p (date)
  2541.   "Returns t if DATE is a legal date."
  2542.   (let ((month (extract-calendar-month date))
  2543.         (day (extract-calendar-day date))
  2544.         (year (extract-calendar-year date)))
  2545.     (and (<= 1 month) (<= month 12)
  2546.          (<= 1 day) (<= day (calendar-last-day-of-month month year))
  2547.          (<= 1 year))))
  2548.  
  2549. (defun calendar-date-equal (date1 date2)
  2550.   "Returns t if the DATE1 and DATE2 are the same."
  2551.   (and
  2552.    (= (extract-calendar-month date1) (extract-calendar-month date2))
  2553.    (= (extract-calendar-day date1) (extract-calendar-day date2))
  2554.    (= (extract-calendar-year date1) (extract-calendar-year date2))))
  2555.  
  2556. (defun mark-visible-calendar-date (date &optional mark)
  2557.   "Mark DATE in the calendar window with MARK.
  2558. MARK is either a single-character string or a face.
  2559. MARK defaults to diary-entry-marker."
  2560.   (if (calendar-date-is-legal-p date)
  2561.       (save-excursion
  2562.         (set-buffer calendar-buffer)
  2563.         (calendar-cursor-to-visible-date date)
  2564.         (let ((mark (or mark diary-entry-marker)))
  2565.           (if (stringp mark)
  2566.               (let ((buffer-read-only nil))
  2567.                 (forward-char 1)
  2568.                 (delete-char 1)
  2569.                 (insert mark)
  2570.                 (forward-char -2))
  2571.         (overlay-put
  2572.              (make-overlay (1-(point)) (1+ (point))) 'face mark))))))
  2573.  
  2574. (defun calendar-star-date ()
  2575.   "Replace the date under the cursor in the calendar window with asterisks.
  2576. This function can be used with the today-visible-calendar-hook run after the
  2577. calendar window has been prepared."
  2578.   (let ((buffer-read-only nil))
  2579.     (make-variable-buffer-local 'calendar-starred-day)
  2580.     (forward-char 1)
  2581.     (setq calendar-starred-day
  2582.           (string-to-int
  2583.            (buffer-substring (point) (- (point) 2))))
  2584.     (delete-char -2)
  2585.     (insert "**")
  2586.     (backward-char 1)
  2587.     (set-buffer-modified-p nil)))
  2588.  
  2589. (defun calendar-mark-today ()
  2590.   "Mark the date under the cursor in the calendar window.
  2591. The date is marked with calendar-today-marker.  This function can be used with
  2592. the today-visible-calendar-hook run after the calendar window has been
  2593. prepared."
  2594.   (mark-visible-calendar-date
  2595.    (calendar-cursor-to-date)
  2596.    calendar-today-marker))
  2597.  
  2598. (defun calendar-date-compare (date1 date2)
  2599.   "Returns t if DATE1 is before DATE2, nil otherwise.
  2600. The actual dates are in the car of DATE1 and DATE2."
  2601.   (< (calendar-absolute-from-gregorian (car date1))
  2602.      (calendar-absolute-from-gregorian (car date2))))
  2603.  
  2604. (defun calendar-date-string (date &optional abbreviate nodayname)
  2605.   "A string form of DATE, driven by the variable `calendar-date-display-form'.
  2606. An optional parameter ABBREVIATE, when t, causes the month and day names to be
  2607. abbreviated to three characters.  An optional parameter NODAYNAME, when t,
  2608. omits the name of the day of the week."
  2609.   (let* ((dayname
  2610.           (if nodayname
  2611.               nil
  2612.             (if abbreviate
  2613.                 (substring (calendar-day-name date) 0 3)
  2614.               (calendar-day-name date))))
  2615.          (month (extract-calendar-month date))
  2616.          (monthname
  2617.           (if abbreviate
  2618.               (substring
  2619.                (calendar-month-name month) 0 3)
  2620.             (calendar-month-name month)))
  2621.          (day (int-to-string (extract-calendar-day date)))
  2622.          (month (int-to-string month))
  2623.          (year (int-to-string (extract-calendar-year date))))
  2624.     (mapconcat 'eval calendar-date-display-form "")))
  2625.  
  2626. (defun calendar-dayname-on-or-before (dayname date)
  2627.   "Returns the absolute date of the DAYNAME on or before absolute DATE.
  2628. DAYNAME=0 means Sunday, DAYNAME=1 means Monday, and so on.
  2629.  
  2630. Note: Applying this function to d+6 gives us the DAYNAME on or after an
  2631. absolute day d.  Similarly, applying it to d+3 gives the DAYNAME nearest to
  2632. absolute date d, applying it to d-1 gives the DAYNAME previous to absolute
  2633. date d, and applying it to d+7 gives the DAYNAME following absolute date d."
  2634.   (- date (% (- date dayname) 7)))
  2635.  
  2636. (defun calendar-nth-named-absday (n dayname month year &optional day)
  2637.   "The absolute date of Nth DAYNAME in MONTH, YEAR before/after optional DAY.
  2638. A DAYNAME of 0 means Sunday, 1 means Monday, and so on.  If N<0,
  2639. return the Nth DAYNAME before MONTH DAY, YEAR (inclusive).
  2640. If N>0, return the Nth DAYNAME after MONTH DAY, YEAR (inclusive).
  2641.  
  2642. If DAY is omitted, it defaults to 1 if N>0, and MONTH's last day otherwise."
  2643.   (if (> n 0)
  2644.       (+ (* 7 (1- n))
  2645.      (calendar-dayname-on-or-before
  2646.       dayname
  2647.       (+ 6 (calendar-absolute-from-gregorian
  2648.         (list month (or day 1) year)))))
  2649.     (+ (* 7 (1+ n))
  2650.        (calendar-dayname-on-or-before
  2651.     dayname
  2652.     (calendar-absolute-from-gregorian
  2653.      (list month
  2654.            (or day (calendar-last-day-of-month month year))
  2655.            year))))))
  2656.  
  2657. (defun calendar-nth-named-day (n dayname month year &optional day)
  2658.   "The date of Nth DAYNAME in MONTH, YEAR before/after optional DAY.
  2659. A DAYNAME of 0 means Sunday, 1 means Monday, and so on.  If N<0,
  2660. return the Nth DAYNAME before MONTH DAY, YEAR (inclusive).
  2661. If N>0, return the Nth DAYNAME after MONTH DAY, YEAR (inclusive).
  2662.  
  2663. If DAY is omitted, it defaults to 1 if N>0, and MONTH's last day otherwise."
  2664.   (calendar-gregorian-from-absolute
  2665.    (calendar-nth-named-absday n dayname month year day)))
  2666.  
  2667. (defun calendar-day-of-year-string (&optional date)
  2668.   "String of day number of year of Gregorian DATE.
  2669. Defaults to today's date if DATE is not given."
  2670.   (let* ((d (or date (calendar-current-date)))
  2671.          (year (extract-calendar-year d))
  2672.          (day (calendar-day-number d))
  2673.          (days-remaining (- (calendar-day-number (list 12 31 year)) day)))
  2674.     (format "Day %d of %d; %d day%s remaining in the year"
  2675.             day year days-remaining (if (= days-remaining 1) "" "s"))))
  2676.  
  2677. (defun calendar-print-day-of-year ()
  2678.   "Show day number in year/days remaining in year for date under the cursor."
  2679.   (interactive)
  2680.   (message (calendar-day-of-year-string (calendar-cursor-to-date t))))
  2681.  
  2682. (defun calendar-absolute-from-iso (date)
  2683.   "The number of days elapsed between the Gregorian date 12/31/1 BC and DATE.
  2684. The `ISO year' corresponds approximately to the Gregorian year, but
  2685. weeks start on Monday and end on Sunday.  The first week of the ISO year is
  2686. the first such week in which at least 4 days are in a year.  The ISO
  2687. commercial DATE has the form (week day year) in which week is in the range
  2688. 1..52 and day is in the range 0..6 (1 = Monday, 2 = Tuesday, ..., 0 =
  2689. Sunday).  The Gregorian date Sunday, December 31, 1 BC is imaginary."
  2690.   (let* ((week (extract-calendar-month date))
  2691.          (day (extract-calendar-day date))
  2692.          (year (extract-calendar-year date)))
  2693.     (+ (calendar-dayname-on-or-before
  2694.         1 (+ 3 (calendar-absolute-from-gregorian (list 1 1 year))))
  2695.        (* 7 (1- week))
  2696.        (if (= day 0) 6 (1- day)))))
  2697.  
  2698. (defun calendar-iso-from-absolute (date)
  2699.   "Compute the `ISO commercial date' corresponding to the absolute DATE.
  2700. The ISO year corresponds approximately to the Gregorian year, but weeks
  2701. start on Monday and end on Sunday.  The first week of the ISO year is the
  2702. first such week in which at least 4 days are in a year.  The ISO commercial
  2703. date has the form (week day year) in which week is in the range 1..52 and
  2704. day is in the range 0..6 (1 = Monday, 2 = Tuesday, ..., 0 = Sunday).  The
  2705. absolute date is the number of days elapsed since the (imaginary) Gregorian
  2706. date Sunday, December 31, 1 BC."
  2707.   (let* ((approx (extract-calendar-year
  2708.                   (calendar-gregorian-from-absolute (- date 3))))
  2709.          (year (+ approx
  2710.                   (calendar-sum y approx
  2711.                       (>= date (calendar-absolute-from-iso (list 1 1 (1+ y))))
  2712.                       1))))
  2713.     (list
  2714.      (1+ (/ (- date (calendar-absolute-from-iso (list 1 1 year))) 7))
  2715.      (% date 7)
  2716.      year)))
  2717.  
  2718. (defun calendar-iso-date-string (&optional date)
  2719.   "String of ISO date of Gregorian DATE.
  2720. Defaults to today's date if DATE is not given."
  2721.   (let* ((d (calendar-absolute-from-gregorian 
  2722.              (or date (calendar-current-date))))
  2723.          (day (% d 7))
  2724.          (iso-date (calendar-iso-from-absolute d)))
  2725.     (format "Day %s of week %d of %d"
  2726.             (if (zerop day) 7 day)
  2727.             (extract-calendar-month iso-date)
  2728.             (extract-calendar-year iso-date))))
  2729.  
  2730. (defun calendar-print-iso-date ()
  2731.   "Show equivalent ISO date for the date under the cursor."
  2732.   (interactive)
  2733.   (message "ISO date: %s"
  2734.            (calendar-iso-date-string (calendar-cursor-to-date t))))
  2735.  
  2736. (defun calendar-julian-from-absolute (date)
  2737.   "Compute the Julian (month day year) corresponding to the absolute DATE.
  2738. The absolute date is the number of days elapsed since the (imaginary)
  2739. Gregorian date Sunday, December 31, 1 BC."
  2740.   (let* ((approx (/ (+ date 2) 366));; Approximation from below.
  2741.          (year        ;; Search forward from the approximation.
  2742.           (+ approx
  2743.              (calendar-sum y approx
  2744.                 (>= date (calendar-absolute-from-julian (list 1 1 (1+ y))))
  2745.                 1)))
  2746.          (month       ;; Search forward from January.
  2747.           (1+ (calendar-sum m 1
  2748.                  (> date
  2749.                     (calendar-absolute-from-julian
  2750.                      (list m
  2751.                            (if (and (= m 2) (= (% year 4) 0))
  2752.                                29
  2753.                              (aref [31 28 31 30 31 30 31 31 30 31 30 31]
  2754.                                    (1- m)))
  2755.                            year)))
  2756.                  1)))
  2757.          (day         ;; Calculate the day by subtraction.
  2758.           (- date (1- (calendar-absolute-from-julian (list month 1 year))))))
  2759.     (list month day year)))
  2760.  
  2761. (defun calendar-absolute-from-julian (date)
  2762.   "The number of days elapsed between the Gregorian date 12/31/1 BC and DATE.
  2763. The Gregorian date Sunday, December 31, 1 BC is imaginary."
  2764.   (let ((month (extract-calendar-month date))
  2765.         (day (extract-calendar-day date))
  2766.         (year (extract-calendar-year date)))
  2767.     (+ (calendar-day-number date)
  2768.        (if (and (= (% year 100) 0)
  2769.                 (/= (% year 400) 0)
  2770.                 (> month 2))
  2771.            1 0);; Correct for Julian but not Gregorian leap year.
  2772.        (* 365 (1- year))
  2773.        (/ (1- year) 4)
  2774.        -2)))
  2775.  
  2776. (defun calendar-julian-date-string (&optional date)
  2777.   "String of Julian date of Gregorian DATE.
  2778. Defaults to today's date if DATE is not given.
  2779. Driven by the variable `calendar-date-display-form'."
  2780.   (calendar-date-string
  2781.    (calendar-julian-from-absolute
  2782.     (calendar-absolute-from-gregorian
  2783.      (or date (calendar-current-date))))
  2784.    nil t))
  2785.  
  2786. (defun calendar-print-julian-date ()
  2787.   "Show the Julian calendar equivalent of the date under the cursor."
  2788.   (interactive)
  2789.   (message "Julian date: %s"
  2790.            (calendar-julian-date-string (calendar-cursor-to-date t))))
  2791.  
  2792. (defun islamic-calendar-leap-year-p (year)
  2793.   "Returns t if YEAR is a leap year on the Islamic calendar."
  2794.   (memq (% year 30)
  2795.         (list 2 5 7 10 13 16 18 21 24 26 29)))
  2796.  
  2797. (defun islamic-calendar-last-day-of-month (month year)
  2798.   "The last day in MONTH during YEAR on the Islamic calendar."
  2799.   (cond
  2800.    ((memq month (list 1 3 5 7 9 11)) 30)
  2801.    ((memq month (list 2 4 6 8 10)) 29)
  2802.    (t (if (islamic-calendar-leap-year-p year) 30 29))))
  2803.  
  2804. (defun islamic-calendar-day-number (date)
  2805.   "Return the day number within the year of the Islamic date DATE."
  2806.     (let* ((month (extract-calendar-month date))
  2807.            (day (extract-calendar-day date)))
  2808.       (+ (* 30 (/ month 2))
  2809.          (* 29 (/ (1- month) 2))
  2810.          day)))
  2811.  
  2812. (defun calendar-absolute-from-islamic (date)
  2813.   "Absolute date of Islamic DATE.
  2814. The absolute date is the number of days elapsed since the (imaginary)
  2815. Gregorian date Sunday, December 31, 1 BC."
  2816.   (let* ((month (extract-calendar-month date))
  2817.          (day (extract-calendar-day date))
  2818.          (year (extract-calendar-year date))
  2819.          (y (% year 30))
  2820.          (leap-years-in-cycle
  2821.           (cond
  2822.            ((< y 3) 0)  ((< y 6) 1)  ((< y 8) 2)  ((< y 11) 3) ((< y 14) 4)
  2823.            ((< y 17) 5) ((< y 19) 6) ((< y 22) 7) ((< y 25) 8) ((< y 27) 9)
  2824.            (t 10))))
  2825.     (+ (islamic-calendar-day-number date);; days so far this year
  2826.        (* (1- year) 354)                 ;; days in all non-leap years
  2827.        (* 11 (/ year 30))                ;; leap days in complete cycles
  2828.        leap-years-in-cycle               ;; leap days this cycle
  2829.        227014)))                         ;; days before start of calendar
  2830.  
  2831. (defun calendar-islamic-from-absolute (date)
  2832.   "Compute the Islamic date (month day year) corresponding to absolute DATE.
  2833. The absolute date is the number of days elapsed since the (imaginary)
  2834. Gregorian date Sunday, December 31, 1 BC."
  2835.   (if (< date 227015)
  2836.       (list 0 0 0);; pre-Islamic date
  2837.     (let* ((approx (/ (- date 227014) 355));; Approximation from below.
  2838.            (year           ;; Search forward from the approximation.
  2839.             (+ approx
  2840.                (calendar-sum y approx
  2841.                              (>= date (calendar-absolute-from-islamic
  2842.                                        (list 1 1 (1+ y))))
  2843.                              1)))
  2844.            (month          ;; Search forward from Muharram.
  2845.             (1+ (calendar-sum m 1
  2846.                               (> date
  2847.                                  (calendar-absolute-from-islamic
  2848.                                   (list m
  2849.                                         (islamic-calendar-last-day-of-month
  2850.                                          m year)
  2851.                                         year)))
  2852.                               1)))
  2853.            (day            ;; Calculate the day by subtraction.
  2854.             (- date
  2855.                (1- (calendar-absolute-from-islamic (list month 1 year))))))
  2856.       (list month day year))))
  2857.  
  2858. (defvar calendar-islamic-month-name-array
  2859.   ["Muharram" "Safar" "Rabi I" "Rabi II" "Jumada I" "Jumada II"
  2860.    "Rajab" "Sha'ban" "Ramadan" "Shawwal" "Dhu al-Qada" "Dhu al-Hijjah"])
  2861.  
  2862. (defun calendar-islamic-date-string (&optional date)
  2863.   "String of Islamic date before sunset of Gregorian DATE.
  2864. Returns the empty string if DATE is pre-Islamic.
  2865. Defaults to today's date if DATE is not given.
  2866. Driven by the variable `calendar-date-display-form'."
  2867.   (let ((calendar-month-name-array calendar-islamic-month-name-array)
  2868.         (islamic-date (calendar-islamic-from-absolute
  2869.                        (calendar-absolute-from-gregorian
  2870.                         (or date (calendar-current-date))))))
  2871.     (if (< (extract-calendar-year islamic-date) 1)
  2872.         ""
  2873.       (calendar-date-string islamic-date nil t))))
  2874.  
  2875. (defun calendar-print-islamic-date ()
  2876.   "Show the Islamic calendar equivalent of the date under the cursor."
  2877.   (interactive)
  2878.   (let ((i (calendar-islamic-date-string (calendar-cursor-to-date t))))
  2879.     (if (string-equal i "")
  2880.         (message "Date is pre-Islamic")
  2881.       (message "Islamic date (until sunset): %s" i))))
  2882.  
  2883. (defun calendar-hebrew-from-absolute (date)
  2884.   "Compute the Hebrew date (month day year) corresponding to absolute DATE.
  2885. The absolute date is the number of days elapsed since the (imaginary)
  2886. Gregorian date Sunday, December 31, 1 BC."
  2887.   (let* ((greg-date (calendar-gregorian-from-absolute date))
  2888.          (month (aref [9 10 11 12 1 2 3 4 7 7 7 8]
  2889.                  (1- (extract-calendar-month greg-date))))
  2890.          (day)
  2891.          (year (+ 3760 (extract-calendar-year greg-date))))
  2892.     (while (>= date (calendar-absolute-from-hebrew (list 7 1 (1+ year))))
  2893.         (setq year (1+ year)))
  2894.     (let ((length (hebrew-calendar-last-month-of-year year)))
  2895.       (while (> date
  2896.                 (calendar-absolute-from-hebrew
  2897.                  (list month
  2898.                        (hebrew-calendar-last-day-of-month month year)
  2899.                        year)))
  2900.         (setq month (1+ (% month length)))))
  2901.     (setq day (1+
  2902.                (- date (calendar-absolute-from-hebrew (list month 1 year)))))
  2903.     (list month day year)))
  2904.  
  2905. (defun hebrew-calendar-leap-year-p (year)
  2906.   "t if YEAR is a Hebrew calendar leap year."
  2907.   (< (% (1+ (* 7 year)) 19) 7))
  2908.  
  2909. (defun hebrew-calendar-last-month-of-year (year)
  2910.   "The last month of the Hebrew calendar YEAR."
  2911.   (if (hebrew-calendar-leap-year-p year)
  2912.       13
  2913.     12))
  2914.  
  2915. (defun hebrew-calendar-last-day-of-month (month year)
  2916.   "The last day of MONTH in YEAR."
  2917.   (if (or (memq month (list 2 4 6 10 13))
  2918.           (and (= month 12) (not (hebrew-calendar-leap-year-p year)))
  2919.           (and (= month 8) (not (hebrew-calendar-long-heshvan-p year)))
  2920.           (and (= month 9) (hebrew-calendar-short-kislev-p year)))
  2921.       29
  2922.     30))
  2923.  
  2924. (defun hebrew-calendar-elapsed-days (year)
  2925.   "Days from Sun. prior to start of Hebrew calendar to mean conjunction of Tishri of Hebrew YEAR."
  2926.   (let* ((months-elapsed
  2927.           (+ (* 235 (/ (1- year) 19));; Months in complete cycles so far.
  2928.              (* 12 (% (1- year) 19))      ;; Regular months in this cycle
  2929.              (/ (1+ (* 7 (% (1- year) 19))) 19)));; Leap months this cycle
  2930.          (parts-elapsed (+ 204 (* 793 (% months-elapsed 1080))))
  2931.          (hours-elapsed (+ 5
  2932.                            (* 12 months-elapsed)
  2933.                            (* 793 (/ months-elapsed 1080))
  2934.                            (/ parts-elapsed 1080)))
  2935.          (parts                                  ;; Conjunction parts
  2936.           (+ (* 1080 (% hours-elapsed 24)) (% parts-elapsed 1080)))
  2937.          (day                                    ;; Conjunction day
  2938.           (+ 1 (* 29 months-elapsed) (/ hours-elapsed 24)))
  2939.          (alternative-day
  2940.           (if (or (>= parts 19440)    ;; If the new moon is at or after midday,
  2941.                   (and (= (% day 7) 2);; ...or is on a Tuesday...
  2942.                        (>= parts 9924)  ;;    at 9 hours, 204 parts or later...
  2943.                        (not (hebrew-calendar-leap-year-p year)));; of a
  2944.                                                                 ;; common year,
  2945.                   (and (= (% day 7) 1);; ...or is on a Monday...
  2946.                        (>= parts 16789) ;;   at 15 hours, 589 parts or later...
  2947.                        (hebrew-calendar-leap-year-p (1- year))));; at the end
  2948.                                                      ;; of a leap year
  2949.        ;; Then postpone Rosh HaShanah one day
  2950.               (1+ day)
  2951.        ;; Else
  2952.             day)))
  2953.     (if ;; If Rosh HaShanah would occur on Sunday, Wednesday, or Friday
  2954.         (memq (% alternative-day 7) (list 0 3 5))
  2955.   ;; Then postpone it one (more) day and return        
  2956.         (1+ alternative-day)
  2957.   ;; Else return        
  2958.       alternative-day)))
  2959.  
  2960. (defun hebrew-calendar-days-in-year (year)
  2961.   "Number of days in Hebrew YEAR."
  2962.   (- (hebrew-calendar-elapsed-days (1+ year))
  2963.      (hebrew-calendar-elapsed-days year)))
  2964.  
  2965. (defun hebrew-calendar-long-heshvan-p (year)
  2966.   "t if Heshvan is long in Hebrew YEAR."
  2967.   (= (% (hebrew-calendar-days-in-year year) 10) 5))
  2968.  
  2969. (defun hebrew-calendar-short-kislev-p (year)
  2970.   "t if Kislev is short in Hebrew YEAR."
  2971.   (= (% (hebrew-calendar-days-in-year year) 10) 3))
  2972.  
  2973. (defun calendar-absolute-from-hebrew (date)
  2974.   "Absolute date of Hebrew DATE.
  2975. The absolute date is the number of days elapsed since the (imaginary)
  2976. Gregorian date Sunday, December 31, 1 BC."
  2977.   (let* ((month (extract-calendar-month date))
  2978.          (day (extract-calendar-day date))
  2979.          (year (extract-calendar-year date)))
  2980.     (+ day                            ;; Days so far this month.
  2981.        (if (< month 7);; before Tishri
  2982.      ;; Then add days in prior months this year before and after Nisan
  2983.            (+ (calendar-sum
  2984.                m 7 (<= m (hebrew-calendar-last-month-of-year year))
  2985.                (hebrew-calendar-last-day-of-month m year))
  2986.               (calendar-sum
  2987.                m 1 (< m month)
  2988.                (hebrew-calendar-last-day-of-month m year)))
  2989.      ;; Else add days in prior months this year
  2990.          (calendar-sum
  2991.           m 7 (< m month)
  2992.           (hebrew-calendar-last-day-of-month m year)))
  2993.     (hebrew-calendar-elapsed-days year);; Days in prior years.
  2994.     -1373429)))                        ;; Days elapsed before absolute date 1.
  2995.  
  2996. (defvar calendar-hebrew-month-name-array-common-year
  2997.   ["Nisan" "Iyar" "Sivan" "Tammuz" "Av" "Elul" "Tishri"
  2998.    "Heshvan" "Kislev" "Teveth" "Shevat" "Adar"])
  2999.  
  3000. (defvar calendar-hebrew-month-name-array-leap-year
  3001.   ["Nisan" "Iyar" "Sivan" "Tammuz" "Av" "Elul" "Tishri"
  3002.    "Heshvan" "Kislev" "Teveth" "Shevat" "Adar I" "Adar II"])
  3003.  
  3004. (defun calendar-hebrew-date-string (&optional date)
  3005.   "String of Hebrew date before sunset of Gregorian DATE.
  3006. Defaults to today's date if DATE is not given.
  3007. Driven by the variable `calendar-date-display-form'."
  3008.   (let* ((hebrew-date (calendar-hebrew-from-absolute
  3009.                        (calendar-absolute-from-gregorian
  3010.                         (or date (calendar-current-date)))))
  3011.          (calendar-month-name-array
  3012.           (if (hebrew-calendar-leap-year-p (extract-calendar-year hebrew-date))
  3013.               calendar-hebrew-month-name-array-leap-year
  3014.             calendar-hebrew-month-name-array-common-year)))
  3015.     (calendar-date-string hebrew-date nil t)))
  3016.  
  3017. (defun calendar-print-hebrew-date ()
  3018.   "Show the Hebrew calendar equivalent of the date under the cursor."
  3019.   (interactive)
  3020.   (message "Hebrew date (until sunset): %s"
  3021.            (calendar-hebrew-date-string (calendar-cursor-to-date t))))
  3022.  
  3023. (defun hebrew-calendar-yahrzeit (death-date year)
  3024.   "Absolute date of the anniversary of Hebrew DEATH-DATE in Hebrew YEAR."
  3025.   (let* ((death-day (extract-calendar-day death-date))
  3026.          (death-month (extract-calendar-month death-date))
  3027.          (death-year (extract-calendar-year death-date)))
  3028.     (cond
  3029.      ;; If it's Heshvan 30 it depends on the first anniversary; if
  3030.      ;; that was not Heshvan 30, use the day before Kislev 1.
  3031.      ((and (= death-month 8)
  3032.            (= death-day 30)
  3033.            (not (hebrew-calendar-long-heshvan-p (1+ death-year))))
  3034.       (1- (calendar-absolute-from-hebrew (list 9 1 year))))
  3035.      ;; If it's Kislev 30 it depends on the first anniversary; if
  3036.      ;; that was not Kislev 30, use the day before Teveth 1.
  3037.      ((and (= death-month 9)
  3038.            (= death-day 30)
  3039.            (hebrew-calendar-short-kislev-p (1+ death-year)))
  3040.       (1- (calendar-absolute-from-hebrew (list 10 1 year))))
  3041.      ;; If it's Adar II, use the same day in last month of
  3042.      ;; year (Adar or Adar II).
  3043.      ((= death-month 13)
  3044.       (calendar-absolute-from-hebrew
  3045.        (list (hebrew-calendar-last-month-of-year year) death-day year)))
  3046.      ;; If it's the 30th in Adar I and year is not a leap year
  3047.      ;; (so Adar has only 29 days), use the last day in Shevat.
  3048.      ((and (= death-day 30)
  3049.            (= death-month 12)
  3050.            (not (hebrew-calendar-leap-year-p year)))
  3051.       (calendar-absolute-from-hebrew (list 11 30 year)))
  3052.      ;; In all other cases, use the normal anniversary of the date of death.
  3053.      (t (calendar-absolute-from-hebrew
  3054.          (list death-month death-day year))))))
  3055.  
  3056. (defun calendar-set-mode-line (str)
  3057.   "Set mode line to STR, centered, surrounded by dashes."
  3058.   (setq mode-line-format
  3059.         (calendar-string-spread (list "" str "") ?- (frame-width))))
  3060.  
  3061. ;;;###autoload
  3062. (defun list-yahrzeit-dates (death-date start-year end-year)
  3063.   "List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
  3064. When called interactively from the calendar window, the date of death is taken
  3065. from the cursor position."
  3066.   (interactive
  3067.    (let* ((death-date
  3068.            (if (equal (current-buffer) (get-buffer calendar-buffer))
  3069.                (calendar-cursor-to-date)
  3070.              (let* ((today (calendar-current-date))
  3071.                     (year (calendar-read
  3072.                            "Year of death (>0): "
  3073.                            '(lambda (x) (> x 0))
  3074.                            (int-to-string (extract-calendar-year today))))
  3075.                     (month-array calendar-month-name-array)
  3076.                     (completion-ignore-case t)
  3077.                     (month (cdr (assoc
  3078.                                  (capitalize
  3079.                                   (completing-read
  3080.                                    "Month of death (name): "
  3081.                                    (mapcar 'list (append month-array nil))
  3082.                                    nil t))
  3083.                                  (calendar-make-alist
  3084.                                   month-array 1 'capitalize))))
  3085.                     (last (calendar-last-day-of-month month year))
  3086.                     (day (calendar-read
  3087.                           (format "Day of death (1-%d): " last)
  3088.                           '(lambda (x) (and (< 0 x) (<= x last))))))
  3089.                (list month day year))))
  3090.           (death-year (extract-calendar-year death-date))
  3091.           (start-year (calendar-read
  3092.                        (format "Starting year of Yahrzeit table (>%d): "
  3093.                                death-year)
  3094.                        '(lambda (x) (> x death-year))
  3095.                        (int-to-string (1+ death-year))))
  3096.           (end-year (calendar-read
  3097.                      (format "Ending year of Yahrzeit table (>=%d): "
  3098.                              start-year)
  3099.                        '(lambda (x) (>= x start-year)))))
  3100.    (list death-date start-year end-year)))
  3101.   (message "Computing yahrzeits...")
  3102.   (let* ((yahrzeit-buffer "*Yahrzeits*")
  3103.          (h-date (calendar-hebrew-from-absolute
  3104.                   (calendar-absolute-from-gregorian death-date)))
  3105.          (h-month (extract-calendar-month h-date))
  3106.          (h-day (extract-calendar-day h-date))
  3107.          (h-year (extract-calendar-year h-date)))
  3108.     (set-buffer (get-buffer-create yahrzeit-buffer))
  3109.     (setq buffer-read-only nil)
  3110.     (calendar-set-mode-line
  3111.      (format "Yahrzeit dates for %s = %s"
  3112.              (calendar-date-string death-date)
  3113.              (let ((calendar-month-name-array
  3114.                     (if (hebrew-calendar-leap-year-p h-year)
  3115.                         calendar-hebrew-month-name-array-leap-year
  3116.                       calendar-hebrew-month-name-array-common-year)))
  3117.                (calendar-date-string h-date nil t))))
  3118.     (erase-buffer)
  3119.     (goto-char (point-min))
  3120.     (calendar-for-loop i from start-year to end-year do
  3121.         (insert
  3122.          (calendar-date-string
  3123.           (calendar-gregorian-from-absolute
  3124.            (hebrew-calendar-yahrzeit
  3125.             h-date
  3126.             (extract-calendar-year
  3127.              (calendar-hebrew-from-absolute
  3128.               (calendar-absolute-from-gregorian (list 1 1 i))))))) "\n"))
  3129.     (goto-char (point-min))
  3130.     (set-buffer-modified-p nil)
  3131.     (setq buffer-read-only t)
  3132.     (display-buffer yahrzeit-buffer)
  3133.     (message "Computing yahrzeits...done")))
  3134.  
  3135. (defun calendar-astro-date-string (&optional date)
  3136.   "String of astronomical (Julian) day number of afternoon of Gregorian DATE.
  3137. Defaults to today's date if DATE is not given."
  3138.   (int-to-string
  3139.    (+ 1721425 (calendar-absolute-from-gregorian
  3140.                (or date (calendar-current-date))))))
  3141.  
  3142. (defun calendar-print-astro-day-number ()
  3143.   "Show astronomical (Julian) day number of afternoon on date shown by cursor."
  3144.   (interactive)
  3145.   (message
  3146.    "Astronomical (Julian) day number after noon UTC: %s"
  3147.    (calendar-astro-date-string (calendar-cursor-to-date t))))
  3148.  
  3149. (defun calendar-goto-astro-day-number (daynumber &optional noecho)
  3150.   "Move cursor to astronomical (Julian) DAYNUMBER.
  3151. Echo astronomical (Julian) day number unless NOECHO is t."
  3152.   (interactive (list (calendar-read
  3153.                       "Astronomical (Julian) day number (>1721425): "
  3154.                       '(lambda (x) (> x 1721425)))))
  3155.   (calendar-goto-date (calendar-gregorian-from-absolute (- daynumber 1721425)))
  3156.   (or noecho (calendar-print-astro-day-number)))
  3157.  
  3158. (run-hooks 'calendar-load-hook)
  3159.  
  3160. (provide 'calendar)
  3161.  
  3162. ;;; calendar.el ends here
  3163.