emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] use font-lock


From: Stefan Monnier
Subject: Re: [patch] use font-lock
Date: Tue, 27 May 2008 14:37:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Done.  I thought the nxml-fontify-prolog next to (assert (bobp)) would
> tell the  reader "Oh, nxml-fontify-prolog needs to start at the
> beginning of the  buffer"

The call to nxml-fontify-prolog is the reason why (bobp) needs to be
true, but it doesn't tell us why we think it is true (after all, we
only checked (< (point) nxml-prolog-end), so it's not obvious that
we're at bobp).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]