From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Calling C++ hackers. Please try out the new handling of C++11 lambda functions in CC Mode. Date: Mon, 15 Aug 2016 19:17:02 +0300 Message-ID: <83oa4uf1mp.fsf@gnu.org> References: <20160815122412.GA4515@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1471277910 6141 195.159.176.226 (15 Aug 2016 16:18:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2016 16:18:30 +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 Aug 15 18:18:27 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bZKao-0001PM-IT for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2016 18:18:26 +0200 Original-Received: from localhost ([::1]:37909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZKal-0003kR-JV for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2016 12:18:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZKZf-0003hy-QU for emacs-devel@gnu.org; Mon, 15 Aug 2016 12:17:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZKZZ-00058w-Qi for emacs-devel@gnu.org; Mon, 15 Aug 2016 12:17:14 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZKZZ-00058g-NY; Mon, 15 Aug 2016 12:17:09 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1958 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bZKZX-0005TC-L8; Mon, 15 Aug 2016 12:17:08 -0400 In-reply-to: <20160815122412.GA4515@acm.fritz.box> (message from Alan Mackenzie on Mon, 15 Aug 2016 12:24:13 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206603 Archived-At: > Date: Mon, 15 Aug 2016 12:24:13 +0000 > From: Alan Mackenzie > > Hello Emacs. > > I've just committed a first version of C++11 lambda function handling > into the master branch. It is intended to handle both indentation and > font locking. Thanks!