diff options
| author | Vincent Belaïche | 2014-01-02 22:05:34 +0100 |
|---|---|---|
| committer | Vincent Belaïche | 2014-01-02 22:05:34 +0100 |
| commit | b66b98fe412a97008778b34fa76ada7d1609631c (patch) | |
| tree | 282ee059b79419b6d9e26ad2959f5af2c6a42038 /doc | |
| parent | 112720b181938915e4d4a65cd86f03d3b2f1f17e (diff) | |
| download | emacs-b66b98fe412a97008778b34fa76ada7d1609631c.tar.gz emacs-b66b98fe412a97008778b34fa76ada7d1609631c.zip | |
Add support for local printer functions in SES.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ses.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8e9321445df..4017b34f02c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * eshell.text (top): Fix incorrect info filename in an xref. | 3 | * eshell.text (top): Fix incorrect info filename in an xref. |
| 4 | 4 | ||
| 5 | 2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net> | ||
| 6 | |||
| 7 | * ses.texi: Add documentation for local printer functions. | ||
| 8 | |||
| 5 | 2014-01-02 Glenn Morris <rgm@gnu.org> | 9 | 2014-01-02 Glenn Morris <rgm@gnu.org> |
| 6 | 10 | ||
| 7 | * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. | 11 | * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. |
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. | |||
| 434 | Centering with tildes (~) and spill-over. | 434 | Centering with tildes (~) and spill-over. |
| 435 | @end table | 435 | @end table |
| 436 | 436 | ||
| 437 | You can define printer function local to a sheet with command | ||
| 438 | @code{ses-define-local-printer}. For instance define printer | ||
| 439 | @samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a | ||
| 440 | printer function. Then, if you call again | ||
| 441 | @code{ses-define-local-printer} on @samp{foo} to redefine it as | ||
| 442 | @code{"%.3f"} all the cells using printer @samp{foo} will be reprinted | ||
| 443 | accordingly. | ||
| 437 | 444 | ||
| 438 | @node Clearing cells | 445 | @node Clearing cells |
| 439 | @section Clearing cells | 446 | @section Clearing cells |