Skip to content

emacs mode: allow the use of next error with stack traces #4628

@vicuna

Description

@vicuna

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]+\)[-,:]"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions