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

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

[emacs-wiki-discuss] Error with dev version under GNU Emacs on Windows..


From: Allen B. MacKenzie
Subject: [emacs-wiki-discuss] Error with dev version under GNU Emacs on Windows...
Date: Mon, 28 Mar 2005 14:54:05 -0500
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

I'm sorry if this was already discussed on the list, but a brief search didn't turn anything up.

I have been running planner mode for several weeks now, and I have generally been very pleased. I decided to move from the stable version to the dev version to try out planner-trunk, as recently discussed on the list. When I run "plan" on the dev version, though, I get the following error, "Symbol's function declaration is void: declare".

I am running GNU Emacs version 21.3.1 under Windows.

I usually run plan from my .emacs file. If I startup emacs with the --debug-init option, then the debugger output is as follows, except that after the line that starts "#[nil" there is a bunch of other crap (unusual characters and escape codes) that didn't get copied.

Debugger entered--Lisp error: (void-function declare)
 (declare (indent 0) (debug t))
(lambda (&rest body) "Make sure BODY is evaluated in a `planner-mode' buffer." (declare (indent 0) (debug t)) (if (planner-derived-mode-p ...) (\` ...) (\` ...)))((emacs-wiki-refresh-file-alist))
 (with-planner (emacs-wiki-refresh-file-alist))
(let* ((today ...) (names ...) (today-buffer ...) (planner-tasks-file-behavior ...) (planner-use-other-window nil) (live-buffers ...)) (when (and ... ...) (setcdr ... nil)) (when force-days (while names ... ... ...)) (if (or planner-carry-tasks-forward ... ...) (planner-goto-today) (planner-goto ...)) (when planner-tasks-file-behavior (planner-save-buffers live-buffers)) (with-planner (emacs-wiki-refresh-file-alist))) (progn (unless force-days (setq force-days ...)) (when (and ... ...) (setq force-days t)) (planner-goto-today) (let* (... ... ... ... ... ...) (when ... ...) (when force-days ...) (if ... ... ...) (when planner-tasks-file-behavior ...) (with-planner ...))) (if planner-use-day-pages (progn (unless force-days ...) (when ... ...) (planner-goto-today) (let* ... ... ... ... ... ...)) (planner-find-file "WelcomePage"))
 plan()
 eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
 load-with-code-conversion("c:/cygwin/home/mackenab/.emacs" "~/.emacs" t t)
 load("~/.emacs" t t)
#[nil command-line()
 normal-top-level()

Any assistance that you can provide is appreciated. I knew some lisp once, but I'm pretty much at sea with any lisp, including elisp, at this point.

Allen




reply via email to

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