groovy-emacs-mode:1.X

Last commit made on 2017-05-08
Get this branch:
git clone -b 1.X https://git.launchpad.net/groovy-emacs-mode

Branch merges

Branch information

Name:
1.X
Repository:
lp:groovy-emacs-mode

Recent commits

f8e9628... by Russel Winder

Update the README.

1f233c2... by Russel Winder

Merge pull request #41 from Wilfred/document_different_branches

Refactoring readme

f1a7026... by Wilfred Hughes

Refactoring readme

Start with an introduction of the feature set, then discuss
installation, and finally explain the different versions available.

3fc1975... by Russel Winder

Merge pull request #36 from joodie/master

fix c-lang-defconst issues (emacs 25?)

3db11a2... by Russel Winder

Add a note about the new standalone_mode branch.

1ce0bc3... by Joost Diepenmaat <email address hidden>

fix c-lang-defconst issues (emacs 25?)

Quoted c-lang-defconst values are causing issues for me on emacs
25. Not exactly sure why, but since the documentation states the
values should not be quoted, I changed all invocations to use
`(list...)` instead and that fixes the issue.

Original error message was:

`File mode specification error: (invalid-function (quote (true false
null)))`

48f6458... by Russel Winder

Merge pull request #34 from aterweele/master

Add Jenkinsfile to auto-mode-alist

5d1bcf3... by Alex ter Weele <email address hidden>

Add Jenkinsfile to auto-mode-alist

5dc1e6a... by Russel Winder

Merge pull request #28 from waisbrot/interpreter-alist

Add an entry to interpreter-mode-alist

a3909ae... by Nathaniel Waisbrot <email address hidden>

Add an entry to interpreter-mode-alist

Allow #!groovy and the like to set the mode for a file