[elpa] master 798684a 13/36: hydra-examples.el: Don't byte-compile

2017-07-22 Thread Oleh Krehel
branch: master commit 798684a119ade174c0241835ecff21aca6b9784a Author: Oleh Krehel Commit: Oleh Krehel hydra-examples.el: Don't byte-compile Avoids warnings. These are just examples anyway. --- hydra-examples.el | 4 1 file changed, 4 insertions(+) diff --git a/hydra-examples

[elpa] master a85a617 03/36: Allow to use e.g. "↑" in place of "" in the docstring

2017-07-22 Thread Oleh Krehel
branch: master commit a85a617306edccb5f61cf566a90f2cf7ac50c42e Author: Oleh Krehel Commit: Oleh Krehel Allow to use e.g. "↑" in place of "" in the docstring * hydra.el (hydra-docstring-keys-translate-alist): New defvar. (hydra--format): Add "↑" to the regex, modify the head acco

[elpa] master updated (231ac7f -> 32b8352)

2017-07-22 Thread Oleh Krehel
abo_abo pushed a change to branch master. from 231ac7f Merge commit 'cb57d9b67390ae3ff70ab64169bbc4f1264244bc' from js2-mode new 69529ad hydra.el (hydra-default-hint): Add option new 5be27f4 Add a shortcut to supply a head's eval-able docstring new a85a617 A

[elpa] master f01f4a4 04/36: hydra.el (hydra-key-regex): Extract from hydra--format

2017-07-22 Thread Oleh Krehel
branch: master commit f01f4a46f227961cd2a1571a45a174cfcfbfa81c Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-key-regex): Extract from hydra--format * hydra.el (hydra-width-spec-regex): Extract from hydra--format. Now the user can configure the key regex more preci

[elpa] master 69529ad 01/36: hydra.el (hydra-default-hint): Add option

2017-07-22 Thread Oleh Krehel
branch: master commit 69529aded3009ab663b276db8f2e484d39c4ca81 Author: justbur Commit: justbur hydra.el (hydra-default-hint): Add option --- hydra.el | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hydra.el b/hydra.el index 0acd578..1260463 100644 --- a/hyd

[elpa] master 272dc4a 05/36: hydra.el (hydra-docstring-keys-translate-alist): Update

2017-07-22 Thread Oleh Krehel
branch: master commit 272dc4ad3bf12f92105775f547dfc982bae25162 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-docstring-keys-translate-alist): Update Fixes #186 --- hydra.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el inde

[elpa] master 9fd53ba 08/36: hydra.el (hydra-doc-format-spec): New defcustom

2017-07-22 Thread Oleh Krehel
branch: master commit 9fd53baa74cdef027d01bb9364c14df48999a00a Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-doc-format-spec): New defcustom Allows to align ?*? stuff easier. --- hydra.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hydra.el b/h

[elpa] master 5be27f4 02/36: Add a shortcut to supply a head's eval-able docstring

2017-07-22 Thread Oleh Krehel
branch: master commit 5be27f4b61672a4b8e9dcec2e78bacd1a95fa0d7 Author: Oleh Krehel Commit: Oleh Krehel Add a shortcut to supply a head's eval-able docstring * hydra.el (hydra--hint): Return "" if body's :hint is nil. (hydra--format): Extend the regex from e.g. _a_ to [_?]a[_?].

[elpa] master f668f4c 06/36: hydra.el (hydra-key-regex): Add "↓←→⌫⌦⏎"

2017-07-22 Thread Oleh Krehel
branch: master commit f668f4c11477d3d38230072244cd3581aa162def Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-key-regex): Add "↓←→⌫⌦⏎" Re #186 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 380ffd3..ff31b3d 100644

[elpa] master 83b9019 07/36: hydra.el (hydra-width-spec-regex): Update

2017-07-22 Thread Oleh Krehel
branch: master commit 83b9019944b768ec4a213f99594b31209b36e8c2 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-width-spec-regex): Update Fixes #188 --- hydra.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hydra.el b/hydra.el index ff31b3d..f7110

[elpa] master 1eee0f3 18/36: hydra.el (hydra-get-property): New defun.

2017-07-22 Thread Oleh Krehel
branch: master commit 1eee0f337a8021ef5de90fdf5e6b52638efe64fc Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-get-property): New defun. * hydra.el (hydra-set-property): Add doc. --- hydra.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hydra.el b/hydra.

[elpa] master 585db09 17/36: hydra-examples.el: Add example of setting verbosity

2017-07-22 Thread Oleh Krehel
branch: master commit 585db09f588805f9c49f679aa1f6d702fe115665 Author: Oleh Krehel Commit: Oleh Krehel hydra-examples.el: Add example of setting verbosity --- hydra-examples.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hydra-examples.el b/hydra-examples.el index

[elpa] master 3527b32 24/36: Fix byte compiler warnings

2017-07-22 Thread Oleh Krehel
branch: master commit 3527b321ce02b796e22a4adb2b4c3f17899ca935 Author: Oleh Krehel Commit: Oleh Krehel Fix byte compiler warnings * hydra.el: Require ring. * hydra-ox.el: Declare functions. --- hydra-ox.el | 7 +++ hydra.el| 1 + 2 files changed, 8 insertions(+) d

[elpa] master 91f8e7c 22/36: hydra.el: Bump version

2017-07-22 Thread Oleh Krehel
branch: master commit 91f8e7c13bcd9629ad1678588e58576ca6806b58 Author: Oleh Krehel Commit: Oleh Krehel hydra.el: Bump version Fixes #205 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 9b81dd4..09a0052 100644 --- a/hydra.el

[elpa] master 943636f 35/36: hydra.el: Bump version

2017-07-22 Thread Oleh Krehel
branch: master commit 943636fe4a35298d9d234222bc4520dec9ef2305 Author: Oleh Krehel Commit: Oleh Krehel hydra.el: Bump version --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 15b4829..e3b3703 100644 --- a/hydra.el +++ b/hydra.el @@ -

[elpa] master 9c2589f 19/36: Update the package description

2017-07-22 Thread Oleh Krehel
branch: master commit 9c2589f9ae6c026f9b35dd469f025cef2017dbed Author: Oleh Krehel Commit: Oleh Krehel Update the package description Remove the ancient `hydra-create' mention. Add a link to the wiki. Mention hydra-examples.el. --- hydra.el | 12 1 file changed, 8

[elpa] master 32b8352 36/36: Merge commit '943636fe4a35298d9d234222bc4520dec9ef2305' from hydra

2017-07-22 Thread Oleh Krehel
branch: master commit 32b8352c57238a370661f9bac9bb2e933163848d Merge: 231ac7f 943636f Author: Oleh Krehel Commit: Oleh Krehel Merge commit '943636fe4a35298d9d234222bc4520dec9ef2305' from hydra --- packages/hydra/hydra-examples.el | 49 +- packages/hydra/hydra-ox.el | 8 +- pack

[elpa] master dd5f703 27/36: hydra.el: Use error-message-string, not message

2017-07-22 Thread Oleh Krehel
branch: master commit dd5f703d5257e5fbedf3e2a400a68f2e7663077c Author: Oleh Krehel Commit: Oleh Krehel hydra.el: Use error-message-string, not message * hydra.el (hydra--make-defun): Update. * hydra-test.el: Update tests. Fixes #209 --- hydra-test.el | 21

[elpa] master 76d51ec 23/36: Fix compile warnings

2017-07-22 Thread Oleh Krehel
branch: master commit 76d51ecd417b426941bd84e425dcbbc72aff46af Author: Oleh Krehel Commit: Oleh Krehel Fix compile warnings --- hydra.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hydra.el b/hydra.el index 09a0052..c6fc306 100644 --- a/hydra.el +++ b/hydra.el

[elpa] master 0a5074a 09/36: hydra.el (hydra--format): Avoid inf loops

2017-07-22 Thread Oleh Krehel
branch: master commit 0a5074afe87ba18e192368fa751d15b79dd097e0 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--format): Avoid inf loops When a unrecognized key is found, skip it and go on. --- hydra.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hydra.el b/hydra.

[elpa] master 38ce88a 34/36: hydra.el : fix some docstring warning

2017-07-22 Thread Oleh Krehel
branch: master commit 38ce88a9c3be11b0431080078095159b2211ca7a Author: David AMAR Commit: David AMAR hydra.el : fix some docstring warning --- hydra.el | 58 ++ 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/hydra.el b

[elpa] master 270b917 14/36: hydra.el (defhydra): Don't eval hints during the definition

2017-07-22 Thread Oleh Krehel
branch: master commit 270b917f1c892a2cd55321e5eea1d028896d582b Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydra): Don't eval hints during the definition It's not necessary, and sometimes not even appropriate to `eval' the head's hint. For instance, the hint may assume

[elpa] master 81d88e4 15/36: hydra.el (hydra-show-hint): Extract from defhydra

2017-07-22 Thread Oleh Krehel
branch: master commit 81d88e4c11595c2d7003546e0afbbd03a5222a37 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-show-hint): Extract from defhydra * hydra-test.el: Update tests. There should be no change in the behavior, but now the code that shows the hint is all

[elpa] master f877855 12/36: hydra-examples.el (org-agenda-cts): Add

2017-07-22 Thread Oleh Krehel
branch: master commit f8778552841f44b206089a2b52a2bc2d5cbf7c68 Author: Oleh Krehel Commit: Oleh Krehel hydra-examples.el (org-agenda-cts): Add Fixes #191 --- hydra-examples.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hydra-examples.el b/hydra-examples.el index 413

[elpa] master 95008ea 30/36: hydra.el: Add automatic lookup for remaped cmd

2017-07-22 Thread Oleh Krehel
branch: master commit 95008ea38bc2b6420ba48d250b8a2bf6070a49e7 Author: David AMAR Commit: Oleh Krehel hydra.el: Add automatic lookup for remaped cmd * hydra-test.el (hydra-remap-lookup-1): (hydra-remap-lookup-2): New tests. * hydra.el (hydra-look-for-remap): New defcust

[elpa] master 63de503 21/36: hydra.el (hydra-key-regex): Add "$"

2017-07-22 Thread Oleh Krehel
branch: master commit 63de503ee8b42812e9f7488c279e95ed24f5e7f8 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-key-regex): Add "$" Fixes #203 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 1ec80ea..9b81dd4 100644 -

[elpa] master a72d68a 28/36: hydra.el (hydra-fontify-head-default): Fix head keys as "%f"

2017-07-22 Thread Oleh Krehel
branch: master commit a72d68a0f6492af6201fbdb88211cb2f7488f3be Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-fontify-head-default): Fix head keys as "%f" Fixes #223 For example, this should work now: (defhydra hydra-test () "test"

[elpa] master 1d378c6 16/36: Allow to set hydra verbosity

2017-07-22 Thread Oleh Krehel
branch: master commit 1d378c6887f4ad2f7d4797274e98f020e56f375b Author: Oleh Krehel Commit: Oleh Krehel Allow to set hydra verbosity * hydra.el (hydra--make-defun): Rewrite `hydra-show-hint' arglist. The hydra name should also be passed. (hydra-set-property): New defun.

[elpa] master d2aaf86 20/36: Fix e.g. _f_(foo) in format string

2017-07-22 Thread Oleh Krehel
branch: master commit d2aaf869ecba10664e1fa8abd69689f941e3b8f8 Author: Oleh Krehel Commit: Oleh Krehel Fix e.g. _f_(foo) in format string The "_f_" was getting replaced with "%s", which was subsequently interpreted as "%s(foo)". * hydra-test.el (hydra-format-9): New tes

[elpa] master 36fb5e0 32/36: hydra.el (defhydra): Use copy-tree on heads

2017-07-22 Thread Oleh Krehel
branch: master commit 36fb5e0149795404d0271419fd4354ba58f81dbc Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydra): Use copy-tree on heads Since HEADS arg will be modified by adding various properties, make a deep copy of it (`copy-sequence' is not enough). This

[elpa] master 2ebf862 25/36: Move Amaranth warning message to a defvar

2017-07-22 Thread Oleh Krehel
branch: master commit 2ebf8624d563f5e5b9dd3c13b973579e8d415092 Author: jasonm23 Commit: jasonm23 Move Amaranth warning message to a defvar --- hydra.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index b4c1926..6895251 100644 --- a/hydra.el ++

[elpa] master 3db82e5 29/36: Implement named columns

2017-07-22 Thread Oleh Krehel
branch: master commit 3db82e5f4340e40143c594192177088fe1a61443 Author: David AMAR Commit: Oleh Krehel Implement named columns This is a first rough implementation to gather early reviews diff with code snippet from #147: - Dash dependencies removed - slight refactor

[elpa] master 2751f00 31/36: Remove trailing whitespace from :column docstring

2017-07-22 Thread Oleh Krehel
branch: master commit 2751f00c2c3daa8cc00f0fee7d01c803ddde7bb2 Author: David AMAR Commit: David AMAR Remove trailing whitespace from :column docstring Table doctrings generated from :column algorithm no longer have trailing whitespace Test hydra-column-1 modified accordingly

[elpa] master 02f2907 33/36: hydra.el (hydra--sort-heads): change ordering method of columns

2017-07-22 Thread Oleh Krehel
branch: master commit 02f29073e0074ffc124c3545f87f21f73f3c057e Author: David AMAR Commit: David AMAR hydra.el (hydra--sort-heads): change ordering method of columns The order was based upon the alphabetical order of the column name. It is now done upon the order in which column

[elpa] master a07b92a 26/36: lv.el (lv-window): Rename to " *LV*"

2017-07-22 Thread Oleh Krehel
branch: master commit a07b92a8755dfb064701210b634e2dc4839552ac Author: Oleh Krehel Commit: Oleh Krehel lv.el (lv-window): Rename to " *LV*" No reason to have this buffer visible by default. Re abo-abo/swiper#666 --- lv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[elpa] master 6d5bdf7 11/36: Introduce (:hint none)

2017-07-22 Thread Oleh Krehel
branch: master commit 6d5bdf7cb06e05e4b5aa05f7bae887f213ecf10a Author: Oleh Krehel Commit: Oleh Krehel Introduce (:hint none) * hydra-examples.el (hydra-org-agenda-view): New example. * hydra.el (hydra--format): Revert to the old behavior for (:hint nil). Turn off the b

[elpa] master 200a444 10/36: hydra.el (hydra--hint): Revert return "" for :hint nil

2017-07-22 Thread Oleh Krehel
branch: master commit 200a1905f9a60b8bc7faaf793981f8363f20 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--hint): Revert return "" for :hint nil * hydra.el (hydra--format): When body's :hint is nil /and/ the docstring starts with a newline, set the output of `hydr