Original bug ID: 5044
Reporter: bluestorm
Status: acknowledged (set by @damiendoligez on 2011-06-01T20:52:21Z)
Resolution: open
Priority: normal
Severity: feature
Category: emacs mode
Related to: #4628 #5070
Monitored by: @gasche
Bug description
Backtrace error locations are not printed in the standard format recognized by emacs. The backtrace format is the following :
Raised at file "gUnify.ml", line 191, characters 24-64
Called from file "list.ml", line 69, characters 12-15
...
The compiler usually produces an error message formatted like this :
File "gUnify.ml", line 147, characters 2-9:
...