From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Newsgroups: gmane.emacs.devel Subject: Re: NEWS entry for ses.el changes Date: Mon, 12 Nov 2012 07:01:17 +0100 Message-ID: <80ip9btl5e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352700102 16156 80.91.229.3 (12 Nov 2012 06:01:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2012 06:01:42 +0000 (UTC) To: Stefan Monnier , emacs-devel@gnu.org , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 07:01:52 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 1TXn5j-0004g9-Dc for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2012 07:01:51 +0100 Original-Received: from localhost ([::1]:37439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXn5Z-0006Ln-PQ for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2012 01:01:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXn5U-0006Gj-Tz for emacs-devel@gnu.org; Mon, 12 Nov 2012 01:01:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXn5R-0000yv-Qu for emacs-devel@gnu.org; Mon, 12 Nov 2012 01:01:36 -0500 Original-Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:22488 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXn5R-0000ym-L9 for emacs-devel@gnu.org; Mon, 12 Nov 2012 01:01:33 -0500 Original-Received: from CHOUNEK ([92.139.227.66]) by mwinf5d29 with ME id NW1W1k0011SbQck03W1WeP; Mon, 12 Nov 2012 07:01:32 +0100 X-Antivirus: avast! (VPS 121111-1, 11/11/2012), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.128 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:154827 Archived-At: > From: vincent.b.1@hotmail.fr > To: monnier@iro.umontreal.ca; emacs-devel@gnu.org; rgm@gnu.org > Subject: Re: NEWS entry for ses.el changes > Date: Mon, 12 Nov 2012 05:44:35 +0100 >=20 > Stefan Monnier a =E9crit : > >> I think that before I make this public on emacs-24 I need to make this= last > >> change + manual on trunk and then port the change to emacs-24. Would t= hat be > >> ok and along agreed practices if I proceed this way. > > > > To the extent that the code on emacs-24 is feature-frozen, the remaining > > change had better be a clear bug-fix. > > > > > > Stefan > > >=20 > Is it a bug that the mode line is not refreshed, or is it a missing > feature ? >=20 > Vincent. > One more thing about the ses-rename-cell, I still have one more update to do on it: named cells in formula should not relocate. That is to say if toto is the name of a cell, then wherever I paste cell formula `(1+ toto)' it should remain `(1+ toto)'. Using named cell will be more convenient than (symbol-value (quote xxx)) or (ses-value xxx yyy) tricks to prevent relocation, and it has the advantage that it keeps reference of the cell in the dependency list which those tricks don't do. Well, this was just to say that the feature is not yet fully mature. Vincent.