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