emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] invalid-function error when attempting to set plann


From: Joseph Kiniry
Subject: [emacs-wiki-discuss] invalid-function error when attempting to set planner-appt-task-use-appointments-section-flag
Date: Thu, 15 Sep 2005 11:52:16 +0100
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/22.0.50 (darwin)

I am running the latest muse-planner.  I have recently migrated from
the old emacs-wiki-based planner and am quite happy so far.

When I set 
  (setq planner-appt-task-use-appointments-section-flag t)
I get the below Lisp error when saving any day entry.

This looks like a function-application-applied-to-macro type of
problem.  Note that with-planner-update-setup's body formal parameter
is nil.

More reports will be forthcoming, as well as some patches.

Best,
Joe
-- 
Joseph Kiniry
School of Computer Science and Informatics
UCD Dublin
http://secure.ucd.ie/
http://srg.cs.ucd.ie/

---

Debugger entered--Lisp error: (invalid-function (macro lambda (&rest body) 
"Execute BODY then save buffers according to `planner-tasks-file-behavior'.
Also sets some variables to modify font-lock behaviour while updating." (let 
((live-buffers (make-symbol "live-buffers"))) (\` (save-window-excursion 
(save-restriction (let (((\, live-buffers) (and (eq planner-tasks-file-behavior 
(quote close)) (buffer-list))) (current-buffer (current-buffer))) (prog1 (let 
((planner-tasks-file-behavior nil)) (\,@ body)) (when 
planner-tasks-file-behavior (planner-save-buffers (\, live-buffers) t 
current-buffer))))))))))
  with-planner-update-setup(nil)
  planner-appt-update-appt-section-maybe()
  planner-appt-add-appts-from-tasks()
  planner-appt-update()
  planner-appt-update-for-write()
  run-hook-with-args-until-success(planner-appt-update-for-write)
  basic-save-buffer()
  save-buffer(1)
  call-interactively(save-buffer)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]