D Houck <[EMAIL PROTECTED]> writes: > John Sullivan wrote: >> >> Sorry, could you clarify when this happens? >> >> What muse and planner modules are you using, and could you also show us your >> muse-project-alist? >> > I'm using emacs 23.0.0.1 ntemacs from sourceforge.net > planner development version downloaded on 1-14-2007 > and Muse 3.02.93, I've also tried Muse development version with the > same emacs and planner with the same results
I think I figured out the problem. For some reason or other, this
ntemacs build seems to be misinterpreting the backquote in
`planner-setup-highlighting' -- it ought not to treat the form as if
it were a function call.
Since we don't even need to use backquote there, I've changed it to
use a single quote. Let me know if this fixes it for you.
If this does indeed fix things, please tell the ntemacs packagers or
mailing list that the backquote form in the following code is being
erroneously treated as if it were a function:
(set (make-local-variable '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)))
--
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
/` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
|_] | \| |_| Reclaim your digital rights by eliminating DRM.
See http://www.defectivebydesign.org/what_is_drm for details.
pgpmPGroH3XO2.pgp
Description: PGP signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
