From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [patch] use font-lock Date: Tue, 27 May 2008 14:37:49 -0400 Message-ID: References: <200805231826.27371.danc@merrillpress.com> <200805271113.48925.danc@merrillpress.com> <200805271145.00741.danc@merrillpress.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211913494 9964 80.91.229.12 (27 May 2008 18:38:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 18:38:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 27 20:38:55 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K144U-0007O9-Sm for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 20:38:55 +0200 Original-Received: from localhost ([127.0.0.1]:37939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K143j-00006E-LK for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 14:38:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K143e-0008WU-Gl for emacs-devel@gnu.org; Tue, 27 May 2008 14:38:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K143d-0008VN-3z for emacs-devel@gnu.org; Tue, 27 May 2008 14:38:02 -0400 Original-Received: from [199.232.76.173] (port=33381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K143c-0008VD-Qs for emacs-devel@gnu.org; Tue, 27 May 2008 14:38:00 -0400 Original-Received: from 206-248-174-248.dsl.teksavvy.com ([206.248.174.248]:49355 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K143c-0001wG-LT for emacs-devel@gnu.org; Tue, 27 May 2008 14:38:00 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9C993B408C; Tue, 27 May 2008 14:37:49 -0400 (EDT) In-Reply-To: <200805271145.00741.danc@merrillpress.com> (Daniel Colascione's message of "Tue, 27 May 2008 11:45:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97821 Archived-At: > 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