Ian Barton <[EMAIL PROTECTED]> writes:

> Apologies if this is the wrong place to post this. I have just started to use
> emacs and planner mode. I am using Ubuntu with emacs21 and have installed the
> Ubuntu (Debian) planner package.
>

It's the right place :)

> When I try to use planner-diary by including it in my .emacs I get the
> following error:
>
> Debugger entered--Lisp error: (void-function define-obsolete-function-alias)
>   (define-obsolete-function-alias (quote view-diary-entries) (quote
> diary-view-e
> ntries))
>   eval-buffer(#<buffer  *load*<2>> nil "diary-lib" nil t)
>   load-with-code-conversion("/usr/share/emacs/21.4/lisp/diary-lib.el"
> "diary-lib
> " nil t)
>   require(diary-lib)
>
> I presume that it's just a problem with the function definition, but I know
> nothing about lisp:) Can anyone point me at a fixed version of diary-lib.el or
> give me some hints on how to fix the current code.

This doesn't look like a problem with planner-diary. There is no call to
define-obsolete-function-alias in the planner source.

It's look like something is funky with your setup. Can you do M-x
locate-library RET diary-lib RET to make sure that diary-lib is being loaded
from where you expect it to be? M-x list-load-path-shadows might also help.
Make sure you are trying in a fresh emacs session, and it would also be good to
test with emacs -q --no-site-file.

-- 
John Sullivan
Emacs Planner Maintainer
http://www.wjsullivan.net/PlannerMode.html
GPG Key: AE8600B6

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to