From: Daniel <sn...@gm...> - 2011-01-02 00:04:24
|
> Using emacsclient does not support the debugging and code evaluation, > which I have relied on heavily. There should be no difference. Since everything emacsclient does is to check if there is an emacs process running and open the file in this existing process. > Currently, I am missing on the configuration of linking the matlab > invoked in the buffer back to the current emacs session. I think your configuration should be fine if you add (server-start) to your emacs config file and use emacsinit('emacsclient -n'). This will provide the link back to emacs. |