|
Pretest and planner: msg#00054emacs.planner.general
AriT93 writes: > Hi, First post to this list. > > I just updated emacs from CVS to the pretest version. > ,---- > | GNU Emacs 22.0.90.1 (i386-mingw-nt5.1.2600) of 2006-10-31 on SYS270307 > `---- > when I run M-x plan I see the following in *Messages* > ,---- > | File mode specification error: (wrong-type-argument symbolp (quote > beginning-of-line)) > | Loading vc...done > | Preparing diary... > | No diary entries for Tuesday, October 31, 2006: Halloween > | if: This is not a planner buffer > `---- > I haven't looked into this at all as my lisp skills are pretty > weak. But I figured posting this might be helpful. I am currently > removing other packages that I load to see if this might just be a > conflict with something else. It seems that an update to muse as well as the following change to planner.el fixes this right up. the issues is apparently with quoting beginning-of-line ,---- | Index: planner.el | =================================================================== | --- planner.el (revision 114) | +++ planner.el (working copy) | @@ -1072,7 +1072,7 @@ | (set (make-local-variable 'font-lock-unfontify-region-function) | 'planner-unhighlight-region) | (set (make-local-variable 'font-lock-defaults) | - `(nil t nil nil 'beginning-of-line | + `(nil t nil nil beginning-of-line | (font-lock-fontify-region-function . muse-colors-region) | (font-lock-unfontify-region-function | . planner-unhighlight-region)))) `---- from the muse changelog ,---- | * lisp/muse-colors.el (muse-use-font-lock): Don't quote | beginning-of-line. This should fix a bug that was noticed in recent | Emacs 22 builds. `---- i did not see any mention of it in the planner changelog but will double check there as well -- enjoy every sandwich -- W. Zevon_______________________________________________ Planner-el-discuss mailing list Planner-el-discuss@xxxxxxx https://mail.gna.org/listinfo/planner-el-discuss |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Pretest and planner: 00054, AriT93 |
|---|---|
| Next by Date: | Re: Pretest and planner: 00054, Luca Capello |
| Previous by Thread: | Pretest and planneri: 00054, AriT93 |
| Next by Thread: | Re: Pretest and planner: 00054, Luca Capello |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |