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: next emacs version? Date: Fri, 19 Mar 2010 21:02:29 +0200 Message-ID: <83bpeki18a.fsf@gnu.org> References: <56D10E2523764AC98D99CEBC55DBAD93@us.oracle.com> <83iq8sigyq.fsf@gnu.org> <83d3z0i3nu.fsf@gnu.org> <911BA1D06CEB4306924D0069BA2D3DFF@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1269025609 18844 80.91.229.12 (19 Mar 2010 19:06:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Mar 2010 19:06:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 19 20:06:44 2010 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.69) (envelope-from ) id 1NshWB-0003uL-Ha for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 20:06:25 +0100 Original-Received: from localhost ([127.0.0.1]:46992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NshWA-00053z-Md for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 15:05:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NshSc-0000zY-Kr for emacs-devel@gnu.org; Fri, 19 Mar 2010 15:02:18 -0400 Original-Received: from [140.186.70.92] (port=44040 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NshSb-0000yC-78 for emacs-devel@gnu.org; Fri, 19 Mar 2010 15:02:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NshSZ-0007f6-LP for emacs-devel@gnu.org; Fri, 19 Mar 2010 15:02:16 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:41428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NshSZ-0007ey-Dg for emacs-devel@gnu.org; Fri, 19 Mar 2010 15:02:15 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KZJ00F00M6N5000@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 19 Mar 2010 21:02:14 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.182.236]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZJ00EMUM7PK220@a-mtaout22.012.net.il>; Fri, 19 Mar 2010 21:02:14 +0200 (IST) In-reply-to: <911BA1D06CEB4306924D0069BA2D3DFF@us.oracle.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:122305 Archived-At: > From: "Drew Adams" > Cc: > Date: Fri, 19 Mar 2010 11:46:18 -0700 > > Chong Yidong2010-02-21 21:12:46Revision ID: > cyd@stupidchicken.com-20100221211246-i6nketjrj58mq1qt > > * files.el (directory-listing-before-filename-regexp): Use > stricter matching for iso-style dates, to avoid false matches with > date-like filenames (Bug#5597). This is revision 99545, which is before the branch. So this change will be both in Emacs 23.2 and Emacs 24. > (The site is so slow and keeps telling me "Please try again. Sorry, there was a > problem connecting to the Launchpad server." that it's almost unusable. I had to > kill my browser, IE7, a couple of times and start over. And it kept telling me > that the page was running a script that was slowing things down so much that it > advised me to stop it.) Why don't you install Bazaar? Even if you don't build your own binaries, the ability to browse sources and history locally can be a boon. > The question remains, however, which >, <=, etc. test could do the job robustly, > since the dev version is 24.0.50.1 and the first corresponding release will be > 23.2? I think you want `(version<= emacs-version "23.2")'.