From: David E. <de...@ra...> - 2011-08-12 16:40:52
|
Graham Taylor writes: > Hello,I'm having problems when executing a region with C-c C-r > (matlab-shell-run-region) when the region contains a line like: > fprintf('My number is %d\n",4); This also happens with sprintf > lines. It seems that matlab-emacs interprets everything after the % as > a comment, and so only the first part of the line is executed. I'm > not an emacs lisp hacker at all. Does anyone have a solution? Graham That bug should be already fixed; please update from CVS. -David |