]> git.eshelyaron.com Git - emacs.git/commit
Fix symbol completion and document it.
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Mon, 17 Jul 2017 17:58:12 +0000 (19:58 +0200)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Mon, 17 Jul 2017 17:58:12 +0000 (19:58 +0200)
commit002d6abcc76a8a83e5ea191e6f8d6dbed6b714eb
treeda9a2362e05509bb7db3686e9e2178e48f06b0f1
parent727b3df056d978c05bb5dbce5cef715b3b7c31db
Fix symbol completion and document it.

* doc/misc/ses.texi (Configuring what printer function
applies): Add description of keys for completing local printer
symbols and listing local printers in a help buffer.
(Formulas): Add decription for key to list the named cell
symbols in a help buffer.

* lisp/ses.el (ses-completion-keys): New constant.
(ses--completion-table): New defvar.
(ses--list-orig-buffer): New defvar.
(ses-mode-edit-map): Fixed for symbol completion, plus add
help functions to list named cells or local printers.
(ses-edit-cell-complete-symbol)
(ses--edit-cell-completion-at-point-function): New defuns for
completion during formula edition.
(ses-edit-cell): Redefine dynamically edit keymap for
completion keys to point at the right function.
(ses-read-printer-complete-symbol)
(ses--read-printer-completion-at-point-function): New defuns
for completion during printer edition.
(ses-read-printer): Redefine dynamically edit keymap for
completion keys to point at the right function.
(ses-list-local-printers): New defun.
(ses-list-named-cells): New defun.
doc/misc/ses.texi
lisp/ses.el