From: Laurent J. <lau...@uc...> - 2010-04-29 15:35:08
|
Dear all, I have just discovered your matlab emacs mode. Very nice work!, specially the "cell mode" which was missing from the previous matlab modes for emacs. About this mode, how can I modify the configuration so that the "Run Cell/Region" is done in a quiet mode (as in Matlab)? I mean, currently, if in a given matlab script I have <code> %% Cell 1 cmd1; cmd2; cmd3; %% Cell 2 ... </code> when I run Cell 1 by launching "Run Cell" inside it, the "Matlab Shell" display >> cmd1; <output cmd1> >> cmd2; <output cmd2> >> cmd3; <output cmd3> However, I'd like to restrict the Matlab Shell display to the only outputs of the Cell 1, i.e. >> <output cmd1> <output cmd2> <output cmd3> Do you think it is possible? Displaying the cmds induces sometimes a mess in the output of a cell. Thanks a lot for your help, L. Jacques -- Dr. Laurent JACQUES Postdoctoral Researcher, FRS-FNRS, Belgium Communications and Remote Sensing Laboratory University of Louvain Batiment Stévin Place du Levant, 2 1348 Louvain-la-Neuve, Belgium Office: a.131 Tel: +32 10 47 23 16 Fax: +32 10 47 20 89 http://www.tele.ucl.ac.be/~jacques |