deech / shen-elisp

125 stars 11 forks source link

How to evaluate emacs lisp functions #11

Open MHOOO opened 8 years ago

MHOOO commented 8 years ago

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.

deech commented 8 years ago

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

MHOOO commented 8 years ago

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 notifications@github.com:

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

dysinger commented 5 years ago

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