From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#24246: 25.0.95; (c++-mode) custom/extra types not getting highlighted (as a type) after a wrapper::type argument. Date: Thu, 18 Aug 2016 09:49:33 +0000 Message-ID: <20160818094932.GB3030@acm.fritz.box> References: <86inv0ph8m.fsf@gmail.com> <20160817182121.GB5258@acm.fritz.box> <8660qzkvsa.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1471513887 20823 195.159.176.226 (18 Aug 2016 09:51:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2016 09:51:27 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) To: Arash , 24246-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 18 11:51:23 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1baJys-00055x-Ki for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Aug 2016 11:51:22 +0200 Original-Received: from localhost ([::1]:51606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baJyp-0001w5-QQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Aug 2016 05:51:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baJyb-0001rR-Qt for bug-gnu-emacs@gnu.org; Thu, 18 Aug 2016 05:51:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baJyZ-0005TE-6t for bug-gnu-emacs@gnu.org; Thu, 18 Aug 2016 05:51:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:34868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baJyZ-0005SX-4j; Thu, 18 Aug 2016 05:51:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1baJyX-0006uR-Tx; Thu, 18 Aug 2016 05:51:01 -0400 Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Thu, 18 Aug 2016 09:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 24246 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Mail-Followup-To: 24246@debbugs.gnu.org, acm@muc.de, pbqbqp@gmail.com Original-Received: via spool by 24246-done@debbugs.gnu.org id=D24246.147151380526484 (code D ref 24246); Thu, 18 Aug 2016 09:51:01 +0000 Original-Received: (at 24246-done) by debbugs.gnu.org; 18 Aug 2016 09:50:05 +0000 Original-Received: from localhost ([127.0.0.1]:60811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1baJxd-0006t6-62 for submit@debbugs.gnu.org; Thu, 18 Aug 2016 05:50:05 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:29413) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1baJxb-0006sw-Db for 24246-done@debbugs.gnu.org; Thu, 18 Aug 2016 05:50:03 -0400 Original-Received: (qmail 32803 invoked by uid 3782); 18 Aug 2016 09:50:02 -0000 Original-Received: from acm.muc.de (p548C63BB.dip0.t-ipconnect.de [84.140.99.187]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 18 Aug 2016 11:50:00 +0200 Original-Received: (qmail 3607 invoked by uid 1000); 18 Aug 2016 09:49:33 -0000 Content-Disposition: inline In-Reply-To: <8660qzkvsa.fsf@gmail.com> 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.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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" Xref: news.gmane.org gmane.emacs.bugs:122352 Archived-At: Hello, Arash. On Thu, Aug 18, 2016 at 12:33:33AM +0430, Arash wrote: > Thanks, fontification for function decs/defs got fixed but the problem > still exists in e.g. init step of a for loop... > for (wrapper::type a = 0, int32 b = 0; ; ) { > ... > } This is actually a different bug - if you delete the "::", the problem is still there. I've submitted bug #24258 for this problem, and I'm working on it. I'm closing the original bug now, since it appears to be fixed. -- Alan Mackenzie (Nuremberg, Germany).