comparison man/ses.texi @ 65220:0034e1284e23

Combine all three indices into one. Correct a few typos.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 29 Aug 2005 22:58:34 +0000
parents 3723093a21fd
children 69b3598a61c5 a3716f7538f2
comparison
equal deleted inserted replaced
65219:475a6c2f1187 65220:0034e1284e23
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header 2 @c %**start of header
3 @setfilename ../info/ses 3 @setfilename ../info/ses
4 @settitle SES: Simple Emacs Spreadsheet 4 @settitle SES: Simple Emacs Spreadsheet
5 @setchapternewpage off 5 @setchapternewpage off
6 @syncodeindex fn cp
7 @syncodeindex vr cp
8 @syncodeindex ky cp
6 @c %**end of header 9 @c %**end of header
7 10
8 @copying 11 @copying
9 This file documents SES: the Simple Emacs Spreadsheet. 12 This file documents SES: the Simple Emacs Spreadsheet.
10 13
532 @lisp 535 @lisp
533 (+ A1 A3 A4) 536 (+ A1 A3 A4)
534 @end lisp 537 @end lisp
535 and the new row is not included in the sum. 538 and the new row is not included in the sum.
536 539
537 The macro @code{(ses-range @var{from} @var{to})} evalutes to a list of 540 The macro @code{(ses-range @var{from} @var{to})} evaluates to a list of
538 the values in a rectangle of cells. If your formula is 541 the values in a rectangle of cells. If your formula is
539 @lisp 542 @lisp
540 (apply '+ (ses-range A1 A3)) 543 (apply '+ (ses-range A1 A3))
541 @end lisp 544 @end lisp
542 and you insert a new second row, it becomes 545 and you insert a new second row, it becomes
653 tabs, so these are replaced with question marks. 656 tabs, so these are replaced with question marks.
654 657
655 @table @kbd 658 @table @kbd
656 @item C-c C-t 659 @item C-c C-t
657 Confine a cell to its own column (@code{ses-truncate-cell}). This 660 Confine a cell to its own column (@code{ses-truncate-cell}). This
658 alows you to move point to a rightward cell that would otherwise be 661 allows you to move point to a rightward cell that would otherwise be
659 covered by a spill-over. If you don't change the rightward cell, the 662 covered by a spill-over. If you don't change the rightward cell, the
660 confined cell will spill over again the next time it is reprinted. 663 confined cell will spill over again the next time it is reprinted.
661 664
662 @item C-c C-c 665 @item C-c C-c
663 When applied to a single cell, this command displays in the echo area any 666 When applied to a single cell, this command displays in the echo area any
702 and you must press Y to approve it or N to use a substitute. The 705 and you must press Y to approve it or N to use a substitute. The
703 substitute always signals an error. 706 substitute always signals an error.
704 707
705 Formulas or printers that you type in are checked immediately for 708 Formulas or printers that you type in are checked immediately for
706 safety. If found to be possibly unsafe and you press N to disapprove, 709 safety. If found to be possibly unsafe and you press N to disapprove,
707 the action is cancelled and the old formula or printer will remain. 710 the action is canceled and the old formula or printer will remain.
708 711
709 Besides viruses (which try to copy themselves to other files), 712 Besides viruses (which try to copy themselves to other files),
710 @code{unsafep} can also detect all other kinds of Trojan horses, such as 713 @code{unsafep} can also detect all other kinds of Trojan horses, such as
711 spreadsheets that delete files, send email, flood Web sites, alter 714 spreadsheets that delete files, send email, flood Web sites, alter
712 your Emacs settings, etc. 715 your Emacs settings, etc.
917 cell. 920 cell.
918 @end table 921 @end table
919 922
920 @c =================================================================== 923 @c ===================================================================
921 @node Index, Acknowledgements, For Gurus, Top 924 @node Index, Acknowledgements, For Gurus, Top
922 @unnumbered Concept Index 925 @unnumbered Index
923 926
924 @printindex cp 927 @printindex cp
925
926 @heading Function Index
927
928 @printindex fn
929
930 @heading Variable Index
931
932 @printindex vr
933
934 928
935 @c =================================================================== 929 @c ===================================================================
936 930
937 @node Acknowledgements, , Index, Top 931 @node Acknowledgements, , Index, Top
938 @chapter Acknowledgements 932 @chapter Acknowledgements