-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Given invalid matlab code foo1.m
%
function = 1
When we save and go (C-c C-s) or MATLAB -> save and go, we see in the matlab-shell buffer MATLAB
>> emacsrun('/home/ciolfi/tmp/foo1')
File: /home/ciolfi/tmp/foo1.m Line: 2 Column: 10
Incorrect use of '=' operator. Assign a value to a variable using '=' and compare values for equality using '=='.
Error in emacsrun (line 44)
evalin('base',cmd);
^^^^^^^^^^^^^^^^^^
the first error line, "File: ...." is not hyperlinked to the error. However, the "Error in emacsrun (line 44)" is hyperlinked.
Metadata
Metadata
Assignees
Labels
No labels