Setting european-calendar-style to t using the customize facility doesn't make the diary/calendar system to do things the "European" way. Doing it with setq is ok.
Make a ~/diary file in a "European" format: $ cat ~/diary 14/10/2006 Some event 13/10/2006 Another event $ emacs -Q & M-x customize-option RET european-calendar-style RET Toggle it to `t' and set for current session. M-x calendar RET Type `m' and the dates (13 and 14 October, 2006) aren't marked. However, if you set european-calendar-style to `t' using setq, instead of using customize, then it works fine. -- Otto Maddox [EMAIL PROTECTED] -- http://www.fastmail.fm - Choose from over 50 domains or use your own _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
