From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: version comparison functions Date: Sat, 27 Aug 2005 22:44:43 -0400 Message-ID: References: <430F182A.3000909@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1125197455 13225 80.91.229.2 (28 Aug 2005 02:50:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2005 02:50:55 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 28 04:50:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9DF1-00064U-LI for ged-emacs-devel@m.gmane.org; Sun, 28 Aug 2005 04:49:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9DJ2-0000P6-C5 for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 22:54:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9DGt-0007sA-9J for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9DGo-0007pq-So for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9DGo-0007ol-Qx for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:51:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9DCN-00034h-7r for emacs-devel@gnu.org; Sat, 27 Aug 2005 22:47:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E9DA3-0003Kn-Cl; Sat, 27 Aug 2005 22:44:43 -0400 Original-To: Jason Rumney In-reply-to: <430F182A.3000909@gnu.org> (message from Jason Rumney on Fri, 26 Aug 2005 14:24:58 +0100) 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:42457 Archived-At: This may be useful as an addition to a general version number comparison, but for Emacs version numbers, I think we should DTRT based on the shorter of the two arguments: (version= "22" "22.0.50.37") => t Actually, version= was not supposed to be installed at all. It isn't necessary, since people can use string=.