[elpa] master 9991985 01/17: hydra-test.el: update the test to not fail for older Emacs

2015-02-09 Thread Oleh Krehel
branch: master commit 9991985f0eacab4a5856335a039048e6abd29160 Author: Oleh Krehel Commit: Oleh Krehel hydra-test.el: update the test to not fail for older Emacs --- hydra-test.el | 31 +++ 1 files changed, 11 insertions(+), 20 deletions(-) diff --git a/hydra-

[elpa] master 969fa66 10/17: fix typo - single not singe

2015-02-09 Thread Oleh Krehel
branch: master commit 969fa668d6426af92e9c8ba0d02220c6d980c6f2 Author: Jason Lewis Commit: Jason Lewis fix typo - single not singe --- README.md |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 7272098..400a4ed 100644 --- a/README.md +++

[elpa] master bb01930 09/17: Fix "catch 'hydra-disable"

2015-02-09 Thread Oleh Krehel
branch: master commit bb01930bb74db39bbcf6ca014bc4d7607b1762c7 Author: Oleh Krehel Commit: Oleh Krehel Fix "catch 'hydra-disable" * hydra.el (hydra--make-defun): `(catch 'hydra-disable ...)' should extend thoughout the whole defun. The scope was reduced by mistake earlie

[elpa] master 1b1d31d 07/17: Support local hydra heads

2015-02-09 Thread Oleh Krehel
branch: master commit 1b1d31d2d16f525d9f34b55ad5030d13c57f5c2f Author: François Févotte Commit: François Févotte Support local hydra heads Local heads are not bound in the global keymap, only in the transient keymap. --- hydra.el | 16 +++- 1 files changed, 11 insert

[elpa] master b65db57 02/17: Update :post for amaranth Hydras

2015-02-09 Thread Oleh Krehel
branch: master commit b65db57adb60d71292c38cc122f6548c61560b9b Author: Oleh Krehel Commit: Oleh Krehel Update :post for amaranth Hydras * hydra.el (defhydra): Since the transient map isn't technically going away when a foreign key binding is pressed, don't call :post in that

[elpa] master 0712a43 12/17: README.md: update

2015-02-09 Thread Oleh Krehel
branch: master commit 0712a436f0a98980cb973c83593bfb003d097d3c Author: Oleh Krehel Commit: Oleh Krehel README.md: update --- README.md | 41 +++-- 1 files changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 400a4ed..831d

[elpa] master 9b31ead 08/17: Update semantics for local heads to `:bind nil'

2015-02-09 Thread Oleh Krehel
branch: master commit 9b31ead60dab68f913358858b86b784716bbbeb9 Author: Oleh Krehel Commit: Oleh Krehel Update semantics for local heads to `:bind nil' * hydra.el (hydra--head-property): Accept an optional DEFAULT arg. (defhydra): A head will not be bound in the body map when it

[elpa] master updated (61bddf2 -> 11b130e)

2015-02-09 Thread Oleh Krehel
abo_abo pushed a change to branch master. from 61bddf2 Fix copyright assignment in auto-overlays manual. new 9991985 hydra-test.el: update the test to not fail for older Emacs new b65db57 Update :post for amaranth Hydras new ad771a4 Move defun-creating code i

[elpa] master 9a8e2f1 04/17: hydra.el (hydra-keyboard-quit): New custom var

2015-02-09 Thread Oleh Krehel
branch: master commit 9a8e2f10f0f14fa4ba637bde6fd76a606ffaedde Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-keyboard-quit): New custom var * hydra.el (hydra-keyboard-quit): New custom var. (defhydra): Bind `hydra-keyboard-quit' to disable an amaranth Hydra. *

[elpa] master 1660d71 05/17: Allow :pre and :post to be function symbols

2015-02-09 Thread Oleh Krehel
branch: master commit 1660d71516cb80fe1aa654495ab30594463e8a2a Author: Oleh Krehel Commit: Oleh Krehel Allow :pre and :post to be function symbols * hydra.el (defhydra): :pre and :post are eihter sexps or function symbols. Re #16. Example: (defun

[elpa] master 763bb2a 13/17: Allow lambda :bind property for body and heads

2015-02-09 Thread Oleh Krehel
branch: master commit 763bb2a423c829dc145188718dcf9ee47480ed0a Author: Oleh Krehel Commit: Oleh Krehel Allow lambda :bind property for body and heads * hydra.el (hydra--head-property): Clean up doc. (hydra--make-defun): Clean up doc. (defhydra): Improve doc. Both body an

[elpa] master 11b130e 17/17: Merge commit '0c08964462812942db51d177e6ea922b26019e65' from hydra

2015-02-09 Thread Oleh Krehel
branch: master commit 11b130e1353349b0ac612811e598eb3c93f75365 Merge: 61bddf2 0c08964 Author: Oleh Krehel Commit: Oleh Krehel Merge commit '0c08964462812942db51d177e6ea922b26019e65' from hydra --- packages/hydra/README.md | 59 +++- packages/hydra/hydra-examples.el | 173

[elpa] master ad771a4 03/17: Move defun-creating code into a defun

2015-02-09 Thread Oleh Krehel
branch: master commit ad771a42945be630ca2faa246b597cd9b2acc550 Author: Oleh Krehel Commit: Oleh Krehel Move defun-creating code into a defun * hydra.el (hydra--doc): New function. (defhydra): Simplify. * hydra-test.el: Update tests. --- hydra-test.el | 567 +++

[elpa] master d41be74 11/17: `hydra/body' will pass the initial `current-prefix-arg' along

2015-02-09 Thread Oleh Krehel
branch: master commit d41be74d54aee29a0e9b55ead32960b75d70c438 Author: Oleh Krehel Commit: Oleh Krehel `hydra/body' will pass the initial `current-prefix-arg' along * hydra.el (hydra--make-defun): Take an additional arg to paste as the last statement. (defhydra): Set `hydr

[elpa] master d10c26e 14/17: Update comments and mark the old examples obsolete

2015-02-09 Thread Oleh Krehel
branch: master commit d10c26eaeec960521c6570ef77ffcfc08c9496dd Author: Oleh Krehel Commit: Oleh Krehel Update comments and mark the old examples obsolete --- hydra-examples.el | 173 + hydra.el | 46 +- 2 files chan

[elpa] master 4ca646e 15/17: Allow a sexp as head's CMD paramater

2015-02-09 Thread Oleh Krehel
branch: master commit 4ca646ed1b10a5a1c1be4843cfd41be7797d9db1 Author: Oleh Krehel Commit: Oleh Krehel Allow a sexp as head's CMD paramater * hydra.el (hydra--make-callable): New function. (defhydra): Use `hydra--make-callable'. Now, head's CMD is either: command name, nil,

[elpa] master 0c08964 16/17: README.md: update

2015-02-09 Thread Oleh Krehel
branch: master commit 0c08964462812942db51d177e6ea922b26019e65 Author: Oleh Krehel Commit: Oleh Krehel README.md: update --- README.md | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 831dbb6..c7c1dff 100644 --- a/README.md

[elpa] master 7ead8db 06/17: hydra.el (defhydra): Declare indent 2

2015-02-09 Thread Oleh Krehel
branch: master commit 7ead8dbf66fbdfefbd4e7e9d851ff24c88d14cd2 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydra): Declare indent 2 --- hydra.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index db0a89b..47f8670 100644 --- a/hydra.

[elpa] master 61bddf2: Fix copyright assignment in auto-overlays manual.

2015-02-09 Thread Toby Cubitt
branch: master commit 61bddf258f8752162489d9bde43d0a4c0722b457 Author: Toby S. Cubitt Commit: Toby S. Cubitt Fix copyright assignment in auto-overlays manual. --- packages/auto-overlays/auto-overlay-manual.info | 62 +++--- 1 files changed, 31 insertions(+), 31 deletions(-

[elpa] master 25a6377: * sml-mode.el: Add prettify-symbols-mode and Poly/ML support

2015-02-09 Thread Stefan Monnier
branch: master commit 25a63779932c662d58fde802c8a12579feae3c93 Author: Stefan Monnier Commit: Stefan Monnier * sml-mode.el: Add prettify-symbols-mode and Poly/ML support (sml-font-lock-symbols): Mark obsolete. (sml-font-lock-compose-symbol): Use symbol-boundaries rather word

[elpa] master d554fea: * color-theme-ahungry.el: Don't burp if color-theme is missing

2015-02-09 Thread Stefan Monnier
branch: master commit d554feadfcdfe5a91edc7ec4b289addc0c43c827 Author: Stefan Monnier Commit: Stefan Monnier * color-theme-ahungry.el: Don't burp if color-theme is missing --- packages/ahungry-theme/color-theme-ahungry.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --

[elpa] master 1b6c302 1/2: * nlinum.el: Use face-width if available. Hook into text-scale-mode

2015-02-09 Thread Stefan Monnier
branch: master commit 1b6c302df23a3b85a23ab0df14085c30a8182cc8 Author: Stefan Monnier Commit: Stefan Monnier * nlinum.el: Use face-width if available. Hook into text-scale-mode --- packages/nlinum/nlinum.el | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-

[elpa] master 7ea9a82 2/2: Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2015-02-09 Thread Stefan Monnier
branch: master commit 7ea9a823be6efe19e755d52b695f23133ba73478 Merge: 1b6c302 b8bade4 Author: Stefan Monnier Commit: Stefan Monnier Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa --- packages/auto-overlays/auto-overlay-common.el | 15 +- packages/auto-overlays/a

[elpa] master b8bade4: Update seq.el to version 1.1.1

2015-02-09 Thread Nicolas Petton
branch: master commit b8bade4e4d284a545cab25660a9b04a2dfa9b402 Author: Nicolas Petton Commit: Nicolas Petton Update seq.el to version 1.1.1 * package/seq/seq.el: Update to version 1.1.1 * packages/seq/tests/seq-tests.el: Update to version 1.1.1 --- packages/seq/seq.el

[elpa] master 5a7025b: Fix info direntry and add autoloads to auto-overlays.

2015-02-09 Thread Toby Cubitt
branch: master commit 5a7025b594f044ad324489d3a01ae9d33de14426 Author: Toby S. Cubitt Commit: Toby S. Cubitt Fix info direntry and add autoloads to auto-overlays. --- packages/auto-overlays/auto-overlay-common.el | 15 ++- packages/auto-overlays/auto-overlay-manual.info | 142 +