From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#150: 23.0.60; html-mode syntactic fontification error at line 164 Date: Thu, 24 Jul 2008 15:03:18 -0400 Message-ID: <873alzayvd.fsf@stupidchicken.com> Reply-To: Chong Yidong , 150@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216927670 28190 80.91.229.12 (24 Jul 2008 19:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 19:27:50 +0000 (UTC) Cc: 150@emacsbugs.donarmstrong.com To: "Lennart Borgman" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 24 21:28:38 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KM6UO-0005Yr-Rw for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2008 21:28:37 +0200 Original-Received: from localhost ([127.0.0.1]:58910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM6TV-00043S-30 for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2008 15:27:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM6TE-0003uI-T5 for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 15:27:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM6TC-0003qx-5M for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 15:27:23 -0400 Original-Received: from [199.232.76.173] (port=42823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM6TC-0003qn-3T for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 15:27:22 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:33041) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM6TB-0003y8-Kd for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2008 15:27:21 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6OJRJtT023764; Thu, 24 Jul 2008 12:27:19 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m6OJA4Q1019132; Thu, 24 Jul 2008 12:10:04 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 24 Jul 2008 19:10:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 150 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 150-submit@emacsbugs.donarmstrong.com id=B150.121692611317139 (code B ref 150); Thu, 24 Jul 2008 19:10:03 +0000 Original-Received: (at 150) by emacsbugs.donarmstrong.com; 24 Jul 2008 19:01:53 +0000 Original-Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6OJ1oir017133 for <150@emacsbugs.donarmstrong.com>; Thu, 24 Jul 2008 12:01:51 -0700 Original-Received: by cyd (Postfix, from userid 1000) id AECAF57E32E; Thu, 24 Jul 2008 15:03:18 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Thu, 24 Jul 2008 15:27:23 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18833 Archived-At: > This is a rather strange fontification error. Sometimes lines after a > certain line or the last part of the line itself gets fontified as > strings (which is incorrect) and sometimes not. I do not believe I am > able to make a simple example of this. Instead I have put up a copy of > the file where I saw it on the web: > > http://ourcomments.org/Emacs/DL/html-syntactic-err-l164.html > > To reproduce the error download this file, start Emacs with > > emacs -Q > > open the file (switch to html-mode if it is not opened in html-mode) and > go to line 164. There can be a little bit different errors, but the most > common is that the lines below this line are fontified as string. I > found right now that if I do > > M-g g 164 > > then I see the error above. However if I scroll down line by line to > line 164 then the fontification is ok. I can't reproduce this. Do you still see it happening?