shen-elisp icon indicating copy to clipboard operation
shen-elisp copied to clipboard

How to evaluate emacs lisp functions

Open MHOOO opened this issue 9 years ago • 3 comments
trafficstars

Title says all: how can I evaluate an elisp function? Apparently every fn that I type in is prefixed with "shen/" so functions defined in elisp can't be found.

MHOOO avatar Oct 08 '16 19:10 MHOOO

I have not yet added an FFI. Since you're the first to bring it up do you have any feedback on syntax?

deech avatar Oct 08 '16 19:10 deech

How about simply assuming everything is under the 'el' namespace. So 'point' would be accessible via '(el/point)'.

Gesendet mit AquaMail für Android http://www.aqua-mail.com

Am 8. Oktober 2016 9:47:47 nachm. schrieb deech [email protected]:

I have not yet added an FFI. Since you're the first to bring it up do you have any feedback on syntax?

You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/deech/shen-elisp/issues/11#issuecomment-252444520

MHOOO avatar Oct 09 '16 09:10 MHOOO

I'm also interested in calling elisp functions from shen. In my case org-mode code from shen-elisp.

dysinger avatar Dec 21 '18 02:12 dysinger