From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.0.99 Date: Tue, 24 Apr 2007 15:10:21 +0300 Message-ID: References: <87ejma1o37.fsf@stupidchicken.com> <17965.39496.572942.836736@farnswood.snap.net.nz> <17965.41759.649245.855776@farnswood.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1177416641 4283 80.91.229.12 (24 Apr 2007 12:10:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 12:10:41 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 14:10:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HgJqt-0004Jj-QW for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 14:10:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJwK-0003IQ-2j for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 08:16:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgJwH-0003II-AI for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:16:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgJwF-0003I6-0G for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:16:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJwE-0003I3-QV for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:16:06 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgJqi-0004NU-Op for emacs-devel@gnu.org; Tue, 24 Apr 2007 08:10:24 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-241-38.inter.net.il [84.228.241.38]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HRK32022 (AUTH halo1); Tue, 24 Apr 2007 15:10:22 +0300 (IDT) In-reply-to: <17965.41759.649245.855776@farnswood.snap.net.nz> (message from Nick Roberts on Tue, 24 Apr 2007 18:26:39 +1200) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69929 Archived-At: > From: Nick Roberts > Date: Tue, 24 Apr 2007 18:26:39 +1200 > Cc: cyd@stupidchicken.com, emacs-devel@gnu.org > > > It cannot be changed without changes > > elsewhere; e.g., report-emacs-bug knows about the numbering scheme, > > and so do the files involved in setting the minor version number > > during the build process. > > > > In other words, I think it's too late to change this for Emacs 22. > > Well report-emacs-bug just seems to look for three dots: > > (string-match "\\..*\\..*\\." "22.0.98.1") Yes, and you seemed to be suggesting that we change that, so that now non-pretest builds are X.Y.Z.1,2,3,... while pretest versions are A.B.C.D.E.1,2,3... > What are the other files? loadup.el, for example, and make-dist. Probably others as well, I don't remember. > Do they just test for three dots also? Some do, some don't, please take a look.