* On Thu 09:10AM +0100, 15 Nov 2007, Thierry Volpiatto ([EMAIL PROTECTED]) 
wrote:
> Hsiu-Khuern Tang <[EMAIL PROTECTED]> writes:
> 
> > * On Wed 11:02PM +0000, 14 Nov 2007, Jim Ottaway ([EMAIL PROTECTED]) wrote:
> >> >>>>> Hsiu-Khuern Tang <[EMAIL PROTECTED]> writes:
...
> >> 
> >> > I'm trying to use task-based appointments.  I noticed the following
> >> > error when adding a task that has both an appointment and a deadline,
> >> > e.g., #B _ @16:00 do this {{Deadline: 2007.11.23 - 9 days}} (TaskPool)
> >> 
> >> > Under Emacs22:
> >> >     Wrote /home/htang/.planner/TaskPool.muse
> >> >     abbreviate-file-name: Lisp nesting exceeds `max-lisp-eval-depth'
> >> 
> >> > Under Emacs23:
> >> >     Wrote /home/htang/.planner/TaskPool.muse
> >> >     file-truename: Variable binding depth exceeds max-specpdl-size
> >> 
> >> > The appointment does not show up under the Schedule section (or anywhere
> >> > else).
> >> 
> >> This patch might fix it:
> >
> > After applying this patch, I still get the "file-truename: Variable
> > binding depth exceeds max-specpdl-size" error.  This was what I did:
> >
> >     wget http://download.gna.org/planner-el/planner-3.41.tar.gz
> >     cd planner-3.41
> >     patch -p1 < /path/to/planner-appt-task-parse-task.diff
> >     make
> >     sudo dpkg --purge planner-el  # just to be safe
> >
> > In .emacs:
> >
> >     (setq load-path (cons "/tmp/planner-3.41" load-path))
> >     (require 'planner)
> >     ;; etc
> >
> > Best,
> > Hsiu-Khuern.
> 
> Did you try to use the last dev version of planner instead of 3.41?

I just did that, grabbing the Arch revision
[EMAIL PROTECTED]/planner-el--devel--0--patch-141

I get the same errors.  If I also do

    (setq max-lisp-eval-depth '40000)
    (setq max-specpdl-size '100000)

emacs segfaults after a few seconds when I add an appointment ("@17:00
...") to a task with a deadline.

Best,
Hsiu-Khuern.

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

Reply via email to