Kept an old variant, because I changed something in
order to have german names:
(defvar calendar-day-name-array
["Sonntag" "Montag" "Dienstag" "Mittwoch" "Donnerstag" "Freitag"
"Samstag"]
"Array of capitalized strings giving, in order, the day names.")
instead of
;;(defvar calendar-day-name-array
;; ["Sunday" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday"
"Saturday"]
;; "Array of capitalized strings giving, in order, the day names.")
and
(defvar calendar-month-name-array
["Januar" "Februar" "März" "April" "Mai" "Juni" "Juli" "August"
"September" "Oktober" "November" "Dezember"]
"Array of capitalized strings giving, in order, the month names.")
instead of
;;(defvar calendar-month-name-array
;; ["January" "February" "March" "April" "May" "June"
;; "July" "August" "September" "October" "November" "December"]
;; "Array of capitalized strings giving, in order, the month names.")
Probably there are better ways to do that.
Why not use setq in your ~/.emacs file (instead of defvar in
calendar.el)?
Of course!
BTW: As this tiny problem will be posed in many
languages, a localisation effort seems worthwhile at
least as a user option.
What about to start a new thread with this question?
Thanks!
__
Andreas Roehler
_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug