From: Christopher G. <cg...@bu...> - 2010-12-13 22:56:06
|
Hi everyone, I'm currently using Emacs 23.1.1 with Matlab R2010b with the latest matlab-emacs. When trying to use tab completion, I'm seeing some output on the screen that appear to be commands for the Matlab MCR. For example, when I type ls into the Matlab shell in Emacs, then hit tab I see the following: >> matlabMCRprocess = com.mathworks.jmi.MatlabMCR matlabMCRprocess = com.mathworks.jmi.MatlabMCR@1acfa31 >> matlabMCRprocess.mtFindAllTabCompletions('ls'), clear('matlabMCRprocess'); ans = java.lang.String[]: 'ls' 'lscan' 'lscftsh' 'lscov' 'lsf2poly' 'lsim' 'lsiminfo' 'lsline' 'lsqcurvefit' 'lsqfcnchk' 'lsqlin' 'lsqncommon' 'lsqnonlin' 'lsqnonneg' 'lsqnsetup' 'lsqr' Does anybody have a solution for this? Thanks, Chris |