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 +++
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
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
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
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