[EMAIL PROTECTED] wrote: > is it possible to call emacs elisp-functions from my C/C++ program? You can use gnuclient/emacsclient to force an existing (X)Emacs process to execute elisp commands. If you wanted to execute elisp within the program itself, you would have to make your program an extended version of (X)Emacs. There isn't a `libemacs' that lets you embed an elisp interpreter, like there is for e.g. Tcl. -- Glynn Clements <[EMAIL PROTECTED]>
- C-Code and elisp darkstar
- Glynn Clements