From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Extensive changes during pretest Date: Sun, 24 Feb 2008 21:31:00 +0200 Organization: JURTA Message-ID: <873aritae7.fsf@jurta.org> References: <20080223215234.GA3476@muc.de> <20080224082054.GA1073@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203882367 2093 80.91.229.12 (24 Feb 2008 19:46:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 19:46:07 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 20:46:32 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 1JTMnm-00020p-Gw for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 20:46:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTMnG-0002ma-Rv for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 14:45:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTMmZ-0002G5-4z for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:45:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTMmX-0002Eq-GR for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:45:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTMmX-0002Eh-9g for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:45:05 -0500 Original-Received: from relay03.kiev.sovam.com ([62.64.120.201]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JTMmS-0006bn-I3; Sun, 24 Feb 2008 14:45:01 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay03.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1JTMmL-000NcS-Lu; Sun, 24 Feb 2008 21:44:57 +0200 In-Reply-To: <20080224082054.GA1073@muc.de> (Alan Mackenzie's message of "Sun, 24 Feb 2008 08:20:54 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-amd64-linux-gnu) X-Scanner-Signature: 7b6940144bc5d56bdacd12344196c2df X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 2309 [Feb 24 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: none X-SpamTest-Rate: 11 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) 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:90265 Archived-At: >> The bug was in incorrect fontification, right? > > Incorrect fontification over the entire buffer after the #warning line > (or at least until the next apostrophe within a comment). It also made > M-[ae] (statement/sentence movement) and C-M-[ae] (function movement) and > probably quite a lot else (anything involving the syntax table) go > haywire. There are many other modes that often cause incorrect fontification after a quote or some other special character. Is there a way to prevent such incorrect fontification (other than a hack of modifying the source file and putting the closing character in the comments)? Maybe there should be a limit on the maximum length of a string to fontify as a string? -- Juri Linkov http://www.jurta.org/emacs/