dto / cell-mode

An abstract spreadsheet display engine for GNU Emacs.

This URL has Read+Write access

name age message
file COPYING Sun Jan 04 04:28:51 -0800 2009 first commit [dto]
file README Sun Jan 04 04:31:18 -0800 2009 added grid and updated copyright notices [dto]
file cell.el Thu Apr 02 12:11:24 -0700 2009 changes [dto]
file grid.el Sun Jan 04 04:31:18 -0800 2009 added grid and updated copyright notices [dto]
README
This is the README file for cell-mode, an abstract spreadsheet display
engine for GNU Emacs. It's been through many versions, but is
currently in alpha release.

Files in this distribution: 

 cell.el      The source code for cell-mode. 
              Place this in your load-path and do (require 'cell)
 grid.el      The underlying grid representation, separated out as a library.

 COPYING      GNU General Public License Version 3 text.
 README       The file you are reading.