Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 22 forks source link

Add LDC compiler message pattern to be recognized in compilation mode. #37

Closed dmakarov closed 9 years ago

dmakarov commented 9 years ago

This allows the LDC compiler message parsing in *compilation* mode.

russel commented 9 years ago

Thanks for sending this in.

CyberShadow commented 8 years ago

Seriously, please stop putting optimized regexp string literals in source files. This is what rx and regexp-opt is for. This is completely unmaintainable. At least add some tests...

nordlow commented 8 years ago

I agree.

CyberShadow commented 8 years ago

https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/pull/69