all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compilation-error-regexp-alist-alist modifications
@ 2005-06-07 21:06 Markus Gritsch
  0 siblings, 0 replies; only message in thread
From: Markus Gritsch @ 2005-06-07 21:06 UTC (permalink / raw)


Hi,

I like to report two problems with the default value of 
compilation-error-regexp-alist-alist in compile.el:


* On some errors the compiler from Microsoft VisualStudio prints "fatal 
error" instead of just "error".  The entry for msft is too restrictive 
and should read

     (msft
      "^\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
: \\(?:\\(fatal \\)?error\\|warnin\\(g\\)\\) C[0-9]+:" 1 2 nil (3))

instead of

     (msft
      "^\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
: \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 1 2 nil (3))

Something similar like the following line should be added to 
etc/compilation.txt:

e:\devel\ico\SearchComponent.hpp(4) : fatal error C1083: Cannot open 
include file: 'search/Component.hpp': No such file or directory


* I am using Emacs to edit Python source files on Windows, and the files 
have sometimes spaces in their names.  I am not sure how to modify the 
caml entry, which is also responsible for matching the Python 
tracebacks.  However, it should be modified so that the following 
example line matches:

   File "Test Exmple.py", line 11, in ?


Kind regards,
Markus

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-07 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 21:06 compilation-error-regexp-alist-alist modifications Markus Gritsch

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.