]> git.eshelyaron.com Git - emacs.git/commit
Support Guile backtraces in compilation mode.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Aug 2014 19:17:21 +0000 (21:17 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Aug 2014 19:17:21 +0000 (21:17 +0200)
commit8f944212cf4b368eb77877676e70cea9c3a6c32e
tree385c7fbb870b96d3957dfb0a18d5c08367f1783a
parent01fe01d59e38636d3950406afed33909e9df55d6
Support Guile backtraces in compilation mode.

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Add Guile regexpses.

* etc/compilation.txt (file): Add Guile backtrace example.

* test/automated/compile-tests.el (compile--test-error-line):
Grok FILE being nil.  Allows for Guile tests to pass.
(compile-tests--test-regexps-data): Add Guile tests.
etc/ChangeLog
etc/compilation.txt
lisp/ChangeLog
lisp/progmodes/compile.el
test/ChangeLog
test/automated/compile-tests.el