From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: fontification in C++ mode Date: Mon, 11 Oct 2010 17:31:36 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: dough.gmane.org 1286813333 12023 80.91.229.12 (11 Oct 2010 16:08:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2010 16:08:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 11 18:08:51 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 1P5Kvj-0004rA-Hl for ged-emacs-devel@m.gmane.org; Mon, 11 Oct 2010 18:08:51 +0200 Original-Received: from localhost ([127.0.0.1]:48267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5Kvi-00007E-Fx for ged-emacs-devel@m.gmane.org; Mon, 11 Oct 2010 12:08:50 -0400 Original-Received: from [140.186.70.92] (port=33445 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5KM1-00057s-3W for emacs-devel@gnu.org; Mon, 11 Oct 2010 11:32:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5KLu-0002iw-TP for emacs-devel@gnu.org; Mon, 11 Oct 2010 11:31:56 -0400 Original-Received: from www.eitan.edu ([199.203.54.24]:40895 helo=eitan.edu) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P5KLu-0002hE-KK for emacs-devel@gnu.org; Mon, 11 Oct 2010 11:31:50 -0400 Original-Received: (qmail 10732 invoked from network); 11 Oct 2010 15:31:36 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 11 Oct 2010 15:31:36 -0000 X-detected-operating-system: by eggs.gnu.org: Solaris 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:131607 Archived-At: Hi. > If any C hacker (or even better, C++ hacker) notices anything else > wrong, please let me know. Consider int main(){ } In C++ mode (unlike C mode), "main" is no longer decorated as a function-name (in bzr emacs, 2010-10-11). -- Regards, ASK