From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jon Cast Newsgroups: gmane.emacs.devel Subject: Re: No calc in pretest? Date: Wed, 03 Jul 2002 16:35:24 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200207032135.g63LZOw22583@d-ip-129-15-78-125.cs.ou.edu> References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1025732320 28191 127.0.0.1 (3 Jul 2002 21:38:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Jul 2002 21:38:40 +0000 (UTC) Cc: storm@cua.dk, miles@gnu.org, pot@gnu.org, eliz@is.elta.co.il, burton@openprivacy.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Prpg-0007Ka-00 for ; Wed, 03 Jul 2002 23:38:40 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17PrvM-0004Wa-00 for ; Wed, 03 Jul 2002 23:44:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Prq5-0001BO-00; Wed, 03 Jul 2002 17:39:05 -0400 Original-Received: from d-ip-129-15-78-125.cs.ou.edu ([129.15.78.125]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Prmk-0000rV-00; Wed, 03 Jul 2002 17:35:38 -0400 Original-Received: from ou.edu (jcast@localhost) by d-ip-129-15-78-125.cs.ou.edu (8.11.6/8.11.6) with ESMTP id g63LZOw22583; Wed, 3 Jul 2002 16:35:24 -0500 X-Authentication-Warning: d-ip-129-15-78-125.cs.ou.edu: jcast owned process doing -bs Original-To: rms@gnu.org In-Reply-To: Message from Richard Stallman of "Wed, 03 Jul 2002 14:57:14 MDT." <200207032057.g63KvEd04679@aztec.santafe.edu> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5422 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5422 Richard Stallman wrote: > It uses high-numbered "minor-minor" numbers (which I think is a > good idea), but the "minor" number of the pretest is plain > wrong! > It would perhaps be logical to use negative minor-minor version > numbers. I wonder if that would break anything. We could try it. I think this is a good idea. The only question is what minor/micro version number CVS versions should have under this scheme---the minor number of the following version and a negative micro number, or the minor number of the preceding version and a high micro number. Hmm. Jon Cast