Gijs Hillenius <[EMAIL PROTECTED]> writes: > Hello > > for the last couple of (weeks?) I see this message come by everytime I > start emacs -> load planner : > > > ad-handle-definition: `planner-replan-task' got redefined > > ad-handle-definition: `planner-edit-task-description' got > redefined > > I just looked, but I have no "planner-replan-task" in my planner > set-up... should I worry about the message, or ..
It's a message from the function advising code in advice.el. It's apparently harmless, just a warning. I remember seeing this before a long time ago and discovering what to do to make it go away, but I can't remember the details. Perhaps it is to do with having stale byte-compiled files? You could try re-compiling all of the planner code, see if that makes it go away. Regards, -- Jim Ottaway _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
