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: Tue, 02 Jul 2002 15:44:59 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200207022044.g62KixU19324@d-ip-129-15-78-125.cs.ou.edu> References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1025642978 20637 127.0.0.1 (2 Jul 2002 20:49:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2002 20:49:38 +0000 (UTC) Cc: storm@cua.dk (Kim F. Storm), Miles Bader , Francesco Potorti` , Eli Zaretskii , burton@openprivacy.org, Emacs Devel Mailing List Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PUag-0005Mk-00 for ; Tue, 02 Jul 2002 22:49:38 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17PUfr-0004Yp-00 for ; Tue, 02 Jul 2002 22:54:59 +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 17PUZA-0005sJ-00; Tue, 02 Jul 2002 16:48:04 -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 17PUWW-0005kE-00; Tue, 02 Jul 2002 16:45:20 -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 g62KixU19324; Tue, 2 Jul 2002 15:44:59 -0500 X-Authentication-Warning: d-ip-129-15-78-125.cs.ou.edu: jcast owned process doing -bs Original-To: Juanma Barranquero In-Reply-To: Message from Juanma Barranquero of "Tue, 02 Jul 2002 11:50:42 +0200." <20020702113707.5BED.LEKTU@terra.es> 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:5365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5365 Juanma Barranquero wrote: > which break on release renumberings. (Yeah, I use fboundp and featurep, > etc., but sometimes the changes are functional and checking the version > is the only option.) You said you use (lk-check-version 21 2 50). So your code doesn't break because 21.x's pre-test has version number 21.(x-1).90, right? > A more logical way to numbering releases would be welcome. Still, I > dislike the even/odd convention, because it is obvious to programmers > and people who follows closely the software development cycle, but not > so obvious to casual users and/or non-programmers. I agree. > On the same vein, upping the release to 22 doesn't seem like a good idea > to me. Emacs went from 19.X to 20.X when it incorpored MULE, I think, > and from it to 21.X with a new and much better redisplay engine able to > support images and non-proportional fonts and you-name-it. Those aren't > just incremental changes. I'd expect 22.X to be the full-Unicode-support > release :) I agree, all though I'd personally prefer 22.x to be the Gnome integration release :) > /L/e/k/t/u Jon Cast