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: [gmane.emacs.devel] Re: [ELPA] New package: vcl-mode Date: Thu, 29 Nov 2018 10:13:44 +0200 Message-ID: <835zwge1xj.fsf@gnu.org> References: <20181129095026.8236@ulysses.gnu.org.ua> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1543479121 6655 195.159.176.226 (29 Nov 2018 08:12:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2018 08:12:01 +0000 (UTC) Cc: steve@sanityinc.com, ssm@fnord.no, emacs-devel@gnu.org To: Sergey Poznyakoff Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 09:11:57 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 1gSHQS-0001aJ-Vd for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2018 09:11:57 +0100 Original-Received: from localhost ([::1]:52758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSHSZ-0002QF-2i for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2018 03:14:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSHSQ-0002Q0-5I for emacs-devel@gnu.org; Thu, 29 Nov 2018 03:14:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSHSO-0005yy-9Q for emacs-devel@gnu.org; Thu, 29 Nov 2018 03:13:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSHS1-0005SW-0y; Thu, 29 Nov 2018 03:13:33 -0500 Original-Received: from [176.228.60.248] (port=2152 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gSHS0-0002yX-5T; Thu, 29 Nov 2018 03:13:32 -0500 In-reply-to: <20181129095026.8236@ulysses.gnu.org.ua> (message from Sergey Poznyakoff on Thu, 29 Nov 2018 09:50:26 +0200) 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:231507 Archived-At: > From: Sergey Poznyakoff > Date: Thu, 29 Nov 2018 09:50:26 +0200 > Cc: Steve Purcell , Stig Sandbeck Mathisen > > Yes, indeed. This can be solved by naming my version vcl4-mode.el. > However, this can become misleading in the long run, e.g. if/when > VCL 5 appears, since I'm going to keep the mode in synch with any > changes in the language. I indeed think the file should be renamed, and I don't think vl4-mode.el will be misleading in the long run. But you could also choose another name, like nvcl-mode.el ("n" for "new") or some such. Thanks.