From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#20245: 24.5; c++-mode font-lock broken by the last commit to emacs24 branch Date: Thu, 2 Apr 2015 13:32:45 +0000 Message-ID: <20150402133245.GA23848@acm.fritz.box> References: <20150402124846.96754.qmail@mail.muc.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1427981678 9580 80.91.229.3 (2 Apr 2015 13:34:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2015 13:34:38 +0000 (UTC) Cc: 20245@debbugs.gnu.org To: Oleh Krehel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 02 15:34:29 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YdfGH-0006yo-4B for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 15:34:21 +0200 Original-Received: from localhost ([::1]:58374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdfGG-0001eI-Ei for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Apr 2015 09:34:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdfGC-0001bF-7g for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2015 09:34:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdfG8-0001Le-47 for bug-gnu-emacs@gnu.org; Thu, 02 Apr 2015 09:34:16 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdfG0-0001Km-5L; Thu, 02 Apr 2015 09:34:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YdfFz-0003hn-Cz; Thu, 02 Apr 2015 09:34:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Thu, 02 Apr 2015 13:34:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20245 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Original-Received: via spool by 20245-submit@debbugs.gnu.org id=B20245.142798158714165 (code B ref 20245); Thu, 02 Apr 2015 13:34:03 +0000 Original-Received: (at 20245) by debbugs.gnu.org; 2 Apr 2015 13:33:07 +0000 Original-Received: from localhost ([127.0.0.1]:43193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YdfF4-0003gN-1o for submit@debbugs.gnu.org; Thu, 02 Apr 2015 09:33:06 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:58095 helo=mail.muc.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YdfEu-0003fs-SW for 20245@debbugs.gnu.org; Thu, 02 Apr 2015 09:32:58 -0400 Original-Received: (qmail 6302 invoked by uid 3782); 2 Apr 2015 13:32:55 -0000 Original-Received: from acm.muc.de (pD951899C.dip0.t-ipconnect.de [217.81.137.156]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 02 Apr 2015 15:32:54 +0200 Original-Received: (qmail 708 invoked by uid 1000); 2 Apr 2015 13:32:45 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:101135 Archived-At: Hello, Oleh. On Thu, Apr 02, 2015 at 03:10:57PM +0200, Oleh Krehel wrote: > The bug is reproducible with emacs -Q. You can get an example file at: > https://github.com/dune-project/dune-pdelab-howto/blob/master/src/navier-stokes/cgstokes_instat.cc > To trigger the bug, just M->, and then scroll up with the mouse to the > start of the file where the headers are. Random headers will be > partially highlighted with 'default instead of 'font-lock-string-face. Thanks. I've got that file, and I do indeed see the bug in it. > Oleh -- Alan Mackenzie (Nuremberg, Germany).