From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Donald Ephraim Curtis Newsgroups: gmane.emacs.devel Subject: Re: Allow value of PRINT_CIRCLE to be modified from Elisp? Date: Tue, 2 Oct 2012 09:07:29 -0500 Message-ID: <5C447C1B-A3E9-4B12-9FCF-779562D9AD13@milkbox.net> References: <20121002140451.GA16484@c3po> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1349196161 13472 80.91.229.3 (2 Oct 2012 16:42:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2012 16:42:41 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Toby Cubitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 02 18:42:44 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TJ5Xg-0004fw-D4 for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2012 18:41:56 +0200 Original-Received: from localhost ([::1]:51768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ5Xa-0008Iy-Ti for ged-emacs-devel@m.gmane.org; Tue, 02 Oct 2012 12:41:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ38Q-0003o5-3E for emacs-devel@gnu.org; Tue, 02 Oct 2012 10:07:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ38G-00072k-H1 for emacs-devel@gnu.org; Tue, 02 Oct 2012 10:07:42 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ38G-00072U-DU for emacs-devel@gnu.org; Tue, 02 Oct 2012 10:07:32 -0400 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 781B120707; Tue, 2 Oct 2012 10:07:30 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Tue, 02 Oct 2012 10:07:30 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=smtpout; bh=LFZjCKneWDUcEayP0q67BFUvXWg=; b=ow J/+Gd/MYT40E2oL2JWC/UmP75CIMSzkHqaZnkPOrjduoIWQqpfgqpmna5cbGyIxg VhdvIbDNt0VNGiymoCP6pklRnfzG5ZaiDOAli2a2B1DsAZBH912F61QMeK06eQEz dbTe/i4GweiDq6r2xk/FSGbQGwmLT331KUnbJm4bA= X-Sasl-enc: JY8Pjz3AimFBNasOWf8t0ER+w8V+IBDlQBKigA6iIPqv 1349186850 Original-Received: from [172.16.14.104] (unknown [192.133.84.6]) by mail.messagingengine.com (Postfix) with ESMTPA id 18CAE482748; Tue, 2 Oct 2012 10:07:30 -0400 (EDT) In-Reply-To: <20121002140451.GA16484@c3po> X-Mailer: Apple Mail (2.1498) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 X-Mailman-Approved-At: Tue, 02 Oct 2012 12:41:48 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153926 Archived-At: I think it means it *will* make the 24.3 release. My understanding is = that what is currently in `trunk` will become 24.3. dc On Oct 2, 2012, at 09:04, Toby Cubitt wrote: > On Tue, Oct 02, 2012 at 09:23:50AM -0400, Stefan Monnier wrote: >>> It seems this fix didn't make it into the emacs-24 branch. Any = reason? >>=20 >> Mostly an accident, although I also wasn't completely sure it was >> a safe change. >> In any case, the emacs-24 branch should receive all of `trunk' in >> a month or so (we just froze the trunk), so it's a bit late to fix = it. >=20 > Yup, I was aware of the feature freeze (but unfortunately didn't = realise > the fix hadn't made the emacs-24 branch until today, when Donald = pointed > it out). >=20 > Does this mean this fix won't make the 24.3 release, but will = (probably) > make the 24.4 release? >=20 > If that's correct, I'll update the version number in the warning I = added > to undo-tree (to warn people that persistent undo storage won't work = in > Emacs versions lacking this fix). >=20 > Thanks, >=20 > Toby > --=20 > Dr T. S. Cubitt > Mathematics and Quantum Information group > Department of Mathematics > Complutense University > Madrid, Spain >=20 > email: tsc25@cantab.net > web: www.dr-qubit.org