comparison man/ses.texi @ 90286:5b7d410e31f9

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 4-14) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (base, patch 1-7) - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187 - Update from CVS - Merge from emacs--devo--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 187) - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 25 Jan 2006 07:10:04 +0000
parents fa0da9b57058 20ff812ba5b3
children c5406394f567
comparison
equal deleted inserted replaced
90285:5251b70632c4 90286:5b7d410e31f9
186 @item ( 186 @item (
187 Self-insert an expression. The right-parenthesis is inserted for you 187 Self-insert an expression. The right-parenthesis is inserted for you
188 (@code{ses-read-cell}). To access another cell's value, just use its 188 (@code{ses-read-cell}). To access another cell's value, just use its
189 identifier in your expression. Whenever the other cell is changed, 189 identifier in your expression. Whenever the other cell is changed,
190 this cell's formula will be reevaluated. While typing in the 190 this cell's formula will be reevaluated. While typing in the
191 expression, you can use @kbd{M-TAB} to complete symbol names. 191 expression, you can use @kbd{M-@key{TAB}} to complete symbol names.
192 192
193 @item ' @r{(apostrophe)} 193 @item ' @r{(apostrophe)}
194 Enter a symbol (ses-read-symbol). SES remembers all symbols that have 194 Enter a symbol (ses-read-symbol). SES remembers all symbols that have
195 been used as formulas, so you can type just the beginning of a symbol 195 been used as formulas, so you can type just the beginning of a symbol
196 and use @kbd{SPC}, @kbd{TAB}, and @kbd{?} to complete it. 196 and use @kbd{@key{SPC}}, @kbd{@key{TAB}}, and @kbd{?} to complete it.
197 @end table 197 @end table
198 198
199 To enter something else (e.g., a vector), begin with a digit, then 199 To enter something else (e.g., a vector), begin with a digit, then
200 erase the digit and type whatever you want. 200 erase the digit and type whatever you want.
201 201
285 A printer can be a format string, like @samp{"$%.2f"}. The result 285 A printer can be a format string, like @samp{"$%.2f"}. The result
286 string is right-aligned within the print cell. To get left-alignment, 286 string is right-aligned within the print cell. To get left-alignment,
287 use parentheses: @samp{("$%.2f")}. A printer can also be a 287 use parentheses: @samp{("$%.2f")}. A printer can also be a
288 one-argument function (a symbol or a lambda), whose result is a string 288 one-argument function (a symbol or a lambda), whose result is a string
289 (right-aligned) or list of one string (left-aligned). While typing in 289 (right-aligned) or list of one string (left-aligned). While typing in
290 a lambda, you can use @kbd{M-TAB} to complete the names of symbols. 290 a lambda, you can use @kbd{M-@key{TAB}} to complete the names of symbols.
291 291
292 Each cell has a printer. If @code{nil}, the column-printer for the cell's 292 Each cell has a printer. If @code{nil}, the column-printer for the cell's
293 column is used. If that is also @code{nil}, the default-printer for the 293 column is used. If that is also @code{nil}, the default-printer for the
294 spreadsheet is used. 294 spreadsheet is used.
295 295