From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: fontification in C++ mode Date: Sun, 31 Oct 2010 13:34:53 +0000 Message-ID: <20101031133453.GB2481@muc.de> References: <20101016202941.GC1805@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288531722 22789 80.91.229.12 (31 Oct 2010 13:28:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 13:28:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexander Klimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 14:28:30 2010 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.69) (envelope-from ) id 1PCXxU-0000LF-In for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 14:28:28 +0100 Original-Received: from localhost ([127.0.0.1]:47739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCXxU-0005ZV-0F for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 09:28:28 -0400 Original-Received: from [140.186.70.92] (port=53630 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCXxK-0005UO-R9 for emacs-devel@gnu.org; Sun, 31 Oct 2010 09:28:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCXxG-0004Bv-37 for emacs-devel@gnu.org; Sun, 31 Oct 2010 09:28:18 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:2884 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCXxF-0004Bh-PJ for emacs-devel@gnu.org; Sun, 31 Oct 2010 09:28:14 -0400 Original-Received: (qmail 95529 invoked by uid 3782); 31 Oct 2010 13:21:30 -0000 Original-Received: from acm.muc.de (pD9E23EE4.dip.t-dialin.net [217.226.62.228]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sun, 31 Oct 2010 14:21:28 +0100 Original-Received: (qmail 3832 invoked by uid 1000); 31 Oct 2010 13:34:53 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 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:132214 Archived-At: Hi, Alexander, I'm looking at this. Thanks for such a nice bug report! On Thu, Oct 28, 2010 at 11:57:53AM +0200, Alexander Klimov wrote: > Hi. > === > void f(const A& b){} > === > `f' is not treated as a function name. Note that it is not on the > first line of a file and it is the last definition. > === > void a(const A& b){} > void b(const A& b){} > === > Here both function names are not treated. > Regards, > ASK -- Alan Mackenzie (Nuremberg, Germany).