From: Eric L. <Eri...@ma...> - 2015-12-02 17:03:44
|
Hi Yuval, If you set: M-x toggle-debug-on-quit RET then the next time you get a hang, press C-g to see the stack. Hopefully that will help you find the offending code, and perhaps someone can come up with a patch. Eric From: Yuval A. [mailto:yuv...@gm...] Sent: Sunday, November 15, 2015 9:43 AM To: mat...@li... Subject: [Matlab-emacs-discuss] Matlab shell freezes emacs when entering a multiline text 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 |