From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; html-mode syntactic fontification error at line 164 Date: Sun, 20 Apr 2008 00:24:32 +0200 Message-ID: <480A7120.1090306@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208643898 7459 80.91.229.12 (19 Apr 2008 22:24:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2008 22:24:58 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 20 00:25:33 2008 connect(): Connection refused 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 1JnLUy-0008Ep-0v for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 00:25:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnLUI-0002fD-Ey for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 18:24:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnLUE-0002ei-1l for emacs-devel@gnu.org; Sat, 19 Apr 2008 18:24:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnLUB-0002eC-K3 for emacs-devel@gnu.org; Sat, 19 Apr 2008 18:24:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnLUB-0002e9-Fa for emacs-devel@gnu.org; Sat, 19 Apr 2008 18:24:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnLUB-00016I-Lj for emacs-devel@gnu.org; Sat, 19 Apr 2008 18:24:43 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JnLUB-0000kp-0f for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 18:24:43 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JnLU7-00015g-KJ for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 18:24:43 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JnLU7-00015O-3V for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 18:24:39 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:64531 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JnLU2-0004Px-6D for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 00:24:37 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 X-Antivirus: avast! (VPS 080419-0, 2008-04-19), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1JnLU2-0004Px-6D. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JnLU2-0004Px-6D 8beb6342a91fa8a5ae2abd6f63109389 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:95487 gmane.emacs.pretest.bugs:22071 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. For other versions of misfontification I am not sure how to reproduce them at the moment. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-04-19 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU value of $XMODIFIERS: nil locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: XHTML Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t