File: ses.el.html

Defined variables (31)

ses--completion-tableSet globally to what completion table to use depending on type
ses--list-orig-bufferCalling buffer for SES listing help.
ses--ses-buffer-listA list of buffers containing a SES spreadsheet.
ses-after-entry-functionsThings to do after entering a value into a cell.
ses-box-propDisplay properties to create a raised box for cells in the header line.
ses-call-printer-returnSet to t if last cell printer invoked by ‘ses-call-printer’ requested
ses-completion-keysList for keys that can be used for completion while editing.
ses-header-line-menuContext menu when mouse-3 is used on the header-line in an SES buffer.
ses-initial-column-widthInitial width of columns in a new spreadsheet.
ses-initial-default-printerInitial default printer for a new spreadsheet.
ses-initial-file-contentsThe initial contents of an empty spreadsheet.
ses-initial-file-trailerInitial contents for the file-trailer area at the bottom of the file.
ses-initial-global-parametersInitial contents for the three-element list at the bottom of the data area.
ses-initial-global-parameters-reMatch Global parameters for .
ses-initial-sizeInitial size of a new spreadsheet, as a cons (NUMROWS . NUMCOLS).
ses-jump-cell-name-functionFunction to process the string passed to function ‘ses-jump’.
ses-jump-prefix-functionFunction that takes the prefix argument passed to function ‘ses-jump’.
ses-localvarsBuffer-local variables used by SES.
ses-menuMenu bar menu for SES.
ses-mode-edit-mapLocal keymap for SES minibuffer cell-editing.
ses-mode-hookHook functions to be run upon entering SES mode.
ses-mode-mapLocal keymap for Simple Emacs Spreadsheet.
ses-paramfmt-plistFormats of "Global parameters" various parameters in the data
ses-paramlines-plistOffsets from "Global parameters" line to various parameter lines in the
ses-print-data-boundaryMarker string denoting the boundary between print area and data area.
ses-read-cell-historyList of formulas that have been typed in.
ses-read-printer-historyList of printer functions that have been typed in.
ses-relocate-returnSet by ‘ses-relocate-formula’ and ‘ses-relocate-range’, read by
ses-self-reference-early-detectionNon-nil if cycle detection is early for cells that refer to themselves.
ses-standard-printer-functionsList of print functions to be included in initial history of printer functions.
ses-start-timeTime when current operation started.

Defined functions (181)

copy-ses--locprn(ARG)
make-ses--locprn
make-ses--locprn--cmacro
ses+(&rest ARGS)
ses--,@(EXP)
ses--advice-copy-region-as-kill(CRAK-FUN BEG END &rest ARGS)
ses--advice-yank(YANK-FUN &optional ARG &rest ARGS)
ses--blank-line-needs-printing-p()
ses--cell(SYM VALUE FORMULA PRINTER REFERENCES)
ses--cell-at-pos(POS &optional OBJECT)
ses--clean-!(&rest X)
ses--clean-_(X Y)
ses--curcell(&optional POS)
ses--cursor-sensor-highlight(WINDOW)
ses--letref(VARS PLACE &rest BODY)
ses--local-printer(NAME DEF)
ses--locprn-compiled(CL-X)
ses--locprn-compiled--cmacro(CL-WHOLE-ARG CL-X)
ses--locprn-def(CL-X)
ses--locprn-def--cmacro(CL-WHOLE-ARG CL-X)
ses--locprn-local-printer-list(CL-X)
ses--locprn-local-printer-list--cmacro(CL-WHOLE-ARG CL-X)
ses--locprn-number(CL-X)
ses--locprn-number--cmacro(CL-WHOLE-ARG CL-X)
ses--locprn-p(CL-X)
ses--locprn-p--cmacro(CL-WHOLE-ARG CL-X)
ses--time-check(FORMAT &rest ARGS)
ses--unbind-cell-name(NAME)
ses-adjust-print-width(COL CHANGE)
ses-append-row-jump-first-column()
ses-aset-with-undo(ARRAY IDX NEWVAL)
ses-average(LIST)
ses-begin-change()
ses-calculate-cell(ROW COL FORCE)
ses-call-printer(PRINTER &optional VALUE)
ses-cell--formula(CL-X)
ses-cell--formula--cmacro(CL-WHOLE-ARG CL-X)
ses-cell--printer(CL-X)
ses-cell--printer--cmacro(CL-WHOLE-ARG CL-X)
ses-cell--properties(CL-X)
ses-cell--properties--cmacro(CL-WHOLE-ARG CL-X)
ses-cell--references(CL-X)
ses-cell--references--cmacro(CL-WHOLE-ARG CL-X)
ses-cell--symbol(CL-X)
ses-cell--symbol--cmacro(CL-WHOLE-ARG CL-X)
ses-cell-formula(ROW &optional COL)
ses-cell-p(CELL)
ses-cell-printer(ROW &optional COL)
ses-cell-property(PROPERTY-NAME ROW &optional COL)
ses-cell-property-pop(PROPERTY-NAME ROW &optional COL)
ses-cell-references(ROW &optional COL)
ses-cell-set-formula(ROW COL FORMULA)
ses-cell-symbol(ROW &optional COL)
ses-cell-value(ROW &optional COL)
ses-center(VALUE &optional SPAN FILL PRINTER)
ses-center-span(VALUE &optional FILL PRINTER)
ses-check-curcell(&rest ARGS)
ses-cleanup()
ses-clear-cell(ROW COL)
ses-clear-cell-backward(COUNT)
ses-clear-cell-forward(COUNT)
ses-col-printer(COL)
ses-col-width(COL)
ses-column-letter(COL)
ses-column-printers(PRINTERS)
ses-column-widths(WIDTHS)
ses-command-hook()
ses-copy-region(BEG END)
ses-copy-region-helper(LINE)
ses-create-cell-symbol(ROW COL)
ses-create-cell-variable(SYM ROW COL)
ses-create-cell-variable-range(MINROW MAXROW MINCOL MAXCOL)
ses-create-header-string()
ses-dashfill(VALUE &optional SPAN PRINTER)
ses-dashfill-span(VALUE &optional PRINTER)
ses-decode-cell-symbol(STR)
ses-default-printer(DEF)
ses-define-if-new-local-printer(NAME DEF)
ses-define-local-printer(NAME DEFINITION)
ses-delete-blanks(&rest ARGS)
ses-delete-column(COUNT)
ses-delete-line(COUNT)
ses-delete-row(COUNT)
ses-destroy-cell-variable-range(MINROW MAXROW MINCOL MAXCOL)
ses-dorange(CURCELL &rest BODY)
ses-edit-cell(ROW COL NEWVAL)
ses-end-of-line()
ses-export-tab(WANT-FORMULAS)
ses-export-tsf(BEG END)
ses-export-tsv(BEG END)
ses-file-format-extend-parameter-list(NEW-FILE-FORMAT)
ses-formula-record(FORMULA)
ses-formula-references(FORMULA &optional RESULT-SO-FAR)
ses-forward-or-insert(&optional COUNT)
ses-get-cell(ROW COL)
ses-goto-data(DEF &optional COL)
ses-goto-print(ROW COL)
ses-header-line-menu(ARG1)
ses-header-row(ROW)
ses-in-print-area()
ses-insert-column(COUNT &optional COL WIDTH PRINTER)
ses-insert-range()
ses-insert-range-click(EVENT)
ses-insert-row(COUNT)
ses-insert-ses-range()
ses-insert-ses-range-click(EVENT)
ses-is-cell-sym-p(SYM)
ses-jump(&optional SYM)
ses-jump-prefix(PREFIX-INT)
ses-jump-safe(CELL)
ses-kill-override(BEG END)
ses-killbuffer-hook()
ses-list-local-printers(&optional LOCAL-PRINTER-HASHMAP)
ses-list-named-cells(&optional NAMED-CELL-HASHMAP)
ses-load()
ses-local-printer-compile(PRINTER)
ses-make-cell(&optional SYMBOL FORMULA PRINTER REFERENCES)
ses-make-cell--cmacro(CL-WHOLE-ARG &optional SYMBOL FORMULA PRINTER REFERENCES)
ses-make-local-printer-info(DEF &optional (COMPILED (ses-local-printer-compile def)) (NUMBER ses--numlocprn))
ses-mark-column()
ses-mark-row()
ses-menu(ARG1)
ses-mode()
ses-plist-delq(PLIST PROP)
ses-prin1(VALUE)
ses-print-cell(ROW COL)
ses-print-cell-new-width(ROW COL)
ses-printer-record(PRINTER)
ses-printer-validate(PRINTER)
ses-range(FROM TO &rest REST)
ses-read-cell(ROW COL NEWVAL)
ses-read-cell-printer(NEWVAL)
ses-read-column-printer(COL NEWVAL)
ses-read-default-printer(NEWVAL)
ses-read-printer(PROMPT DEFAULT)
ses-read-symbol(ROW COL SYMB)
ses-recalculate-all()
ses-recalculate-cell(&optional CURCELL)
ses-reconstruct-all()
ses-refresh-local-printer(NAME COMPILED-VALUE)
ses-relocate-all(MINROW MINCOL ROWINCR COLINCR)
ses-relocate-formula(FORMULA STARTROW STARTCOL ROWINCR COLINCR)
ses-relocate-range(RANGE STARTROW STARTCOL ROWINCR COLINCR)
ses-relocate-symbol(SYM ROWCOL STARTROW STARTCOL ROWINCR COLINCR)
ses-rename-cell(NEW-NAME &optional CELL)
ses-renarrow-buffer()
ses-repair-cell-reference-all()
ses-replace-name-in-formula(FORMULA OLD-NAME NEW-NAME)
ses-reprint-all(&optional NONARROW)
ses-reset-header-string()
ses-safe-formula(FORMULA)
ses-safe-printer(PRINTER)
ses-select(FROMRANGE TEST TORANGE)
ses-set-cell(ROW COL FIELD VAL)
ses-set-column-width(COL NEWWIDTH)
ses-set-curcell()
ses-set-header-row(ROW)
ses-set-localvars()
ses-set-parameter(DEF VALUE &optional ELEM)
ses-set-with-undo(SYM NEWVAL)
ses-setter-with-undo(ACCESSORS NEWVAL &rest ARGS)
ses-setup()
ses-sort-column(SORTER &optional REVERSE)
ses-sort-column-click(EVENT REVERSE)
ses-sym-rowcol(SYM)
ses-tildefill-span(VALUE &optional PRINTER)
ses-truncate-cell()
ses-unload-function()
ses-unsafe(VALUE)
ses-unset-header-row()
ses-update-cells(LIST &optional FORCE)
ses-vector-delete(ARRAY IDX COUNT)
ses-vector-insert(ARRAY IDX NEW)
ses-warn-unsafe(FORMULA CHECKER)
ses-widen()
ses-write-cells()
ses-yank-cells(TEXT ARG)
ses-yank-one(ROWCOL TEXT FROM TO ARG)
ses-yank-pop(ARG)
ses-yank-resize(NEEDROWS NEEDCOLS)
ses-yank-tsf(TEXT ARG)

Defined faces (0)