diff options
author | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2014-01-02 22:05:34 +0100 |
---|---|---|
committer | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2014-01-02 22:05:34 +0100 |
commit | b66b98fe412a97008778b34fa76ada7d1609631c (patch) | |
tree | 282ee059b79419b6d9e26ad2959f5af2c6a42038 /doc/misc/ses.texi | |
parent | 112720b181938915e4d4a65cd86f03d3b2f1f17e (diff) | |
download | emacs-b66b98fe412a97008778b34fa76ada7d1609631c.tar.gz |
Add support for local printer functions in SES.
Diffstat (limited to 'doc/misc/ses.texi')
-rw-r--r-- | doc/misc/ses.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index e57ed802459..11fd55e8dcb 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi @@ -434,6 +434,13 @@ Centering with dashes and spill-over. Centering with tildes (~) and spill-over. @end table +You can define printer function local to a sheet with command +@code{ses-define-local-printer}. For instance define printer +@samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a +printer function. Then, if you call again +@code{ses-define-local-printer} on @samp{foo} to redefine it as +@code{"%.3f"} all the cells using printer @samp{foo} will be reprinted +accordingly. @node Clearing cells @section Clearing cells |