From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] support a few of the new features of C++11 in syntax highlighting Date: Sun, 16 Nov 2014 18:36:14 +0100 Message-ID: <2922484.gNxKJzz3zL@descartes> References: <87lhu8rrtm.fsf@wanadoo.es> <20140511220947.GD2759@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1416159423 21559 80.91.229.3 (16 Nov 2014 17:37:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 17:37:03 +0000 (UTC) Cc: =?ISO-8859-1?Q?=D3scar?= Fuentes , Alan Mackenzie To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 18:36:56 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Xq3ku-0004Yk-Dz for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 18:36:56 +0100 Original-Received: from localhost ([::1]:44580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq3ku-00084j-2O for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 12:36:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq3kZ-00084R-Nr for emacs-devel@gnu.org; Sun, 16 Nov 2014 12:36:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xq3kS-0006mo-8Q for emacs-devel@gnu.org; Sun, 16 Nov 2014 12:36:35 -0500 Original-Received: from ptmx.org ([178.63.28.110]:52847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xq3kS-0006mQ-1h for emacs-devel@gnu.org; Sun, 16 Nov 2014 12:36:28 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id DE0F22C998; Sun, 16 Nov 2014 18:36:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mQ4hw+dEa9DY; Sun, 16 Nov 2014 18:36:24 +0100 (CET) Original-Received: from descartes.localnet (chello080109100138.16.15.univie.teleweb.at [80.109.100.138]) by ptmx.org (Postfix) with ESMTPSA id 91DCA2C8B7; Sun, 16 Nov 2014 18:36:23 +0100 (CET) User-Agent: KMail/4.13.3 (Linux/3.13.0-39-generic; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140511220947.GD2759@acm.acm> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177327 Archived-At: Hi, On Sunday 11 May 2014 22:09:47 Alan Mackenzie wrote: > These features are available in the c++11-0-1 branch of the CC Mode > repository at http://hg.code.sf.net/p/cc-mode/cc-mode, best downloade= d by > prefixing the address with 'hg clone ', and appending it with a new > directory name. >=20 > As already stated, help in implementing further C++11 features would = be > welcome. is there a time plan for merging the branch into Emacs? Right now I th= ink the=20 situation is a bit frustrating and confusing. Basic C++11 support is n= ot=20 working in branch Emacs, except for the "enum class" support that got m= erged=20 in directly. There are several patches for syntax highlight, but that'= s=20 supposed to work in your branch already. However merging the cc-mode b= ranch=20 into Emacs is, if I understand your description right, not straight for= ward=20 and requires extra work. How stable is the c++11 branch? Now that 24.4 has shipped, couldn't it= be=20 merged? I think that would open it up to far more contributors and tes= ters=20 than keeping it in a separate project. Regards, R=C3=BCdiger