From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: CC Mode version number for Emacs 25.2 Date: Sun, 08 Jan 2017 08:39:48 -0500 Message-ID: References: <20161218161335.GA30217@acm.fritz.box> <96d507b2-3e3b-0cad-31e6-1fcb0e110ffc@Alexander.Shukaev.name> <949b8c43-eb42-60fe-5b0c-5cf2a98d7839@Alexander.Shukaev.name> <20161222163427.GA10987@acm.fritz.box> <68e12441-2523-c226-17f5-7fd4dab7d36c@Alexander.Shukaev.name> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1483882867 9095 195.159.176.226 (8 Jan 2017 13:41:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2017 13:41:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 08 14:40:58 2017 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 1cQDiP-0000po-Fy for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2017 14:40:53 +0100 Original-Received: from localhost ([::1]:33445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQDiT-0008AD-Ie for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2017 08:40:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQDhs-00089v-3v for emacs-devel@gnu.org; Sun, 08 Jan 2017 08:40:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQDhp-0004ax-1f for emacs-devel@gnu.org; Sun, 08 Jan 2017 08:40:20 -0500 Original-Received: from [195.159.176.226] (port=45062 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQDho-0004al-RT for emacs-devel@gnu.org; Sun, 08 Jan 2017 08:40:16 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cQDhX-0002pA-Mx for emacs-devel@gnu.org; Sun, 08 Jan 2017 14:39:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:34IrL1VZO3EkGTYiDIdMbgqzKq8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:211163 Archived-At: > such a widespread and useful package is not packaged on MELPA and other > popular online archives? Actually, it should be pretty easy to provide a GNU ELPA package built right out of the emacs.git, like we do for let-alist, ntlm, and soap-client. It should "just" need the right lines to elpa.git's externals-list: ("cc-mode" :core ("lisp/progmodes/cc-mode.el" "lisp/progmodes/cc-lang.el" "lisp/progmodes/cc-awk.el" "lisp/progmodes/cc-defs.el" ...)) Plus the usual header lines in cc-mode.el. Stefan