From: Yuval A. <yuv...@gm...> - 2015-11-15 14:43:32
|
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 |