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



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to