On Thu, Nov 22, 2007 at 01:36:40PM +0200, Omer Zak wrote: > I googled and searched, but found no way to do it, short of > recompiling the entire Emacs. > > Is there any way to do this, short of expensive RPC or pipe > mechanisms?
The standard way of interfacing emacs to an external program is by using IPC (pipes, etc). If you insist on loading your DLL into the emacs address space, without recompiling emacs first, the only way I can think of doing it is using ptrace... Cheers, Muli ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
