Adapt compile.el to changes in MSVC diagnostics format.
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2012 07:40:05 +0000 (09:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2012 07:40:05 +0000 (09:40 +0200)
commit8111f5e6f05228e36496f3bdccad711f569acb9b
treec096c4b0c4bac69b893ef81156d9e06d3631c5d8
parent9760c73c668269cd8de4625b0137d574551c98e5
Adapt compile.el to changes in MSVC diagnostics format.

 lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
 Adjust the msft regexp to the output of Studio 2010, and move msft
 before edg-1.  See the discussion on emacs-devel,
 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
 for the details.

 etc/compilation.txt (msft): Add error messages in new Studio 2010
 format.

 test/automated/compile-tests.el (compile-tests--test-regexps-data):
 Add data for msft's new format.
etc/ChangeLog
etc/compilation.txt
lisp/ChangeLog
lisp/progmodes/compile.el
test/ChangeLog
test/automated/compile-tests.el