[elpa] master be54382 4/4: Merge ack master from github.com:leoliu/ack-el

2015-09-12 Thread Leo Liu
branch: master commit be54382cca73c2a64f3bd2720a2332649541bbd5 Merge: b8a46cb 2fcbd1b Author: Leo Liu Commit: Leo Liu Merge ack master from github.com:leoliu/ack-el --- packages/ack/ack.el | 19 +++ packages/ack/pcmpl-ack.el | 39 +++

[elpa] master 2fcbd1b 3/4: Customise compilation-finish-functions

2015-09-12 Thread Leo Liu
branch: master commit 2fcbd1b2667fcf860f6196e3c8112e4ddf8dc431 Author: Leo Liu Commit: Leo Liu Customise compilation-finish-functions --- ack.el |7 +-- pcmpl-ack.el |2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ack.el b/ack.el index c7094ba..11c1f9

[elpa] master a27a30e 2/4: Make ack return the compilation buffer

2015-09-12 Thread Leo Liu
branch: master commit a27a30e858187984f5331487ab71568deda262c3 Author: Leo Liu Commit: Leo Liu Make ack return the compilation buffer --- ack.el | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ack.el b/ack.el index 41b6d22..c7094ba 100644 --- a/ack.el

[elpa] master updated (b8a46cb -> be54382)

2015-09-12 Thread Leo Liu
leoliu pushed a change to branch master. from b8a46cb Add support to build packages from Emacs repo new 069315e Add shell completion support for the_silver_search new a27a30e Make ack return the compilation buffer new 2fcbd1b Customise compilation-finish-func

[elpa] master 069315e 1/4: Add shell completion support for the_silver_search

2015-09-12 Thread Leo Liu
branch: master commit 069315e8374472ffbbe00115a1850a988da1ae65 Author: Leo Liu Commit: Leo Liu Add shell completion support for the_silver_search --- pcmpl-ack.el | 37 - 1 files changed, 36 insertions(+), 1 deletions(-) diff --git a/pcmpl-ack.el b/pcm