aboutsummaryrefslogtreecommitdiff
path: root/dev/README
diff options
context:
space:
mode:
authorGabriel Scherer2015-06-25 10:48:03 +0200
committerGabriel Scherer2015-06-26 00:12:21 +0200
commitd974365ef5928048edb87af218f6105ae454c3b6 (patch)
tree9a51ac6865d64ce3bfb337db365d5b83d9437a02 /dev/README
parent9420069e4d0bf3bf377c950bbc41ea762fbcfce8 (diff)
dev/tool/anomaly-traces-parser.el
An .emacs-ready elisp snippet to parse location of Anomaly backtraces and jump to them conveniently from the Emacs *compilation* output.
Diffstat (limited to 'dev/README')
-rw-r--r--dev/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/README b/dev/README
index 5edf64c8f2..814f609576 100644
--- a/dev/README
+++ b/dev/README
@@ -45,3 +45,6 @@ Makefile.subdir: makefile dedicated to intensive work in a given subdirectory
Makefile.devel: utilities to automatically launch coq in various states
Makefile.common: used by other Makefiles
objects.el: various development utilities at emacs level
+anomaly-traces-parser.el: a .emacs-ready elisp snippet to parse
+ location of Anomaly backtraces and jump to them conveniently from
+ the Emacs *compilation* output.