On Thu, Nov 20, 2008 at 9:11 AM, Mirko Vukovic <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have one particular project file that refuses to be font-lock-ed
> (for lack of a better word).  In other words, when I toggle the
> font-lock mode, the links are not iconized, nor are the section
> headings highlighted.
>
> If I copy the contents of the buffer into a test muse buffer (not
> associated with any file, but with muse-mode on), it behaves as it
> should.
>
> Has anyone seen this before?  Does anyone have an idea where I should
> look to debug this?
>
> This is with Muse 3.11 (from muse-version) (but I think it is actually
> 3.12, from my download), planner 3.42, emacs 22.1 on windows.
>
> Thanks
>
> Mirko
>

A bit of debugging.  If I edit that test buffer (which fontifies
nicely in font-lock mode), and then save it as the offending muse
file, it looses its font-locking.

So, I looked into my project definition (I blanked out some internal stuff):
 ("project-XXX"
           ("~/dir-XXX/"
            :default "file-XXX"
            :major-mode muse-mode
            :base "html" :path "~/public_html/"
            :set muse-html-style-sheet "<link rel=\"stylesheet\"
type=\"text/css\" charset=\"utf-8\" media=\"all\"
href=\"stylesheet/project-doc.css\" >"))

If I comment out the :set command, the highlighting works fine.  Am I
misusing the syntax somehow?

Thanks,

Mirko

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to