From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: New undo element (fun . args) Date: Thu, 03 Feb 2005 14:13:08 -0500 Message-ID: References: <87fz0jyn19.fsf-monnier+emacs@gnu.org> <87mzunvyki.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1107458507 11872 80.91.229.6 (3 Feb 2005 19:21:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2005 19:21:47 +0000 (UTC) Cc: miles@gnu.org, snogglethorpe@gmail.com, emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 20:21:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CwmXs-0003F8-00 for ; Thu, 03 Feb 2005 20:21:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwmlG-0008Ci-0o for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 14:35:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwmgP-0005kd-Hi for emacs-devel@gnu.org; Thu, 03 Feb 2005 14:30:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwmgI-0005gn-3o for emacs-devel@gnu.org; Thu, 03 Feb 2005 14:30:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwmgG-0005f1-QD for emacs-devel@gnu.org; Thu, 03 Feb 2005 14:30:21 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwmST-0004Jv-Qg for emacs-devel@gnu.org; Thu, 03 Feb 2005 14:16:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CwmPc-000304-Ff; Thu, 03 Feb 2005 14:13:08 -0500 Original-To: Stefan Monnier In-reply-to: <87mzunvyki.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Wed, 02 Feb 2005 09:35:23 -0500) 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: main.gmane.org gmane.emacs.devel:32831 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32831 But since the same code is used for other vars as well, such as vars that relate to a particular column of the spreadsheet, it'll take a bit more effort. The problem is to decide which part of the text to associate these variables with. Is there text at the top of the column that would make sense to associate them with?