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: [ELPA] New package: vcl-mode Date: Tue, 27 Nov 2018 08:49:22 -0500 Message-ID: References: <20181127144544.12338@ulysses.gnu.org.ua> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1543326534 31403 195.159.176.226 (27 Nov 2018 13:48:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 27 Nov 2018 13:48:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Steve Purcell , Stig Sandbeck Mathisen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 27 14:48:50 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 1gRdjM-00081u-TX for ged-emacs-devel@m.gmane.org; Tue, 27 Nov 2018 14:48:49 +0100 Original-Received: from localhost ([::1]:42484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRdlS-0001ZV-PG for ged-emacs-devel@m.gmane.org; Tue, 27 Nov 2018 08:50:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRdkB-0001Xy-Hq for emacs-devel@gnu.org; Tue, 27 Nov 2018 08:49:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRdk7-0006kK-Fb for emacs-devel@gnu.org; Tue, 27 Nov 2018 08:49:39 -0500 Original-Received: from [195.159.176.226] (port=60410 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRdk5-0006dc-F8 for emacs-devel@gnu.org; Tue, 27 Nov 2018 08:49:35 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gRdhu-0006AA-WC for emacs-devel@gnu.org; Tue, 27 Nov 2018 14:47:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:V8Bkf3NZlVrLw1QqGjEHvPyLB/o= 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:231446 Archived-At: [ Including Steve and Stig which seem to know about the other vcl-mode. ] Sergey Poznyakoff writes: > I would like to propose vcl-mode for inclusion to ELPA. Sounds good. Do you have some branch with a VCS history we could include or should I add the file as-is, losing the history? BTW, I assume you intend to use the elpa.git version as the "upstream", right? One more thing, while looking for a VCS history, I saw https://github.com/ssm/elisp/blob/master/vcl-mode.el which apparently is the one advertised on https://varnish-cache.org/extras/index.html How does your code compare to that one? The name conflict between the two packages could be a source of problems if both packages keep on living their own life. Stefan