Open MHOOO opened 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?
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
I'm also interested in calling elisp functions from shen. In my case org-mode code from shen-elisp.
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.