Mercurial > emacs
annotate lisp/calendar/cal-french.el @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128
typos.
author | Jeff Law <law@redhat.com> |
---|---|
date | Wed, 10 Sep 1997 21:16:20 +0000 |
parents | daaffe2dece5 |
children | 266e93ddaf0e |
rev | line source |
---|---|
957 | 1 ;;; cal-french.el --- calendar functions for the French Revolutionary calendar. |
2 | |
13048 | 3 ;; Copyright (C) 1988, 1989, 1992, 1994, 1995 Free Software Foundation, Inc. |
957 | 4 |
5 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | |
2247
2c7997f249eb
Add or correct keywords
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1338
diff
changeset
|
6 ;; Keywords: calendar |
2c7997f249eb
Add or correct keywords
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1338
diff
changeset
|
7 ;; Human-Keywords: French Revolutionary calendar, calendar, diary |
957 | 8 |
9 ;; This file is part of GNU Emacs. | |
10 | |
6736
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
12 ;; it under the terms of the GNU General Public License as published by |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
13 ;; the Free Software Foundation; either version 2, or (at your option) |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
14 ;; any later version. |
957 | 15 |
6736
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
16 ;; GNU Emacs is distributed in the hope that it will be useful, |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
19 ;; GNU General Public License for more details. |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
20 |
3e1323443b1a
Fix copying conditions for current GPL version.
Richard M. Stallman <rms@gnu.org>
parents:
5833
diff
changeset
|
21 ;; You should have received a copy of the GNU General Public License |
14169 | 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
957 | 25 |
26 ;;; Commentary: | |
27 | |
28 ;; This collection of functions implements the features of calendar.el and | |
29 ;; diary.el that deal with the French Revolutionary calendar. | |
30 | |
7761
b6ac896a491a
Fix typo: Mayan -> French Revolutionary
Paul Eggert <eggert@twinsun.com>
parents:
7639
diff
changeset
|
31 ;; Technical details of the French Revolutionary calendar can be found in |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
32 ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
33 ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
34 ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404. |
957 | 35 |
36 ;; Comments, corrections, and improvements should be sent to | |
37 ;; Edward M. Reingold Department of Computer Science | |
38 ;; (217) 333-6733 University of Illinois at Urbana-Champaign | |
39 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue | |
40 ;; Urbana, Illinois 61801 | |
41 | |
42 ;;; Code: | |
43 | |
44 (require 'calendar) | |
45 | |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
46 (defvar french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
47 (and (char-table-p standard-display-table) |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
48 (equal (aref standard-display-table 161) [161])) |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
49 "True if diacritical marks are available.") |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
50 |
13048 | 51 (defconst french-calendar-epoch (calendar-absolute-from-gregorian '(9 22 1792)) |
52 "Absolute date of start of French Revolutionary calendar = September 22, 1792.") | |
53 | |
957 | 54 (defconst french-calendar-month-name-array |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
55 (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
56 ["Vendémiaire" "Brumaire" "Frimaire" "Nivôse" "Pluviôse" "Ventôse" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
57 "Germinal" "Floréal" "Prairial" "Messidor" "Thermidor" "Fructidor"] |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
58 ["Vende'miaire" "Brumaire" "Frimaire" "Nivo^se" "Pluvio^se" "Vento^se" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
59 "Germinal" "Flore'al" "Prairial" "Messidor" "Thermidor" "Fructidor"])) |
957 | 60 |
61 (defconst french-calendar-day-name-array | |
62 ["Primidi" "Duodi" "Tridi" "Quartidi" "Quintidi" "Sextidi" "Septidi" | |
63 "Octidi" "Nonidi" "Decadi"]) | |
64 | |
65 (defconst french-calendar-special-days-array | |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
66 (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
67 ["de la Vertu" "du Genie" "du Labour" "de la Raison" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
68 "de la Récompense" "de la Révolution"] |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
69 ["de la Vertu" "du Genie" "du Labour" "de la Raison" "de la Re'compense" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
70 "de la Re'volution"])) |
957 | 71 |
72 (defun french-calendar-leap-year-p (year) | |
73 "True if YEAR is a leap year on the French Revolutionary calendar. | |
74 For Gregorian years 1793 to 1805, the years of actual operation of the | |
75 calendar, uses historical practice based on equinoxes is followed (years 3, 7, | |
76 and 11 were leap years; 15 and 20 would have been leap years). For later | |
77 years uses the proposed rule of Romme (never adopted)--leap years fall every | |
78 four years except century years not divisible 400 and century years that are | |
79 multiples of 4000." | |
80 (or (memq year '(3 7 11));; Actual practice--based on equinoxes | |
81 (memq year '(15 20)) ;; Anticipated practice--based on equinoxes | |
82 (and (> year 20) ;; Romme's proposal--never adopted | |
83 (zerop (% year 4)) | |
84 (not (memq (% year 400) '(100 200 300))) | |
85 (not (zerop (% year 4000)))))) | |
86 | |
87 (defun french-calendar-last-day-of-month (month year) | |
1338 | 88 "Return last day of MONTH, YEAR on the French Revolutionary calendar. |
957 | 89 The 13th month is not really a month, but the 5 (6 in leap years) day period of |
90 `sansculottides' at the end of the year." | |
91 (if (< month 13) | |
92 30 | |
93 (if (french-calendar-leap-year-p year) | |
94 6 | |
95 5))) | |
96 | |
97 (defun calendar-absolute-from-french (date) | |
1338 | 98 "Compute absolute date from French Revolutionary date DATE. |
957 | 99 The absolute date is the number of days elapsed since the (imaginary) |
100 Gregorian date Sunday, December 31, 1 BC." | |
101 (let ((month (extract-calendar-month date)) | |
102 (day (extract-calendar-day date)) | |
103 (year (extract-calendar-year date))) | |
104 (+ (* 365 (1- year));; Days in prior years | |
105 ;; Leap days in prior years | |
106 (if (< year 20) | |
107 (/ year 4);; Actual and anticipated practice (years 3, 7, 11, 15) | |
108 ;; Romme's proposed rule (using the Principle of Inclusion/Exclusion) | |
109 (+ (/ (1- year) 4);; Luckily, there were 4 leap years before year 20 | |
110 (- (/ (1- year) 100)) | |
111 (/ (1- year) 400) | |
112 (- (/ (1- year) 4000)))) | |
113 (* 30 (1- month));; Days in prior months this year | |
114 day;; Days so far this month | |
13048 | 115 (1- french-calendar-epoch))));; Days before start of calendar |
957 | 116 |
117 (defun calendar-french-from-absolute (date) | |
1338 | 118 "Compute the French Revolutionary equivalent for absolute date DATE. |
119 The result is a list of the form (MONTH DAY YEAR). | |
120 The absolute date is the number of days elapsed since the | |
7639 | 121 \(imaginary) Gregorian date Sunday, December 31, 1 BC." |
13048 | 122 (if (< date french-calendar-epoch) |
957 | 123 (list 0 0 0);; pre-French Revolutionary date |
13048 | 124 (let* ((approx ;; Approximation from below. |
125 (/ (- date french-calendar-epoch) 366)) | |
957 | 126 (year ;; Search forward from the approximation. |
127 (+ approx | |
128 (calendar-sum y approx | |
129 (>= date (calendar-absolute-from-french (list 1 1 (1+ y)))) | |
130 1))) | |
131 (month ;; Search forward from Vendemiaire. | |
132 (1+ (calendar-sum m 1 | |
133 (> date | |
134 (calendar-absolute-from-french | |
135 (list m | |
136 (french-calendar-last-day-of-month m year) | |
137 year))) | |
138 1))) | |
139 (day ;; Calculate the day by subtraction. | |
140 (- date | |
141 (1- (calendar-absolute-from-french (list month 1 year)))))) | |
142 (list month day year)))) | |
143 | |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
144 (defun calendar-french-date-string (&optional date) |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
145 "String of French Revolutionary date of Gregorian DATE. |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
146 Returns the empty string if DATE is pre-French Revolutionary. |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
147 Defaults to today's date if DATE is not given." |
957 | 148 (let* ((french-date (calendar-french-from-absolute |
149 (calendar-absolute-from-gregorian | |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
150 (or date (calendar-current-date))))) |
957 | 151 (y (extract-calendar-year french-date)) |
152 (m (extract-calendar-month french-date)) | |
153 (d (extract-calendar-day french-date))) | |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
154 (cond |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
155 ((< y 1) "") |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
156 ((= m 13) (format (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
157 "Jour %s de l'Année %d de la Révolution" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
158 "Jour %s de l'Anne'e %d de la Re'volution") |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
159 (aref french-calendar-special-days-array (1- d)) |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
160 y)) |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
161 (t (format |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
162 (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
163 "Décade %s, %s de %s de l'Année %d de la Révolution" |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
164 "De'cade %s, %s de %s de l'Anne'e %d de la Re'volution") |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
165 (make-string (1+ (/ (1- d) 10)) ?I) |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
166 (aref french-calendar-day-name-array (% (1- d) 10)) |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
167 (aref french-calendar-month-name-array (1- m)) |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
168 y))))) |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
169 |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
170 (defun calendar-print-french-date () |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
171 "Show the French Revolutionary calendar equivalent of the selected date." |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
172 (interactive) |
5833
10ea561bcaa5
(calendar-print-french-date,diary-french-date):
Richard M. Stallman <rms@gnu.org>
parents:
5699
diff
changeset
|
173 (let ((f (calendar-french-date-string (calendar-cursor-to-date t)))) |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
174 (if (string-equal f "") |
957 | 175 (message "Date is pre-French Revolution") |
17570
daaffe2dece5
(calendar-print-french-date): Label French date in echo area.
Richard M. Stallman <rms@gnu.org>
parents:
17381
diff
changeset
|
176 (message "French Revolutionary date: %s" f)))) |
957 | 177 |
178 (defun calendar-goto-french-date (date &optional noecho) | |
1338 | 179 "Move cursor to French Revolutionary date DATE. |
957 | 180 Echo French Revolutionary date unless NOECHO is t." |
181 (interactive | |
182 (let* ((year (calendar-read | |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
183 (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
184 "Année de la Révolution (>0): " |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
185 "Anne'e de la Re'volution (>0): ") |
957 | 186 '(lambda (x) (> x 0)) |
187 (int-to-string | |
188 (extract-calendar-year | |
189 (calendar-french-from-absolute | |
190 (calendar-absolute-from-gregorian | |
191 (calendar-current-date))))))) | |
192 (month-list | |
193 (mapcar 'list | |
194 (append french-calendar-month-name-array | |
195 (if (french-calendar-leap-year-p year) | |
196 (mapcar | |
197 '(lambda (x) (concat "Jour " x)) | |
198 french-calendar-special-days-array) | |
13048 | 199 (reverse |
957 | 200 (cdr;; we don't want rev. day in a non-leap yr. |
13048 | 201 (reverse |
957 | 202 (mapcar |
203 '(lambda (x) (concat "Jour " x)) | |
5416
3733a396e16a
(calendar-goto-french-date): Fix special day
Richard M. Stallman <rms@gnu.org>
parents:
2945
diff
changeset
|
204 french-calendar-special-days-array)))))))) |
957 | 205 (completion-ignore-case t) |
206 (month (cdr (assoc | |
207 (capitalize | |
208 (completing-read | |
209 "Mois ou Sansculottide: " | |
210 month-list | |
211 nil t)) | |
212 (calendar-make-alist | |
213 month-list | |
214 1 | |
215 '(lambda (x) (capitalize (car x))))))) | |
216 (decade (if (> month 12) | |
217 1 | |
218 (calendar-read | |
15550
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
219 (if french-calendar-accents |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
220 "Décade (1-3): " |
4df6e0ffab90
(french-calendar-accents): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
221 "De'cade (1-3): ") |
957 | 222 '(lambda (x) (memq x '(1 2 3)))))) |
223 (day (if (> month 12) | |
224 (- month 12) | |
225 (calendar-read | |
5416
3733a396e16a
(calendar-goto-french-date): Fix special day
Richard M. Stallman <rms@gnu.org>
parents:
2945
diff
changeset
|
226 "Jour (1-10): " |
957 | 227 '(lambda (x) (and (<= 1 x) (<= x 10)))))) |
228 (month (if (> month 12) 13 month)) | |
229 (day (+ day (* 10 (1- decade))))) | |
230 (list (list month day year)))) | |
231 (calendar-goto-date (calendar-gregorian-from-absolute | |
232 (calendar-absolute-from-french date))) | |
233 (or noecho (calendar-print-french-date))) | |
234 | |
235 (defun diary-french-date () | |
236 "French calendar equivalent of date diary entry." | |
17381
d1fc8a2d353f
(diary-french-date): Use `date'.
Richard M. Stallman <rms@gnu.org>
parents:
15550
diff
changeset
|
237 (let ((f (calendar-french-date-string date))) |
5699
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
238 (if (string-equal f "") |
a2d78b648542
(calendar-french-date-string): New function.
Richard M. Stallman <rms@gnu.org>
parents:
5416
diff
changeset
|
239 "Date is pre-French Revolution" |
17381
d1fc8a2d353f
(diary-french-date): Use `date'.
Richard M. Stallman <rms@gnu.org>
parents:
15550
diff
changeset
|
240 (format "French Revolutionary date: %s" f)))) |
957 | 241 |
242 (provide 'cal-french) | |
243 | |
244 ;;; cal-french.el ends here |