From: Jeff C. <jef...@ya...> - 2012-01-24 04:40:46
|
Hi, everyone, I found the link on error inside the matlab shell seemed not to work as expected. For example, when I run a selected region in a matab script that calls MyClass, which has an error in method1, the matlab shell shows an error message like below Error in ==> MyClass>MyClass.method1 at 47 Then I click return with cursor on this error message line and expect emacs to bring up MyClass.m in a buffer and leave the cursor at line 47. However emacs opens an empty buffer named as MyClass instead. I wonder if you have encountered a similar issue and have a way to solve this problem. The environment I found this problem is emacs 23.2, matlab 2011a, linux 64bit and the latest matlab mode. Thanks a lot Jeff |