Hi,
I'm a new user of planner/muse mode. On my GNU Emacs-22.0.92.1 whenever I
start to plan or open an .muse file it's not automatically highlighted/links
and I got this error message:
File mode specification error: (wrong-type-argument symbolp (quote
beginning-of-line))
If I toggle-debug-on-error I got this:
Debugger entered--Lisp error: (wrong-type-argument symbolp (quote
beginning-of-line))
font-lock-compile-keywords(nil)
font-lock-set-defaults()
font-lock-mode-internal(t)
font-lock-default-function(t)
font-lock-mode()
turn-on-font-lock()
turn-on-font-lock-if-enabled()
global-font-lock-mode-enable-in-buffers()
run-hooks(after-change-major-mode-hook)
run-mode-hooks(planner-mode-hook)
(if (fboundp (quote run-mode-hooks)) (run-mode-hooks (quote
planner-mode-hook)) (run-hooks (quote planner-mode-hook)))
planner-mode()
funcall(planner-mode)
(let ((project ...)) (funcall (or ... ...)))
muse-mode-choose-mode()
set-auto-mode-0(muse-mode-choose-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(nil t)
find-file-noselect-1(#<buffer 2007.02.20.muse>
"~/.emacs.d/plans/2007.02.20.muse" nil nil
"~/.emacs.d/plans/2007.02.20.muse" (154679 2055))
find-file-noselect("/home/xlu3/.emacs.d/plans/2007.02.20.muse" nil nil
nil)
find-file-other-window("/home/xlu3/.emacs.d/plans/2007.02.20.muse")
funcall(find-file-other-window
"/home/xlu3/.emacs.d/plans/2007.02.20.muse")
(if (cdr name) (funcall (or command ...) (cdr name)) (error "There is no
page %s in project %s." (car name) project-name))
(let ((project-name ...)) (unless (interactive-p) (setq project ... name
...)) (if (and ... ...) (setcdr name ...) (unless ... ... ...)) (if (cdr
name) (funcall ... ...) (error "There is no page %s in project %s." ...
project-name)))
muse-project-find-file("2007.02.20" "WikiPlanner" find-file-other-window
nil)
planner-find-file("2007.02.20" find-file-other-window)
(progn (planner-find-file date (if planner-use-other-window ... ...))
(widen) (goto-char (point-min)) (run-hooks (quote planner-goto-hook)) t)
(if (or (not just-show) (planner-page-exists-p date)) (progn
(planner-find-file date ...) (widen) (goto-char ...) (run-hooks ...) t)
(when (interactive-p) (message "No planner file for %s." date)) nil)
planner-goto("2007.02.20")
planner-goto-today()
(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 ...)))
(if planner-use-day-pages (progn (unless force-days ...) (when ... ...)
(planner-goto-today) (let* ... ... ... ... ...)) (planner-find-file (or
planner-default-page planner-initial-page)))
plan(nil)
call-interactively(plan)
execute-extended-command(nil)
call-interactively(execute-extended-command)
Is there a fix for this? Thanks very much.
Xiaohui Lu
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss