From: Leo A. <dn...@gm...> - 2011-03-13 08:40:53
|
Tested with Matlab mode 3.3.1, several recent versions of Emacs. Steps to reproduce: M-x matlab shell pause(10) RET RET RET Here, pause(10) can be any command that doesn't return immediate result. Expected result: Matlab command runs in matlab-shell buffer, Emacs can be used as normal. Observed result: Emacs quits responding to keyboard input until the command exits. This Is a serious problem, as it presents an easy way to accidentally hose your Emacs session when working with long-running commands. Can anybody reproduce and/or comment? --Leo |