[elpa] master 2624d1e: * admin/archive-contents.el: Use `git worktree` for externals

2017-04-23 Thread Stefan Monnier
branch: master commit 2624d1e30fd3744d30ef928343f557f6a898fb2b Author: Stefan Monnier Commit: Stefan Monnier * admin/archive-contents.el: Use `git worktree` for externals * admin/archive-contents.el (archive--use-worktree): New var. (archive--use-worktree-p): New function. (

[elpa] scratch/hook-helpers 7970dcf 01/19: Initial commit.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 7970dcf1946df27a33cfc5cba14c4211785df214 Author: Ian Dunn Commit: Ian Dunn Initial commit. --- .hgignore | 5 + COPYING | 674 Makefile| 41 README.org | 102 +

[elpa] scratch/hook-helpers 597fce1 03/19: Updated README to include savannah project link.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 597fce173aa51947fc56831f1c6f690e29e99365 Author: Ian Dunn Commit: Ian Dunn Updated README to include savannah project link. --- README.org | 26 ++ 1 file changed, 26 insertions(+) diff --git a/README.org b/README.org index 0e7d7b

[elpa] scratch/hook-helpers 0386e23 04/19: Modified define-hook-helper to more closely match defun.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 0386e23bd5a14e37db00e8c970d8f4424af0caa7 Author: Ian Dunn Commit: Ian Dunn Modified define-hook-helper to more closely match defun. * hook-helpers.el (define-hook-helper): (define-mode-hook-helper): Modify to more closely match defun. --- h

[elpa] scratch/hook-helpers 365d8de 19/19: Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d'

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 365d8de11cd0347b7963cbcb06f5717e693c1813 Merge: 8e045bc ff95f49 Author: Ian Dunn Commit: Ian Dunn Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d' git-subtree-dir: packages/hook-helpers git-subtree-mainline:

[elpa] scratch/hook-helpers dff9910 10/19: Added `define-hook-function' to allow defining a function to be added to multiple hooks.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit dff991047a70cd98cf4329f9f2b92157783bd6cc Author: Ian Dunn Commit: Ian Dunn Added `define-hook-function' to allow defining a function to be added to multiple hooks. * hook-helpers.el (define-hook-function): Added. --- hook-helpers.el | 34 +++

[elpa] scratch/hook-helpers b373c79 08/19: Removed define-mode-hook-helpers, since it only moves the word "mode" around.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit b373c79203e31d61f2bf1869742d50119c13b30c Author: Ian Dunn Commit: Ian Dunn Removed define-mode-hook-helpers, since it only moves the word "mode" around. * hook-helpers.el (define-mode-hook-helpers): Removed. --- hook-helpers.el | 37

[elpa] scratch/hook-helpers 93ae501 12/19: Finished last commit.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 93ae501db07671d7ae08b1b7b4700212303549b7 Author: Ian Dunn Commit: Ian Dunn Finished last commit. --- README.org| 95 +++ hook-helpers-tests.el | 92 +++

[elpa] scratch/hook-helpers 7f1eccf 16/19: Fixed bug in hkhlp-normalize-hook-spec

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 7f1eccfe4ed4d9e350b272f95b37a2f9da3751e4 Author: Ian Dunn Commit: Ian Dunn Fixed bug in hkhlp-normalize-hook-spec * hook-helpers.el (hkhlp-normalize-hook-spec): Correctly handle list structure * hook-helpers-tests.el (hkhlp-normalize-hoo

[elpa] branch scratch/hook-helpers created (now 365d8de)

2017-04-23 Thread Ian Dunn
skolar42 pushed a change to branch scratch/hook-helpers. at 365d8de Add 'packages/hook-helpers/' from commit 'ff95f4944f3d6d1a43aca141cb7fa36a9043704d' This branch includes the following new commits: new 7970dcf Initial commit. new 5e4a3a8 Added remove-hook-helper

[elpa] scratch/hook-helpers e253e03 11/19: Implemented new design for anonymous helpers

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit e253e03ba5d298d52bb201bdf5b1045d0f9e24ae Author: Ian Dunn Commit: Ian Dunn Implemented new design for anonymous helpers This involved a complete refactoring of hook-helpers.el that users shouldn't notice. Functions are no longer created in the b

[elpa] scratch/hook-helpers ff95f49 18/19: Preparations to push to ELPA

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit ff95f4944f3d6d1a43aca141cb7fa36a9043704d Author: Ian Dunn Commit: Ian Dunn Preparations to push to ELPA Updated copyright on all files. * hook-helpers.el (package header): Added requirements and bumped version to 1.1beta1 *

[elpa] scratch/hook-helpers f1409ec 05/19: Updated README to include new usage.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit f1409ec376bc26d10cb0929dbd9a4d16615f2d79 Author: Ian Dunn Commit: Ian Dunn Updated README to include new usage. --- README.org | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.org b/README.org index

[elpa] scratch/hook-helpers 706af98 15/19: Clean up describe-hook-helpers

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 706af9820d78a99b41d809671b8f594ba22ecbbd Author: Ian Dunn Commit: Ian Dunn Clean up describe-hook-helpers * hook-helpers.el (hkhlp--pp): Use correct indenting and add an extra newline. --- hook-helpers.el | 6 -- 1 file changed, 4 insertions

[elpa] scratch/hook-helpers 7981caf 06/19: Removed docstring argument from `hook-helpers'.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 7981cafd2d450adb2a6d1d063a4aa6165677031d Author: Ian Dunn Commit: Ian Dunn Removed docstring argument from `hook-helpers'. * hook-helpers.el (define-hook-helper): (define-mode-hook-helper): Removed docstring argument. --- hook-helpers.el |

[elpa] scratch/hook-helpers 3bb2282 09/19: Updated README, removing define-mode-hook-helper.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 3bb228257889ee6e2ad777b53a766c91a673836d Author: Ian Dunn Commit: Ian Dunn Updated README, removing define-mode-hook-helper. --- README.org | 33 - 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/README.org b

[elpa] scratch/hook-helpers a46803b 17/19: Fixed failing tests

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit a46803b14e777a5407244539e8d8b277acbdc9ff Author: Ian Dunn Commit: Ian Dunn Fixed failing tests * hook-helpers.el: Require 'subr-x --- hook-helpers.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hook-helpers.el b/hook-helpers.el index 09

[elpa] scratch/hook-helpers 73d0cb5 13/19: Added gitignore file

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 73d0cb5ab0fba1d3c41850c3bedc39c37bf2244d Author: Ian Dunn Commit: Ian Dunn Added gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..ef39635 --- /dev/null +++ b/.g

[elpa] scratch/hook-helpers 17f7d5d 07/19: Restored docstring argument in `define-hook-helper'.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 17f7d5d92d817641f6341676f6fd319cae2c21cf Author: Ian Dunn Commit: Ian Dunn Restored docstring argument in `define-hook-helper'. * hook-helpers.el (define-hook-helper): Restored docstring argument. --- hook-helpers.el | 42

[elpa] scratch/hook-helpers 5e4a3a8 02/19: Added remove-hook-helper to README.

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 5e4a3a8950a562ab7ab57d5f3611df41cc15cd0e Author: Ian Dunn Commit: Ian Dunn Added remove-hook-helper to README. --- README.org | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 70f2d98..0e7

[elpa] scratch/hook-helpers 0fc0b3d 14/19: Fixed bug in define-hook-helper

2017-04-23 Thread Ian Dunn
branch: scratch/hook-helpers commit 0fc0b3d4fc69f82b8702dc0255367303ae57a1c5 Author: Ian Dunn Commit: Ian Dunn Fixed bug in define-hook-helper * hook-helpers.el (define-hook-helper): Removed erroneous nested list --- hook-helpers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] externals/exwm 2b7449e: ; Do not cache events for non-`exwm-mode' buffers

2017-04-23 Thread Chris Feng
branch: externals/exwm commit 2b7449ea425df236471496cd96f061d70f3ba15a Author: Chris Feng Commit: Chris Feng ; Do not cache events for non-`exwm-mode' buffers --- exwm-input.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/exwm-input.el b/exwm-input.el index 54