From: Eric L. <el...@ma...> - 2006-02-21 15:05:17
|
>>> mail-vif.mathworks.com ([144.212.95.18]) by MESSAGE-AH.ad.mathworks.com with Microsoft SMTPSVC(6.0.3790.211); seems to think that: >It seems matlab-mode does not recognize a block comment in an m-file: %{ >----------- %} >Is there any fix to make it works? >Thank you. Hi, Block comments should be supported for font lock. The version in CVS found from matlab-emacs.sf.net should have it. Because MATLAB comments and block-comments can not be identified w/ the classic Emacs mechanism, you may find some delays while highlighting these multi-line structures, much as if 0, end structures are highlighted. C-l will often solve the problem. Good Luck Eric -- Eric Ludlam The MathWorks x 7556 el...@ma... http://www.siege-engine.com http://www.mathworks.com |