Hi, thanks for the reply. Below is the trace you asked
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)
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(t t)
find-file-noselect-1(#<buffer 2007.09.23.muse> "~/plans/2007.09.23.muse"
nil nil "~/plans/2007.09.23.muse" nil)
find-file-noselect("/home/ffighter/plans/2007.09.23.muse" nil nil nil)
find-file-other-window("/home/ffighter/plans/2007.09.23.muse")
funcall(find-file-other-window "/home/ffighter/plans/2007.09.23.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.09.23" "WikiPlanner" find-file-other-window
nil)
planner-find-file("2007.09.23" 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.09.23")
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)
On 9/23/07, Jim Ottaway <[EMAIL PROTECTED]> wrote:
>
> >>>>> Marcelo de Moraes Serpa <[EMAIL PROTECTED]> writes:
>
> > Hello,
> > I'm having issues with the latest PlannerMode and emacs-goodies-el,
> > specifically the color-theme-select function on emacs-snapshot-gtk (
> > http://peadrop.com/blog/2007/01/06/pretty-emacs/).
>
> > When Planner is loaded and I try to run color-theme-select, emacs fails
> and
> > gives me the following error:
>
> > "Wrong type argument: symbolp, (link-visited info-xref)
>
> > If I disable Planner, this functions runs successfully. What could be
> wrong?
> > How could I fix it?
>
> It would be helpful if you could post a backtrace: do
>
> M-x toggle-debug-on-error
>
> and then provoke the error and copy the contents of the backtrace buffer
> that will appear.
>
> Regards,
>
> --
> Jim Ottaway
>
> _______________________________________________
> Planner-el-discuss mailing list
> [email protected]
> https://mail.gna.org/listinfo/planner-el-discuss
>
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss