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

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

Re: missing sit-for


From: Kevin Rodgers
Subject: Re: missing sit-for
Date: Tue, 12 Sep 2006 12:15:33 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Andreas Roehler wrote:
Richard Stallman schrieb:
    However, as I had a calendar.el in my path, from here
    resorts an error now:

    "Symbol's value as variable is void: facemenu-unlisted-faces"

Are you saying this was caused by a spurious file?
That would mean that we don't have a bug in Emacs, right?

 `calendar.el' from cvs-source seems ok.

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)?

--
Kevin





reply via email to

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