From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs versions for rst.el Date: Wed, 11 Jan 2017 18:06:23 -0500 Message-ID: <93mvexfb80.fsf@fencepost.gnu.org> References: <20170103221540.4171.87517@vcs.savannah.gnu.org> <20170103221541.47B2D2201B8@vcs.savannah.gnu.org> <19153.1483784930@eskebo.fritz.box> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484176025 21392 195.159.176.226 (11 Jan 2017 23:07:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2017 23:07:05 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: emacs-devel@gnu.org To: Stefan Merten Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 12 00:06:59 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 1cRRyq-0004oV-MX for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2017 00:06:56 +0100 Original-Received: from localhost ([::1]:57733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRRyv-0000ER-06 for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2017 18:07:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRRyN-0000EB-HV for emacs-devel@gnu.org; Wed, 11 Jan 2017 18:06:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRRyM-00071F-QB for emacs-devel@gnu.org; Wed, 11 Jan 2017 18:06:27 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRRyK-00070h-4u; Wed, 11 Jan 2017 18:06:24 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cRRyJ-0006oh-Ol; Wed, 11 Jan 2017 18:06:23 -0500 X-Spook: Drug Cain and Abel Keylogger Execution Bosnia computer X-Ran: [mTeYt3-x5VU_0+_Dg^l (Stefan Merten's message of "Sat, 07 Jan 2017 11:28:50 +0100") 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:211215 Archived-At: Stefan Merten wrote: >> [In rst-package-emacs-version-alist:] >> >>> + ("1.5.1" . "26.2") >> >> >> Hi - don't you want 26.1 there? >> >> I also note that Emacs 25.1 seems to contain 1.4.1, and 24.5 1.4.0, >> which does not seem to agree with the above alist either? > > I'm not following Emacs releases and so what I put in there is more or > less a rough guess. When I commit something to the Emacs `master` then > I'm convinced that it should go into the next available release. The Emacs version number tells you what to use. Eg current version of master = 26.0.50 -> next release from master will be 26.1. So you should have used 26.1 in place of 26.2. No need to guess, or to follow development lists.