Skip to content

Hyperlink missing in matlab-shell #53

@JohnC32

Description

@JohnC32

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions