From: Guangran K. Z. <gua...@ma...> - 2010-12-30 18:11:44
|
Dear all, I am configuring matlab-emacs with Ubuntu 10.4, Emacs 23 CEDET-1.0pre7 MATLAB r2010a I intent to run Matlab within emacs through "matlab-shell". Currently, this command runs successfully. However, when I type "edit", nothing happens on the command prompt and there is no buffer created for the new file. I could not find any error message and matlab prompt is ==================================================== < M A T L A B (R) > Copyright 1984-2010 The MathWorks, Inc. Version 7.10.0.499 (R2010a) 64-bit (glnxa64) February 5, 2010 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. >> addpath('/home/kzhu/devcode/matlab-emacs/toolbox','-begin'); rehash; emacsinit('emacsclient -n'); >> edit >> ==================================================== There is no "emacsclient" installed on my machine. Given the "addpath ..." command run at startup, I suspect that there is some configuration missing to link the matlab to the current emacs. Any comment on how to debug this problem? Thank you. -- Sincerely yours, Kevin Guangran Zhu (PhD Candidate) Computational Electromagnetics Lab McGill University Montreal, Canada Tel: 1-514-398-1533 |