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