From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66781 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: functionp bug Date: Thu, 10 Apr 2008 17:17:40 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207862349 1173 80.91.229.12 (10 Apr 2008 21:19:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 21:19:09 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: ding-owner+M15264@lists.math.uh.edu Thu Apr 10 23:19:41 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jk4Au-0002IK-Qf for ding-account@gmane.org; Thu, 10 Apr 2008 23:19:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Jk49V-0001BC-Iw; Thu, 10 Apr 2008 16:17:49 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jk49U-0001Aw-EE for ding@lists.math.uh.edu; Thu, 10 Apr 2008 16:17:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jk49M-0000vY-A2 for ding@lists.math.uh.edu; Thu, 10 Apr 2008 16:17:48 -0500 Original-Received: from vpn-132-204-232-110.acd.umontreal.ca ([132.204.232.110] helo=ceviche.home) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jk49W-0000sB-00 for ; Thu, 10 Apr 2008 23:17:50 +0200 Original-Received: by ceviche.home (Postfix, from userid 20848) id AC11DB4055; Thu, 10 Apr 2008 17:17:40 -0400 (EDT) In-Reply-To: (Reiner Steib's message of "Thu, 10 Apr 2008 21:12:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66781 gmane.emacs.devel:94904 Archived-At: >>> it's not very important to have the Gnus 5.10.10/No Gnus 0.8 work with >>> Emacs trunk: >> >> Oh, I missed that part: the imminent release is on the "release branch" >> (the one synced with EMACS_22_BASE), not on the branch synced with the >> Emacs trunk. >> Now I understand better. > Not exactly, we will release both: > - A new stable version "Gnus 5.10.10" (from the v5-10 branch, > corresponding to EMACS_22_BASE). > - A new development (snapshot) release "No Gnus 0.8" (from the Gnus > trunk, corresponding to Emacs trunk). > But as mentioned previously, Emacs 23 users are not supposed to use > these releases, so WRT the releases, there's no problem. OK, so we still have to be careful to only install bug-fix patches into Emacs's trunk's gnus because it's getting ready for a release. Stefan