diff options
| author | Filipp Gunbin | 2019-10-29 23:06:20 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2019-10-29 23:06:20 +0300 |
| commit | 6d2c73e8c725863db5d4fbbf1a59e35ebaa5f6b4 (patch) | |
| tree | d30a8709173a1d3eed4790eef50c64ced3df2b7c /etc | |
| parent | dafc87efd0b8ef941aa4e11986095a98fce536e1 (diff) | |
| download | emacs-6d2c73e8c725863db5d4fbbf1a59e35ebaa5f6b4.tar.gz emacs-6d2c73e8c725863db5d4fbbf1a59e35ebaa5f6b4.zip | |
Add gradle-kotlin to compilation-error-regexp-alist-alist
* lisp/progmodes/compile.el: Add gradle-kotlin to
compilation-error-regexp-alist-alist.
* etc/compilation.txt: Add samples for it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/compilation.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index 0e39ab5e4af..4a4a318d031 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -185,6 +185,14 @@ Warning near line 10 file arrayclash.f: Module contains no executable | |||
| 185 | Nonportable usage near line 31 col 9 file assign.f: mixed default and explicit | 185 | Nonportable usage near line 31 col 9 file assign.f: mixed default and explicit |
| 186 | 186 | ||
| 187 | 187 | ||
| 188 | * Gradle with kotlin-gradle-plugin | ||
| 189 | |||
| 190 | symbol: gradle-kotlin | ||
| 191 | |||
| 192 | e: /src/Test.kt: (34, 15): foo: bar | ||
| 193 | w: /src/Test.kt: (34, 15): foo: bar | ||
| 194 | |||
| 195 | |||
| 188 | * IAR Systems C Compiler | 196 | * IAR Systems C Compiler |
| 189 | 197 | ||
| 190 | symbol: iar | 198 | symbol: iar |