John Sullivan <john <at> wjsullivan.net> writes: > > Can you get a fuller backtrace? M-x toggle-debug-on-error and then do whatever > it is that triggers the error. Make sure there's no private info in the > backtrace, and post it. > > I'm using 3.02.93. I'd have to look to see when the Muse error was fixed. > Check > the ChangeLog, you should see it mentioned. > John,
Thanks for the suggestion, that helped point me to the fact that it was muse 3.02.92 that was encountering the problem. I got hold of 3.02.93 and that took care of the previous error, now i'm encountering a new error when planner-mode goes through it's startup. I grabbed the muse development version to see if that would fix it, but haven't tried a planner-dev drop since the one I grabbed on 01-14-2007 Here's a backtrace of the new error when planner-mode is entered that I'm seeing with planner-dev from 01-14-2007, and the dev version of muse I downloaded on 01-29-2007. I'm also seeing the same error using muse 3.02.93 with the same dev version of planner. Debugger entered--Lisp error: (void-function nil) (nil t nil nil beginning-of-line (font-lock-fontify-region-function . muse-colors-region) (font-lock-unfontify-region-function . planner-unhighlight-region)) (set (make-local-variable (quote font-lock-defaults)) (nil t nil nil beginning-of-line (font-lock-fontify-region-function . muse-colors-region) (font-lock-unfontify-region-function . planner-unhighlight-region))) planner-setup-highlighting() (progn (let (...) (add-hook hook ... t t) (add-hook hook ... t t) (add-hook hook ... t t) (add-hook hook ... t t)) (planner-setup-highlighting) (when (fboundp ...) (easy-menu-add planner-menu planner-mode-map)) (planner-prepare-file)) (if (eq major-mode (quote planner-mode)) (progn (let ... ... ... ... ...) (planner-setup-highlighting) (when ... ...) (planner-prepare-file))) (when (eq major-mode (quote planner-mode)) (let (...) (add-hook hook ... t t) (add-hook hook ... t t) (add-hook hook ... t t) (add-hook hook ... t t)) (planner-setup-highlighting) (when (fboundp ...) (easy-menu-add planner-menu planner-mode-map)) (planner-prepare-file)) (let ((delay-mode-hooks t)) (muse-mode) (setq major-mode (quote planner-mode)) (setq mode-name "Planner") (progn (if ... ...) (unless ... ...) (let ... ...)) (use-local-map planner-mode-map) (set-syntax-table planner-mode-syntax-table) (setq local-abbrev-table planner-mode-abbrev-table) (condition-case err (hack-local-variables) (error ...)) (when (eq major-mode ...) (let ... ... ... ... ...) (planner-setup-highlighting) (when ... ...) (planner-prepare-file))) (progn (make-local-variable (quote delay-mode-hooks)) (let (...) (muse-mode) (setq major-mode ...) (setq mode-name "Planner") (progn ... ... ...) (use-local-map planner-mode-map) (set-syntax-table planner-mode-syntax-table) (setq local-abbrev-table planner-mode-abbrev-table) (condition-case err ... ...) (when ... ... ... ... ...))) (delay-mode-hooks (muse-mode) (setq major-mode (quote planner-mode)) (setq mode-name "Planner") (progn (if ... ...) (unless ... ...) (let ... ...)) (use-local-map planner-mode-map) (set-syntax-table planner-mode-syntax-table) (setq local-abbrev-table planner-mode-abbrev-table) (condition-case err (hack-local-variables) (error ...)) (when (eq major-mode ...) (let ... ... ... ... ...) (planner-setup-highlighting) (when ... ...) (planner-prepare-file))) planner-mode() call-interactively(planner-mode) execute-extended-command(nil) call-interactively(execute-extended-command) _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
