The overall change is to add cell renaming, that is
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Sun, 11 Dec 2011 14:49:48 +0000 (15:49 +0100)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Sun, 11 Dec 2011 14:49:48 +0000 (15:49 +0100)
commitcf01819325c78c3d268925256fabedba6ee15424
tree38f04fb2416d5a74025ddd617868a2705f3bbc3b
parentee957461818e4568cd105c29fab5ee4a06184629
The overall change is to add cell renaming, that is
setting fancy names for cell symbols other than name matching
"\\`[A-Z]+[0-9]+\\'" regexp .
(ses-create-cell-variable): New defun.
(ses-relocate-formula): Relocate formulas only for cells the
symbols of which are not renamed, i.e. symbols whose names do not
match regexp "\\`[A-Z]+[0-9]+\\'".
(ses-relocate-all): Relocate values only for cells the symbols of
which are not renamed.
(ses-load): Create cells variables as the (ses-cell ...) are read,
in order to check row col consistency with cell symbol name only
for cells that are not renamed.
(ses-replace-name-in-formula): New defun.
(ses-rename-cell): New defun.
lisp/ChangeLog
lisp/ses.el