From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David O'Toole" Newsgroups: gmane.emacs.devel Subject: Re: Spreadsheet display mode Date: Sun, 25 Nov 2007 00:31:05 -0500 Message-ID: <64bfe3d50711242131j3b11f98dq8093583d18c3238e@mail.gmail.com> References: <64bfe3d50711221703n6a2aa803refcae006b68a022a@mail.gmail.com> <64bfe3d50711240349m6e9d2100n4ffcf9d5607bb8ff@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195968682 22144 80.91.229.12 (25 Nov 2007 05:31:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 05:31:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 06:31:29 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IwA5X-0002Iy-VP for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 06:31:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwA5I-0000p3-NG for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 00:31:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IwA5D-0000md-Tv for emacs-devel@gnu.org; Sun, 25 Nov 2007 00:31:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IwA5D-0000ll-Di for emacs-devel@gnu.org; Sun, 25 Nov 2007 00:31:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwA5D-0000li-Au for emacs-devel@gnu.org; Sun, 25 Nov 2007 00:31:07 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IwA5C-0003et-PI for emacs-devel@gnu.org; Sun, 25 Nov 2007 00:31:07 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so334482wah for ; Sat, 24 Nov 2007 21:31:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=i357A9cDuNL5tsr0xJKuO2kUO3/zxA2EBRPFl0zJSz8=; b=Y0cJBpGf7Pv3pcNkciEHCewvdnIK2vnnD9c78UxfUjIVj7lGLKrSdbZ2Y0/5CeOcLT2C2WnZpbXtGJTC8JbCa8nFRWqlVxf2EVawd+ytB8MWIz3nGYN/9tMKlGKjJIuZPUvb1iXVYGJYdpSczQy/V6s8p8/oRooqL/gH8qOL2T8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YkaNIU061oULJH52ib8sJKDjsIijTFiOFc0OF5hDR72qcpHa8q07cAfb/LGO/X0JiwIfHWoQpKN5WkKnz9iJXE212SKnURQEM1yOkK0Z2SYf3bpPqE5+GqfVoDXoAcLo28gCcBmSTRDw0ke+ivvyO6wclAKENYcmU3U1OJq4FTA= Original-Received: by 10.115.109.1 with SMTP id l1mr556795wam.1195968665441; Sat, 24 Nov 2007 21:31:05 -0800 (PST) Original-Received: by 10.114.169.15 with HTTP; Sat, 24 Nov 2007 21:31:05 -0800 (PST) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 136ed4ea1258fbe3 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.devel:84105 Archived-At: On Nov 24, 2007 5:05 PM, Richard Stallman wrote: > I think you are saying that the base data structure is not text at all, > rather Lisp data, and the only text that is used is the generated > text that you use for the display. Is that right? Correct. I could change this if you want, because the display code doesn't depend on it. But first I would like to move the spreadsheet-drawing code into its own .el file, and post a revised version of that.