From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?U8O4cmVuIFBpbGfDpXJk?= Newsgroups: gmane.emacs.help Subject: Re: Release date of Emacs 24.4? Date: Mon, 10 Feb 2014 15:23:40 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1392042429 7489 80.91.229.3 (10 Feb 2014 14:27:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 14:27:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 10 15:27:17 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCrpN-000773-6P for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 15:27:17 +0100 Original-Received: from localhost ([::1]:55866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCrpM-0000ux-OR for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Feb 2014 09:27:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCrly-0005Jn-3W for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:23:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCrlt-0006Bw-AP for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:23:45 -0500 Original-Received: from mail-vc0-x235.google.com ([2607:f8b0:400c:c03::235]:54298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCrlt-0006Bp-5S for help-gnu-emacs@gnu.org; Mon, 10 Feb 2014 09:23:41 -0500 Original-Received: by mail-vc0-f181.google.com with SMTP id ie18so4865947vcb.12 for ; Mon, 10 Feb 2014 06:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=EBA/UONwimqBxKMVQn94eJSB9e6Agzfm8v1hxHPGkxM=; b=sbKHNxE9GkFP55kbpiplVBd8iovTvHGkxgwX7b5cspgNUpX12t+ihNk3bd+9HKg7Oq bYy273HbHrLETFMbFiY/KO1KVHlDKZRtt1D4YegEzuwjblURNkPqIX99sBZuGhxkDEEY M5m9yKK/LpIFfy+KPTUvb+JPYeclWSUfhk/aPapYIwDHxMgNLFA2lvPbKbTAfo3CRMKf tug9InvZonP/rzuulczH2Qi9MF3gceHDjMBrNKPeDc9wqCTMa+NBKRHeODwdsiaUwooG /XTWUXFDeoRrviyqDfmn9D4tktlCnHaUZemx+At9VPfYB5is26RESfjOkiJdr+gEe7Mn 3+CQ== X-Received: by 10.220.133.80 with SMTP id e16mr24309656vct.13.1392042220308; Mon, 10 Feb 2014 06:23:40 -0800 (PST) Original-Received: by 10.220.188.6 with HTTP; Mon, 10 Feb 2014 06:23:40 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::235 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96018 Archived-At: On Mon, Feb 10, 2014 at 2:38 PM, Stefan Monnier wrote: >> However, I can't seem to find any information as to when Emacs 24.4. is >> expected to be released. Is this information made available, or is it >> perhaps just not known yet? > > Only Emacs knows, but sadly M-x when-is-the-next-release RET still has > a few serious bugs. > So we're left guessing. My best guess is "before summer". Here i fixed it: (defun when-is-the-next-release () (interactive) "An accurate estimate of the release date of the next Emacs version" (message "Next release is in %d days." (1+ (random 365))))