RTFM. That's what I did. It turns out that diary-display-function is a
variable. While it has been used as a list in the past, the doc warns
that that use will go away. Apparently it did. I tried initializing it
as follows:

--------------------------------------------------
            (setq diary-display-function 'diary-fancy-display)
--------------------------------------------------

instead of the old code:

--------------------------------------------------
            (add-hook 'diary-display-function 'diary-fancy-display)
--------------------------------------------------

The new works just fine.

This was after upgrading to the latest version of emacs23 in karmic-
proposed, per
https://bugs.launchpad.net/ubuntu/+source/emacs22/+bug/415101. I don't
know if that upgrade affected this problem or not. See comment 42 for
details on how to do that.

-- 
Emacs calendar mode: M-x diary fails to produce diary listing, shows diary file 
instead
https://bugs.launchpad.net/bugs/475602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to