emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing sit-for


From: Andreas Roehler
Subject: Re: missing sit-for
Date: Wed, 13 Sep 2006 09:17:43 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060516)




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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]