Live data from Hacker News

SES: Simple Emacs Spreadsheet

gnu.org

1–10 of 27 posts

Re: SES: Simple Emacs Spreadsheet

#5
post #2

Cool! Is there anything roughly equivalent for Vim? The closest I could find is vim-table-mode: https://github.com/dhruvasagar/vim-table-mode .

The closest approximation is probably gritting your teeth, installing evil-mode, and using Emacs.

Re: SES: Simple Emacs Spreadsheet

#9
post #7

"Immune to viruses in spreadsheet files." I find this claim dubious.

Because?

Elsewhere in the manual it seems to imply that formulas can include arbitrary Emacs Lisp functions, which would make it quite easy to implement a virus as there appears to be no sandboxing. What it probably means is that viruses written for other spreadsheet implementations won't work on it.

Edit: never mind; I read further and it does do some sandboxing based on the same whitelisting principles as directory-local variable settings. Very clever.

Post reply on HN