Original bug ID: 4628
Reporter: @dbuenzli
Status: closed (set by @damiendoligez on 2008-10-29T12:31:44Z)
Resolution: fixed
Priority: normal
Severity: feature
Version: 3.11.0+beta
Category: ~DO NOT USE (was: OCaml general)
Related to: #5044
Monitored by: @dbuenzli
Bug description
The following change to the emacs mode allows to use emacs' next error to jump to the various places of a backtrace. It doesn't however get to the character ranges, tried changing caml-error-chars-regexp without success (?).
Best,
Daniel
diff emacs/caml.el emacs/caml.el.old
794c794
< "^[A -\377]+ "\([^\"\n]+\)", [A-\377]+ \([0-9]+\)[-,:]"
"^[A-\377]+ "\([^\"\n]+\)", [A-\377]+ \([0-9]+\)[-,:]"