diff options
| author | Vincent Belaïche | 2014-06-12 08:04:48 +0200 |
|---|---|---|
| committer | Vincent Belaïche | 2014-06-12 08:04:48 +0200 |
| commit | 4f11561b823531010b1dcc67ee5cfd4f248b8e61 (patch) | |
| tree | 2c3214145553b8f0b4f74894cacbd147ba5e6740 /doc | |
| parent | c77f4a90b27fc1a8db698480ad4e93f3869a4ced (diff) | |
| download | emacs-4f11561b823531010b1dcc67ee5cfd4f248b8e61.tar.gz emacs-4f11561b823531010b1dcc67ee5cfd4f248b8e61.zip | |
Adding support for SES local printer functions
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 23fa29a7c1f..2ded8898fdc 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net> | ||
| 2 | |||
| 3 | * ses.texi: Adding documentation for SES local printer functions. | ||
| 4 | |||
| 1 | 2014-06-12 Glenn Morris <rgm@gnu.org> | 5 | 2014-06-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in: Use GNU Make features to reduce duplication. | 7 | * Makefile.in: Use GNU Make features to reduce duplication. |
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 9deb09c2ba0..48511221442 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -435,6 +435,13 @@ Centering with dashes and spill-over. | |||
| 435 | Centering with tildes (~) and spill-over. | 435 | Centering with tildes (~) and spill-over. |
| 436 | @end table | 436 | @end table |
| 437 | 437 | ||
| 438 | You can define printer function local to a sheet with command | ||
| 439 | @code{ses-define-local-printer}. For instance define printer | ||
| 440 | @samp{foo} to @code{"%.2f"} and then use symbol @samp{foo} as a | ||
| 441 | printer function. Then, if you call again | ||
| 442 | @code{ses-define-local-printer} on @samp{foo} to redefine it as | ||
| 443 | @code{"%.3f"} all the cells using printer @samp{foo} will be reprinted | ||
| 444 | accordingly. | ||
| 438 | 445 | ||
| 439 | @node Clearing cells | 446 | @node Clearing cells |
| 440 | @section Clearing cells | 447 | @section Clearing cells |