[elpa] master 5318fc3 08/27: Update `hydra-create' format

2015-01-24 Thread Oleh Krehel
branch: master commit 5318fc353a51394cbd87506d1b645ac7fab00dd6 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update `hydra-create' format * hydra.el (hydra-create): Expects a lists of lists for HEADS, instead of list of cons cells. The optional

[elpa] master e156bf2 12/27: Require cl at compile time

2015-01-24 Thread Oleh Krehel
branch: master commit e156bf2f53c14e653e213c44698673b7b9cfb8eb Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Require cl at compile time Should fix #5 --- hydra.el |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hydra.el b

[elpa] master f55c1ff 07/27: Add `hydra-is-helpful' custom var

2015-01-24 Thread Oleh Krehel
branch: master commit f55c1fff4d64f03a600aea422f81f19432d18bbd Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add `hydra-is-helpful' custom var * hydra.el (hydra-is-helpful): New custom. (hydra-create): Display a hint in the echo area when `hydra

[elpa] master 301b500 16/27: Don't undefine BODY's global binding when it's a prefix

2015-01-24 Thread Oleh Krehel
branch: master commit 301b500ecb350f5519cb7dc38df0c86741efddf4 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Don't undefine BODY's global binding when it's a prefix * hydra.el (hydra-create): Update. Before, this would result in a disaster

[elpa] master b982fe5 14/27: Allow to add one head that disables the Hydra

2015-01-24 Thread Oleh Krehel
branch: master commit b982fe5811e896b19835570efb571af2e1040ea6 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Allow to add one head that disables the Hydra * hydra.el (hydra-last): Store the lambda to disable the Hydra. (hydra-create): Update

[elpa] master dfe1273 19/27: Simplify and improve the generated defuns

2015-01-24 Thread Oleh Krehel
branch: master commit dfe127346d4678003bbf86f04293a1a1746ea443 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Simplify and improve the generated defuns * hydra.el (hydra-create): Update. --- hydra.el | 12 ++-- 1 files changed, 6 insertions

[elpa] master 685c83b 25/27: Setup git subtree add for hydra

2015-01-24 Thread Oleh Krehel
branch: master commit 685c83b6320396e3cc6d7b4eb79d7481fe059416 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Setup git subtree add for hydra git subtree add --prefix packages/hydra hydra --- packages/hydra/hydra-examples.el | 85

[elpa] master 998b533 10/27: Make sure `windmove-wrap-around' is nil during tests

2015-01-24 Thread Oleh Krehel
branch: master commit 998b53358781cab9901ca31a5c0b8b35e5af8cef Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Make sure `windmove-wrap-around' is nil during tests * hydra-examples.el (hydra-move-splitter-left): Update. (hydra-move-splitter-right

[elpa] master 69bb4a4 13/27: Fix `kbd' interpretting tab char-by-char

2015-01-24 Thread Oleh Krehel
branch: master commit 69bb4a41c072430e444db4890941046ed24dc58d Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Fix `kbd' interpretting tab char-by-char * hydra.el (hydra-create): Update. Fixes #6. --- hydra.el |4 ++-- 1 files changed, 2

[elpa] master cfac8bd 21/27: Prepare for the first version in GNU ELPA

2015-01-24 Thread Oleh Krehel
branch: master commit cfac8bd9e73ea1e219250867b22881354fc2d56e Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Prepare for the first version in GNU ELPA hydra.el (hydra-set-transient-map): new alias `set-transient-map' only works for Emacs

[elpa] master ddd96d1 23/27: hydra-examples.el: add a `windmove' Hydra

2015-01-24 Thread Oleh Krehel
branch: master commit ddd96d1680dc3dc77d0f38ea63c586374c62863e Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-examples.el: add a `windmove' Hydra * hydra-examples.el (hydra-example-windmove): New variable. --- hydra-examples.el |7

[elpa] master dc0246e 20/27: hydra-examples.el (hydra-example-goto-error): add doc

2015-01-24 Thread Oleh Krehel
branch: master commit dc0246e98510716af61e4e8f3ca69f53d29ee305 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-examples.el (hydra-example-goto-error): add doc --- hydra-examples.el |6 +++--- hydra.el |2 +- 2 files changed, 4 insertions

[elpa] master abef4bf 02/27: Split away the examples

2015-01-24 Thread Oleh Krehel
branch: master commit abef4bfc86aeb53bd477f93259e19386f338381e Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Split away the examples --- hydra-examples.el | 72 + hydra.el | 43

[elpa] master dbd77f0 09/27: Don't unbind hydra's body, unless using global-set-key

2015-01-24 Thread Oleh Krehel
branch: master commit dbd77f056bda12c559f65d0034fb3b04301b71fb Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Don't unbind hydra's body, unless using global-set-key * hydra.el (hydra-create): Update. Fixes #3. --- hydra.el | 13

[elpa] master 916a130 05/27: Depend on cl-lib v0.5 for `cl-mapcar'

2015-01-24 Thread Oleh Krehel
branch: master commit 916a1303c660a944aa70e8b436266fc23c8970e6 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Depend on cl-lib v0.5 for `cl-mapcar' --- hydra.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hydra.el b/hydra.el

[elpa] master a179f31 04/27: Unbind hydra's body unconditionally to avoid error

2015-01-24 Thread Oleh Krehel
branch: master commit a179f3157c378de073a96bd244499ca85988b327 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Unbind hydra's body unconditionally to avoid error * hydra.el (hydra-create): Since body will be established as a prefix, it can't

[elpa] master 6966e14 11/27: Fix the bugged `global-set-key' version

2015-01-24 Thread Oleh Krehel
branch: master commit 6966e14169f1d601812c34e7f7c1bacbdc408072 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Fix the bugged `global-set-key' version * hydra.el (hydra-create): Fix. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1

[elpa] master 2a367fa 03/27: README.md: update doc

2015-01-24 Thread Oleh Krehel
branch: master commit 2a367faac4f099965ae289efc9b8a8c8236310ec Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: update doc --- README.md | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b

[elpa] master 42538fa 18/27: Add a `next-error'/`previous-error'/`first-error' example

2015-01-24 Thread Oleh Krehel
branch: master commit 42538fa22e76744ff128cb0845a57cc67fb4a983 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add a `next-error'/`previous-error'/`first-error' example * hydra-examples.el (hydra-example-goto-error): New example. * README.md

[elpa] master 8884698 17/27: Don't undefine BODY's map binding when it's a prefix

2015-01-24 Thread Oleh Krehel
branch: master commit 88846985d87391dab6aea029d660de83df148b74 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Don't undefine BODY's map binding when it's a prefix * hydra.el (hydra-create): Update. Basically the same fix as before, only

[elpa] master f31d537 26/27: Add 'packages/hydra/' from commit 'cfac8bd9e73ea1e219250867b22881354fc2d56e'

2015-01-24 Thread Oleh Krehel
branch: master commit f31d537957ab67e08369b5be314e66a89ace3600 Merge: 685c83b cfac8bd Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add 'packages/hydra/' from commit 'cfac8bd9e73ea1e219250867b22881354fc2d56e' git-subtree-dir: packages/hydra git

[elpa] master 440c41c 24/27: Bump version

2015-01-24 Thread Oleh Krehel
branch: master commit 440c41cc3f5137d694211719abaa38c0193a08a2 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Bump version --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 4ef966c..5ef69ee 100644

[elpa] master 7b78b37 27/27: Merge commit '440c41cc3f5137d694211719abaa38c0193a08a2' from hydra

2015-01-24 Thread Oleh Krehel
branch: master commit 7b78b37f6ae1588e7c91c0edb4ae341f4bad868c Merge: f31d537 440c41c Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit '440c41cc3f5137d694211719abaa38c0193a08a2' from hydra --- packages/hydra/hydra-examples.el |7

[elpa] master c3ce0a9 15/27: `hydra-create' will also define `hydra-...-body'

2015-01-24 Thread Oleh Krehel
branch: master commit c3ce0a90028701ba3b907de8cd6e812ae92c27d9 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com `hydra-create' will also define `hydra-...-body' * hydra.el (hydra-create): Update. In order to bind hydras in `lispy', I need a way

[elpa] master 64e5b91 22/27: Avoid evaling METHOD.

2015-01-24 Thread Oleh Krehel
branch: master commit 64e5b9129fcc61b18ca194af6e512cbe91122155 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Avoid evaling METHOD. * hydra.el (hydra-create): Update. METHOD doesn't need to be evaled: it's either nil, a lambda, or assume

[elpa] master 9b86656 01/27: Initial import

2015-01-24 Thread Oleh Krehel
branch: master commit 9b866564f4b881ad54214659f2853de207074b33 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Initial import --- README.md | 24 +++ hydra.el | 137 + 2 files changed, 161

[elpa] master 11323ec 06/27: Allow to use minor-mode-maps and more

2015-01-24 Thread Oleh Krehel
branch: master commit 11323ece73ecbf9e7fea3e20a26d3c0aeb41e01f Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Allow to use minor-mode-maps and more * hydra.el (hydra-create): Add a third optional argument. When it's not supplied, the behavior

[elpa] master updated (c7f675e - 7b78b37)

2015-01-24 Thread Oleh Krehel
abo_abo pushed a change to branch master. from c7f675e Merge commit 'a4ac0dead8e9cb440c1f8aec9141d6c64bad4933' from company new 685c83b Setup git subtree add for hydra new 9b86656 Initial import new abef4bf Split away the examples new 2a367fa

[elpa] master b963c70 5/6: Improve the names of functions generated from lambdas

2015-02-04 Thread Oleh Krehel
branch: master commit b963c70dcf211c86d4bb03bfd4a20c6807cbe679 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Improve the names of functions generated from lambdas * hydra.el (defhydra): Improve. Here, `hydra-window/lambda-v' function

[elpa] master 3c57fa9 6/6: Merge commit 'b963c70dcf211c86d4bb03bfd4a20c6807cbe679' from hydra

2015-02-04 Thread Oleh Krehel
branch: master commit 3c57fa96866983e1cf20ca2ab2f0db7c140ccd4d Merge: d44f2ad b963c70 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit 'b963c70dcf211c86d4bb03bfd4a20c6807cbe679' from hydra --- packages/hydra/Makefile |8 +- packages

[elpa] master updated (d44f2ad - 3c57fa9)

2015-02-04 Thread Oleh Krehel
abo_abo pushed a change to branch master. from d44f2ad Merge commit '3e70e12bd942bbd0acac4963b5caca63756ad784' from company new 0b6ef70 Add support for `universal-argument' and `digit-argument' new 222ba95 hydra-examples.el: splitters take numeric argument new

[elpa] master 222ba95 2/6: hydra-examples.el: splitters take numeric argument

2015-02-04 Thread Oleh Krehel
branch: master commit 222ba95b95eba4dfc6e35dc307fde148f35745f9 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-examples.el: splitters take numeric argument * hydra-examples.el (hydra-move-splitter-left): Take ARG. (hydra-move-splitter-right

[elpa] master 84c0e7b 8/8: Merge commit '06b63f1d718d12d15aaf9459b492944203764d2f' from hydra

2015-01-30 Thread Oleh Krehel
branch: master commit 84c0e7b34684cbf4162f80f167a1178657779d87 Merge: 2452ff7 06b63f1 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit '06b63f1d718d12d15aaf9459b492944203764d2f' from hydra --- packages/hydra/.travis.yml | 12 packages

[elpa] master 785f837 6/8: hydra.el (defhydra): Use `clear-temporary-overlay-map'

2015-01-30 Thread Oleh Krehel
branch: master commit 785f837ab0326e65066d22ac6eaaa5c15fa03d33 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra.el (defhydra): Use `clear-temporary-overlay-map' * hydra.el (defhydra): Add a fix for old Emacs versions that don't have `set

[elpa] master b5615dc 3/8: hydra-examples.el: Update commentary

2015-01-30 Thread Oleh Krehel
branch: master commit b5615dcfc764b68650b6d7338f5c52c1ac75913c Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-examples.el: Update commentary --- hydra-examples.el |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/hydra

[elpa] master 659694c 1/8: hydra.el (defhydra): new macro to create hydras.

2015-01-30 Thread Oleh Krehel
branch: master commit 659694cc4b73697f4bf0f9329dba0129cf8695a8 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra.el (defhydra): new macro to create hydras. * hydra.el (hydra--callablep): New function. (hydra-create): Write down in terms

[elpa] master 4d4f726 4/8: README.md: update

2015-01-30 Thread Oleh Krehel
branch: master commit 4d4f726869de59cec357b10c2f1f50d7d7c45b41 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: update --- README.md | 101 +++-- 1 files changed, 65 insertions(+), 36 deletions

[elpa] master 6f142e3 1/2: Distinguish red and blue hydra heads

2015-02-02 Thread Oleh Krehel
branch: master commit 6f142e342a4228640cb50a45e224f932679355bb Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Distinguish red and blue hydra heads * hydra.el (hydra-face-red): New face. (hydra-face-blue): New face. (hydra--color): Each

[elpa] master 5d576ae 1/2: hydra-test.el: Add licence

2015-02-02 Thread Oleh Krehel
branch: master commit 5d576aed8ee0f1ee29c2d1ca597301bdcff5597e Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-test.el: Add licence --- hydra-test.el | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git

[elpa] master updated (8b585bc - 2fb700c)

2015-02-08 Thread Oleh Krehel
abo_abo pushed a change to branch master. from 8b585bc Merge commit '59de0b7591713d38c6d5c99cb49c4a4cc434a272' from context-coloring new e21d1d8 Update the call order and allow called functions to exit new e8bbb70 Add :pre and :post clauses to Hydra body new

[elpa] master e21d1d8 1/7: Update the call order and allow called functions to exit

2015-02-08 Thread Oleh Krehel
branch: master commit e21d1d8e89d2af70bccb72d9b169115cf977da1c Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update the call order and allow called functions to exit * hydra.el (defhydra): First disable the transient map, then call red head

[elpa] master 07e4aaa 5/7: hydra-test.el: add test

2015-02-08 Thread Oleh Krehel
branch: master commit 07e4aaaea05bdafbaf1900db0ec3acd3d130cf1c Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-test.el: add test * README.md: update. --- README.md | 42 ++ hydra-test.el | 429

[elpa] master 37b6177 3/7: README.md: update for 0.7.0

2015-02-08 Thread Oleh Krehel
branch: master commit 37b6177dcdcdc8b849d8119b09e6ec1c463351c1 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: update for 0.7.0 --- README.md | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/README.md

[elpa] master e8bbb70 2/7: Add :pre and :post clauses to Hydra body

2015-02-08 Thread Oleh Krehel
branch: master commit e8bbb70545b6d5316d1797ebb5e76c5a30dff266 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add :pre and :post clauses to Hydra body * hydra.el (defhydra): the PLIST part of BODY argument now recognizes :pre and :post keys

[elpa] master 2fb700c 7/7: Merge commit '68bcaa8d8df5518217a3833fd1bb400c8225fe02' from hydra

2015-02-08 Thread Oleh Krehel
branch: master commit 2fb700c07397304a074092e025a55f34142a5a7e Merge: 8b585bc 68bcaa8 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit '68bcaa8d8df5518217a3833fd1bb400c8225fe02' from hydra --- packages/hydra/README.md | 66 + packages

[elpa] master 843bc70 4/7: Add amaranth (immortal) Hydras

2015-02-08 Thread Oleh Krehel
branch: master commit 843bc709a31691e8049ccb1e75d87514f42c9c99 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add amaranth (immortal) Hydras * hydra.el (hydra-face-amaranth): New face. (hydra--face): Update. (defhydra): If the body color

[elpa] master 68bcaa8 6/7: Bump version

2015-02-08 Thread Oleh Krehel
branch: master commit 68bcaa8d8df5518217a3833fd1bb400c8225fe02 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Bump version --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 1049bfb..6cbe705 100644

[elpa] master ca6142f: hydra: New package

2015-01-21 Thread Oleh Krehel
branch: master commit ca6142fc1f277564ee9460fff911899e8ec76952 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra: New package --- packages/hydra/hydra-examples.el | 85 + packages/hydra/hydra.el | 154

[elpa] master 227daf6 2/2: Merge commit 'b359db633e46987c9107e89199717c2194b9a045' from hydra

2015-01-30 Thread Oleh Krehel
branch: master commit 227daf6e520546ca4d9af82310739ff8238549a1 Merge: 84c0e7b b359db6 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit 'b359db633e46987c9107e89199717c2194b9a045' from hydra --- packages/hydra/hydra-test.el |8 +--- packages

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update comments and mark the old examples obsolete --- hydra-examples.el | 173 + hydra.el

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

2015-02-09 Thread Oleh Krehel
branch: master commit bb01930bb74db39bbcf6ca014bc4d7607b1762c7 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Fix catch 'hydra-disable * hydra.el (hydra--make-defun): `(catch 'hydra-disable ...)' should extend thoughout the whole defun

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

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

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com hydra-test.el: update the test to not fail for older Emacs --- hydra-test.el | 31 +++ 1 files changed, 11 insertions

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

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

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

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

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

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

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com `hydra/body' will pass the initial `current-prefix-arg' along * hydra.el (hydra--make-defun): Take an additional arg to paste

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Allow :pre and :post to be function symbols * hydra.el (defhydra): :pre and :post are eihter sexps or function symbols. Re #16

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Allow lambda :bind property for body and heads * hydra.el (hydra--head-property): Clean up doc. (hydra--make-defun): Clean up doc

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Merge commit '0c08964462812942db51d177e6ea922b26019e65' from hydra --- packages/hydra/README.md | 59 +++- packages

[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

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

2015-02-09 Thread Oleh Krehel
branch: master commit b65db57adb60d71292c38cc122f6548c61560b9b Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update :post for amaranth Hydras * hydra.el (defhydra): Since the transient map isn't technically going away when a foreign key binding

[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 ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update semantics for local heads to `:bind nil' * hydra.el (hydra--head-property): Accept an optional DEFAULT arg. (defhydra): A head

[elpa] master 7b86747 09/67: swiper.el (swiper--regex): Update signature

2015-03-22 Thread Oleh Krehel
branch: master commit 7b86747c4e235f33e85f7b501a4baedfdd252e1f Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com swiper.el (swiper--regex): Update signature --- swiper.el | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git

[elpa] master 315be36 31/67: counsel.el: Add

2015-03-22 Thread Oleh Krehel
branch: master commit 315be361d904e33e8a9693f423ac72711307ebbf Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com counsel.el: Add --- counsel.el | 54 ++ 1 files changed, 54 insertions(+), 0 deletions(-) diff

[elpa] master 2f5cc11 15/67: swiper.el: Use `with-selected-window' instead of `with-current-buffer'

2015-03-22 Thread Oleh Krehel
branch: master commit 2f5cc1166fe957e26dbe52b0c63563c9a11c32d2 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com swiper.el: Use `with-selected-window' instead of `with-current-buffer' * swiper.el (swiper--buffer): Remove. (swiper--init): Update

[elpa] master 97ab66a 13/67: README.md: Update

2015-03-22 Thread Oleh Krehel
branch: master commit 97ab66aa289b63c99ff47ab64943e36b3e63 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: Update --- README.md | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index

[elpa] master a275a2a 60/67: Use `font-lock-append-text-property' to non-destructively modify a

2015-03-22 Thread Oleh Krehel
branch: master commit a275a2a37db9b062a20876c16aec2d9f058a0c5c Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Use `font-lock-append-text-property' to non-destructively modify a string * ivy.el (ivy--add-face): Improve. `font-lock-append-text

[elpa] master eb829a9 16/67: Account for zero-length regex matches

2015-03-22 Thread Oleh Krehel
branch: master commit eb829a96783c5d77c13fc8ced3f59afa6bbd0e64 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Account for zero-length regex matches * swiper.el (swiper--add-overlays): Update. Fixes #6. --- swiper.el |3 ++- 1 files

[elpa] master de80846 39/67: Work around magit highlighting problem

2015-03-22 Thread Oleh Krehel
branch: master commit de8084629e3ba51d638944015aa743e6ab46bace Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Work around magit highlighting problem * swiper.el (swiper-font-lock-ensure): Update. Re #19 --- swiper.el | 10 ++ 1

[elpa] master e7b560c 38/67: swiper.el (swiper--opoint): Fix bad defvar

2015-03-22 Thread Oleh Krehel
branch: master commit e7b560c878fdae4db2d577064a9c60a5c52e3a68 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com swiper.el (swiper--opoint): Fix bad defvar --- swiper.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swiper.el b

[elpa] master e1cdb29 37/67: counsel.el: Add Clojure completion at point

2015-03-22 Thread Oleh Krehel
branch: master commit e1cdb297d931205c713a25157fe652ae210cc932 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com counsel.el: Add Clojure completion at point --- counsel.el | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git

[elpa] master a817342 14/67: ivy.el: Improve the highlighting in the minibuffer

2015-03-22 Thread Oleh Krehel
branch: master commit a8173420e5dd40e9cb558cdad74f45a7cc499e50 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com ivy.el: Improve the highlighting in the minibuffer * ivy.el (ivy--add-face): Use `add-face-text-property' if it's available. You need

[elpa] master 045fb60 28/67: ivy.el (ivy-previous-line): Change to `cl-decf'

2015-03-22 Thread Oleh Krehel
branch: master commit 045fb6094234bfbeb1e6d02b67d549ae9b06f00d Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com ivy.el (ivy-previous-line): Change to `cl-decf' Re #15 --- ivy.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[elpa] master 1099ebf 08/67: Use cl-lib macros instead of cl.el

2015-03-22 Thread Oleh Krehel
branch: master commit 1099ebffdccc4e1037a2f90e5a11ba68300ef3ff Author: Syohei YOSHIDA syo...@gmail.com Commit: Syohei YOSHIDA syo...@gmail.com Use cl-lib macros instead of cl.el --- swiper.el |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/swiper.el

[elpa] master a07c2e4 27/67: swiper.el: Make ivy the default back end

2015-03-22 Thread Oleh Krehel
branch: master commit a07c2e4d33d04788c6f01d0e34c0633e1987ba89 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com swiper.el: Make ivy the default back end --- swiper.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swiper.el b

[elpa] master 1c0b30b 07/67: add autoload cookie for lazy loading

2015-03-22 Thread Oleh Krehel
branch: master commit 1c0b30b8dbf9e665b7f2acf285464252c8d68eee Author: Syohei YOSHIDA syo...@gmail.com Commit: Syohei YOSHIDA syo...@gmail.com add autoload cookie for lazy loading --- swiper.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el

[elpa] master eb1def0 17/67: Add initial-input optional argument

2015-03-22 Thread Oleh Krehel
branch: master commit eb1def0a6b2cb85a68944b43db3ba612bbeb31e2 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Add initial-input optional argument * swiper.el (swiper): Update. (swiper--ivy): Update. (swiper--helm): Update. * ivy.el

[elpa] master f268cc8 21/67: Reveal invisible overlays

2015-03-22 Thread Oleh Krehel
branch: master commit f268cc8119431ff6caab882b6209b15cc2585108 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Reveal invisible overlays * swiper.el (swiper--ivy): Update. (swiper--ensure-visible): New defun. (swiper--action): Update

[elpa] master 7c6d00d 32/67: ivy.el (ivy-read): Return immediately for less than 2 candidates

2015-03-22 Thread Oleh Krehel
branch: master commit 7c6d00d2893dcd41bd60e7f1786a56d4cf151d01 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com ivy.el (ivy-read): Return immediately for less than 2 candidates --- ivy.el | 40 ++-- 1 files changed, 22

[elpa] master a267b34 10/67: familiar isearch key bindings while helm is active

2015-03-22 Thread Oleh Krehel
branch: master commit a267b3436d9267213fe7803b08e17c40afeab8c2 Author: killdash9 killdash9 Commit: Oleh Krehel ohwoeo...@gmail.com familiar isearch key bindings while helm is active --- swiper.el |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/swiper.el b

[elpa] master 1ca1660 22/67: swiper.el: Save position before last search

2015-03-22 Thread Oleh Krehel
branch: master commit 1ca16600b13037f30a4cd0892f4f339e02b6c9a3 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com swiper.el: Save position before last search * swiper.el (swiper--ivy): Forward to `swiper--action'. (swiper--helm): Use `swiper--action

[elpa] master 835208a 20/67: Inherit standard faces by default

2015-03-22 Thread Oleh Krehel
branch: master commit 835208a0ec80e5e8d8109b6c96406002c9642401 Author: Steve Purcell st...@sanityinc.com Commit: Steve Purcell st...@sanityinc.com Inherit standard faces by default Every time a new custom face definition is created, it breaks every existing theme. Better, then,

[elpa] master 78241c4 15/46: tiny.el: fixed a bug for expansion of m5%x.

2015-03-22 Thread Oleh Krehel
branch: master commit 78241c4edb2de6a2193f30dfedb846c3d3464a63 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny.el: fixed a bug for expansion of m5%x. --- tiny.el | 136 --- 1 files changed, 69

[elpa] master ae0853e 03/46: tiny.el: fixed two snippets.

2015-03-22 Thread Oleh Krehel
branch: master commit ae0853ef8966f5b8920ce39943e43beff7b075d1 Author: oleh w...@mail.ua Commit: oleh w...@mail.ua tiny.el: fixed two snippets. --- tiny.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tiny.el b/tiny.el index 68a55da..f062f65 100644 ---

[elpa] master 2bd9abb 21/46: tiny.el: moved tests to tiny-test.el.

2015-03-22 Thread Oleh Krehel
branch: master commit 2bd9abb27f65c0aee78a8435aec8a1a002ca5e21 Author: oleh w...@mail.ua Commit: oleh w...@mail.ua tiny.el: moved tests to tiny-test.el. --- tiny-test.el | 33 + tiny.el | 34 -- 2 files changed, 33

[elpa] master 8a3cab0 27/46: tiny.el: removed `tiny-replace-preceding-sexp'

2015-03-22 Thread Oleh Krehel
branch: master commit 8a3cab094fe19ea986bc0cb38201c0dc413201d1 Author: oleh w...@mail.ua Commit: oleh w...@mail.ua tiny.el: removed `tiny-replace-preceding-sexp' --- tiny.el | 21 + 1 files changed, 9 insertions(+), 12 deletions(-) diff --git a/tiny.el b/tiny.el index

[elpa] master dea7748 39/46: tiny.el (tiny-date): improve

2015-03-22 Thread Oleh Krehel
branch: master commit dea774811a5a68aad826dae87a7efecedef52ec8 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny.el (tiny-date): improve * tiny.el (tiny-date): Will recognize e.g. Mon and Mon 10:00 and format appropriately. --- tiny.el | 16

[elpa] master 075e4d0 33/46: Fix m10|%0.2f

2015-03-22 Thread Oleh Krehel
branch: master commit 075e4d0b238fcfa6135b1825dd64613279782a04 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Fix m10|%0.2f --- tiny-test.el | 32 +--- tiny.el | 53 +++-- 2

[elpa] master 6719ab2 32/46: README.md: updated.

2015-03-22 Thread Oleh Krehel
branch: master commit 6719ab273c80a7134c3a90a9d96ca322567431a6 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: updated. --- README.md | 35 +-- 1 files changed, 25 insertions(+), 10 deletions(-) diff --git

[elpa] master 4c87ade 29/46: tiny.el: fixed a bug in `tiny-mapconcat-parse'.

2015-03-22 Thread Oleh Krehel
branch: master commit 4c87ade6e0abb1166a22137914ccc3547c94bdc5 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny.el: fixed a bug in `tiny-mapconcat-parse'. --- tiny-test.el | 18 -- tiny.el | 70

[elpa] master b9c35e1 17/46: README.md: minor update.

2015-03-22 Thread Oleh Krehel
branch: master commit b9c35e1dbc69c49a014fbd385254b6e2ee69889a Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: minor update. --- README.md | 26 -- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md

[elpa] master fa90c2f 44/46: README.md: Add badges

2015-03-22 Thread Oleh Krehel
branch: master commit fa90c2fe9ef278e3a4d142276ebb89881e6dfc64 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: Add badges Thanks @sachac. --- README.md |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b

[elpa] master 5f25ce1 40/46: tiny.el: handle quotes in FMT part

2015-03-22 Thread Oleh Krehel
branch: master commit 5f25ce1eaedafdde1b61922b9354ccf836469d0d Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny.el: handle quotes in FMT part * tiny-test.el: Update tests. * tiny.el (tiny-mapconcat): Use %S instead of \%s\. --- tiny

[elpa] master fe0bade 43/46: tiny-test.el: Update

2015-03-22 Thread Oleh Krehel
branch: master commit fe0bade30c1ef2d9fcd8a70dbf0c3f56510254e5 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny-test.el: Update --- tiny-test.el | 27 +-- 1 files changed, 1 insertions(+), 26 deletions(-) diff --git a/tiny

[elpa] master 556db52 14/28: Wiki link to the Home page instead.

2015-03-22 Thread Oleh Krehel
branch: master commit 556db5276ba67c37886da9337f225b76ae2be3cb Author: hura h...@users.noreply.github.com Commit: hura h...@users.noreply.github.com Wiki link to the Home page instead. --- README.md |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md

[elpa] master bfe65da 15/28: README.md: Fix up typos

2015-03-22 Thread Oleh Krehel
branch: master commit bfe65dae8630184b8d4352c65522e5687f3a096f Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com README.md: Fix up typos --- README.md |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index

[elpa] master b840227 03/28: Update `golden-ratio-mode' work-around

2015-03-22 Thread Oleh Krehel
branch: master commit b84022740870f2b256c946d6200d01f4a7447f02 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com Update `golden-ratio-mode' work-around * lv.el (lv-window): Update. (lv-message): Update. Re #64. --- lv.el |4 ++-- 1

[elpa] master b4fff55 23/46: tiny.el: fixed `tiny-tokenize'

2015-03-22 Thread Oleh Krehel
branch: master commit b4fff553ea4806849eeb9f5f08009d7b0ed3c31e Author: oleh w...@mail.ua Commit: oleh w...@mail.ua tiny.el: fixed `tiny-tokenize' Added a bunch of tests as well. --- tiny.el | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-)

[elpa] master 159c3f7 45/46: tiny.el: Update Copyright

2015-03-22 Thread Oleh Krehel
branch: master commit 159c3f74e75970808b83fe4b732f180cb76872a3 Author: Oleh Krehel ohwoeo...@gmail.com Commit: Oleh Krehel ohwoeo...@gmail.com tiny.el: Update Copyright --- tiny-test.el | 21 + tiny.el | 24 +--- 2 files changed, 34 insertions

  1   2   3   4   5   6   7   8   9   10   >