I downloaded and installed the matlab-emacs project from
http://matlab-emacs.sourceforge.net/ using the dl_emacs_support.m script
and edited my .emacs file according to the instructions.
When I run
M-x matlab-shell
The matlab shell runs successfully, and the following line is shown:
>>
2015 at 7:48 AM, Yuval A. wrote:
> I downloaded and installed the matlab-emacs project from
> http://matlab-emacs.sourceforge.net/ using the dl_emacs_support.m script
> and edited my .emacs file according to the instructions.
>
> When I run
>
> M-x matlab-shell
ode-hook 'auto-complete-mode)
;;(setq auto-mode-alist
;;(cons
;; '("\\.m$" . matlab-mode)
;; auto-mode-alist))
;; Enable CEDET feature support for MATLAB code. (Optional)
(matlab-cedet-setup)
On Wed, Sep 16, 2015 at 8:28 PM, Dennis Ogbe wrote:
> Do you have
>
>
> You may only need (server-start) in your .emacs file.
>
>
>
> Try using emacsclient by itself, and when that works, your Matlab shell
> should be good too.
>
>
>
> Eric
>
>
>
> *From:* Yuval A. [mailto:yuval@gmail.com]
> *Sent:* Thursday, September 1
Hi,
When I copy-pasted a simple text into the matlab-shell, it makes emacs
freeze.
This issue is reproducible (emacs 24.3, matlab 2014b)
To reproduce, simply copy paste the following and press RET
ne = 20; struct('Tcnt', 100e3, 'max_step_size', [ .001 .01 .1 1], ...
'sparse_w