>| On Wed, 14 Nov 2007 13:46:12 -0800, >| Hsiu-Khuern Tang >| who can be reached at: [EMAIL PROTECTED] >| (whose comments are cited below with " HT> "), >| had this to say in article <[EMAIL PROTECTED]> >| in newsgroups gmane.emacs.planner.general >| concerning the subject of planner-deadline and task-based appointments >don't work together
HT> Under Emacs22: Wrote /home/htang/.planner/TaskPool.muse HT> abbreviate-file-name: Lisp nesting exceeds `max-lisp-eval-depth' HT> Under Emacs23: Wrote /home/htang/.planner/TaskPool.muse HT> file-truename: Variable binding depth exceeds max-specpdl-size Did you try elevate those limits? I stumbled over them a lot in various situations before I elevated them to ,----[ Elevate some limits ] | (setq max-lisp-eval-depth '4000) | (setq max-specpdl-size '10000) `---- _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
