From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Extensive changes during pretest Date: Sun, 24 Feb 2008 06:18:41 +0200 Message-ID: References: <20080223215234.GA3476@muc.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203826736 8906 80.91.229.12 (24 Feb 2008 04:18:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 04:18:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 05:19:21 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 1JT8Ke-0005y5-Bk for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 05:19:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT8K9-0004Cg-0X for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 23:18:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT8K5-0004CZ-6H for emacs-devel@gnu.org; Sat, 23 Feb 2008 23:18:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT8K2-0004CL-RH for emacs-devel@gnu.org; Sat, 23 Feb 2008 23:18:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT8K2-0004CI-LH for emacs-devel@gnu.org; Sat, 23 Feb 2008 23:18:42 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT8K1-0002lI-Uo for emacs-devel@gnu.org; Sat, 23 Feb 2008 23:18:42 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-200-132.inter.net.il [84.229.200.132]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FBM24323 (AUTH halo1); Sun, 24 Feb 2008 06:18:39 +0200 (IST) In-reply-to: <20080223215234.GA3476@muc.de> (message from Alan Mackenzie on Sat, 23 Feb 2008 21:52:35 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:90205 Archived-At: > Date: Sat, 23 Feb 2008 21:52:35 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > > 2008-02-19 Alan Mackenzie > > > Set of changes so that "obtrusive" syntactic elements in a > > C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or > > unmatched paren) don't interact syntactically with stuff outside > > the CPP line. > > [ .... ] > > This was to fix a bug reported by a user. I decided to fix it > properly, rather than with some temporary cludge (they rarely work well). > The bug report was: Was that bug really that grave to warrant such extensive changes at the last moment? The bug was in incorrect fontification, right?