From: Hunter M. <hun...@gm...> - 2015-11-16 12:41:18
|
I was curious, so I tried on my setup... no freeze. I have MATLAB 2015a, Emacs 24.3.1, in case it helps. -Hunter On Sun, Nov 15, 2015 at 9:43 AM, Yuval A. <yuv...@gm...> wrote: > 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_weight', [ .002 .02 .2 .25 .35 .8 8], ... > 'eta_bound_w', 0.3, 'logdet_weight',[50], > 'num_d_repeats', ne, ... > 'stepsize_diag', 10, 'n_steps_diag', 30) > > Any idea how to overcome this issue? > > Thanks, > Yuval > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Matlab-emacs-discuss mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > > |