emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] use font-lock


From: Daniel Colascione
Subject: Re: [patch] use font-lock
Date: Tue, 27 May 2008 11:45:00 -0400
User-agent: KMail/1.9.9

On Tuesday 27 May 2008, Stefan Monnier wrote:
> > Addressed. See new version of the patch.
>
> OK, let's wait for the paperwork, then.

Great. :-)

>
> > +    (when (< (point) nxml-prolog-end)
> > +      (assert (bobp))
> > +      (nxml-fontify-prolog)
> > +      (goto-char nxml-prolog-end))
>
> This code needs a comment explaining why (bobp) should be true.

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"

Attachment: nxml-mode-4.patch
Description: Text Data


reply via email to

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