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