From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ludwig PACIFICI Newsgroups: gmane.emacs.devel Subject: Include modern-cpp-font-lock into GNU Emacs Date: Mon, 6 Aug 2018 21:24:51 +0100 Message-ID: <53cad8eb-9bf1-e2d3-90cf-10a9874bf69b@lud.cc> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1533587589 12341 195.159.176.226 (6 Aug 2018 20:33:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2018 20:33:09 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 22:33:04 2018 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 1fmmBc-00037r-Nc for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 22:33:04 +0200 Original-Received: from localhost ([::1]:36217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmmDj-0005P9-6T for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 16:35:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmm3x-0006gZ-13 for emacs-devel@gnu.org; Mon, 06 Aug 2018 16:25:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmm3t-00064j-Oh for emacs-devel@gnu.org; Mon, 06 Aug 2018 16:25:09 -0400 Original-Received: from 1.mo173.mail-out.ovh.net ([178.33.111.180]:43679) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fmm3t-0005xG-6g for emacs-devel@gnu.org; Mon, 06 Aug 2018 16:25:05 -0400 Original-Received: from player761.ha.ovh.net (unknown [10.109.143.225]) by mo173.mail-out.ovh.net (Postfix) with ESMTP id 3C90ECF606 for ; Mon, 6 Aug 2018 22:24:56 +0200 (CEST) Original-Received: from [192.168.0.171] (host86-147-58-21.range86-147.btcentralplus.com [86.147.58.21]) (Authenticated sender: ludwig@lud.cc) by player761.ha.ovh.net (Postfix) with ESMTPSA id 15EAA48009F for ; Mon, 6 Aug 2018 22:24:54 +0200 (CEST) Content-Language: en-US X-Ovh-Tracer-Id: 12580524086759671270 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 10 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtiedruddtvddgudehtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecufghrlhcuvffnffculddutddm X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.33.111.180 X-Mailman-Approved-At: Mon, 06 Aug 2018 16:35:09 -0400 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:228241 Archived-At: Hello emacs-devel After a reddit post[1], I'd like to discuss with you the possibility to integrate modern-cpp-font-lock into GNU Emacs. modern-cpp-font-lock[2] is a font lock improvement for recent version of C++ - so far, up to C++17. It can be seen as an add-on of the c++-mode (part of CC Mode). I published this package to improve the C++ support in Emacs. The release cycle of C++ and Emacs are slow. Especially if not in synced, it can lead to a long time with lack of support for the language. Melpa[3] is a good place to release modern-cpp-font-lock, because it enables quicker release cycles. Let me know what are your opinions. Best regards Ludwig [1]: https://www.reddit.com/r/emacs/comments/94j39z/modern_c_font_lock_in_emacs/ [2]: https://github.com/ludwigpacifici/modern-cpp-font-lock [3]: https://melpa.org/#/modern-cpp-font-lock