[elpa] master 3c1f421: rainbow: fix font-lock-mode refresh

2015-03-06 Thread Julien Danjou
branch: master commit 3c1f42135995348976e25dffa2270e8d6ce948ba Author: Julien Danjou Commit: Julien Danjou rainbow: fix font-lock-mode refresh --- packages/rainbow-mode/rainbow-mode.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/rainbow-mode/rain

[elpa] master 806e04b 09/72: Don't clutter Echo Area

2015-03-06 Thread Oleh Krehel
branch: master commit 806e04b315283a6d3fdffb7ff45eec78a3ca6dbe Author: Oleh Krehel Commit: Oleh Krehel Don't clutter Echo Area * lv.el (lv-wnd): New variable. (lv-window): New defun to get a window similar in properties to Echo Area. (lv-message): New defun, a replacement fo

[elpa] master 4f0ef62 27/72: hydra.el (hydra-pink-fallback): Add

2015-03-06 Thread Oleh Krehel
branch: master commit 4f0ef6298ce4bb3204318a9dd1210794735eb106 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-pink-fallback): Add * hydra.el (defhydra): More advanced handling of the pink fallback. Re #38. --- hydra.el | 36

[elpa] master c7281e9 17/72: Minor refactoring

2015-03-06 Thread Oleh Krehel
branch: master commit c7281e905cdad0dc787bb337e2b90c79f9d8c290 Author: Oleh Krehel Commit: Oleh Krehel Minor refactoring * hydra.el (hydra--head-color): Rename from `hydra--color'. (hydra--body-color): New defun. (hydra--message): First arg isn't pre-processed by `hydra--hin

[elpa] master 81ffca0 20/72: Update faces

2015-03-06 Thread Oleh Krehel
branch: master commit 81ffca093b71c92b8c7450df678a059ab2e87bf8 Author: Oleh Krehel Commit: Oleh Krehel Update faces * hydra.el (hydra-face-red): Set default to actual color red. (hydra-face-blue): Set default to actual color blue. (hydra-face-amaranth): Explain better in the

[elpa] master abb76e8 13/72: lv.el (lv-message): Don't deactivate mark

2015-03-06 Thread Oleh Krehel
branch: master commit abb76e8a50008cd9600ffaa7b91261a9bc64d3ad Author: Oleh Krehel Commit: Oleh Krehel lv.el (lv-message): Don't deactivate mark Fixes #37 --- lv.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lv.el b/lv.el index ef67db7..65989bc 10064

[elpa] master caf114a 11/72: Fix unintentional recursion in Emacs 25

2015-03-06 Thread Oleh Krehel
branch: master commit caf114af733c3343d55885e0cf49368015b13355 Author: Oleh Krehel Commit: Oleh Krehel Fix unintentional recursion in Emacs 25 * hydra.el (hydra-cleanup): New function. (hydra-disable): Restore to previous version. (hydra--make-defun): Don't call `hydra-disab

[elpa] master 926d9a4 15/72: Add pink body color

2015-03-06 Thread Oleh Krehel
branch: master commit 926d9a4b28032cdfbcade78468e78ff33f2cfd9b Author: Oleh Krehel Commit: Oleh Krehel Add pink body color * hydra.el (hydra-face-pink): New face. (hydra--face): Update. (defhydra): Pink is a variation on amaranth. It still intercepts all bindings, but wi

[elpa] master c049a33 16/72: Allow for Ruby-style Hydra docstrings

2015-03-06 Thread Oleh Krehel
branch: master commit c049a33c2c3b7ed949880943175d7e23d278bead Author: Oleh Krehel Commit: Oleh Krehel Allow for Ruby-style Hydra docstrings * hydra.el (hydra--unalias-var): New defun. (hydra--format): New defun. (hydra--message): Use `hydra-format' instead of a static strin

[elpa] master a6c6a55 38/72: Improve compatibility for Emacs <= 24.3

2015-03-06 Thread Oleh Krehel
branch: master commit a6c6a55aa26b0220cc3c796cfecec519dcb0b53c Author: Oleh Krehel Commit: Oleh Krehel Improve compatibility for Emacs <= 24.3 * hydra.el (hydra-set-transient-map): Always take 3 arguments. (hydra--pred): New defun. (hydra-disable): Update, `overriding-termin

[elpa] master d25e560 03/72: Fix head color for heads with nil as HINT

2015-03-06 Thread Oleh Krehel
branch: master commit d25e56045fcd85cdeff735af71a0fd023ba21464 Author: Oleh Krehel Commit: Oleh Krehel Fix head color for heads with nil as HINT hydra.el (hydra--head-property): Fix. This head should work now: ("1" (text-scale-set 0) nil :bind nil :color blue)

[elpa] master 92e1922 19/72: hydra.el (hydra--hint): Take same arguments as `defhydra'

2015-03-06 Thread Oleh Krehel
branch: master commit 92e1922d938ae6d349986895dadff9bffde3e0d6 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--hint): Take same arguments as `defhydra' --- hydra.el | 72 +++--- 1 files changed, 36 insertions(+), 36 deletion

[elpa] master 7010772 32/72: hydra.el (hydra--head-color): Improve

2015-03-06 Thread Oleh Krehel
branch: master commit 7010772be1f7dc9e67673cac53c7f9b305f4e89f Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--head-color): Improve * hydra.el (hydra--face): Second arg should be BODY. (hydra--head-color): Second arg should be BODY. --- hydra.el | 45

[elpa] master f3c4dd7 02/72: hydra.el (hydra--hint): allow duplicate functions in heads

2015-03-06 Thread Oleh Krehel
branch: master commit f3c4dd7a026e49110a280dba9e0173d86ecdf9d4 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--hint): allow duplicate functions in heads * hydra.el (hydra--hint): Duplicate functions will be concatenated. Example: (defhydra hydra-zoom (

[elpa] master 989ed95 53/72: Rename compat toggle - :nonheads -> :foreign-keys

2015-03-06 Thread Oleh Krehel
branch: master commit 989ed9555c071a42758c61da3f7544da3f32a20e Author: Oleh Krehel Commit: Oleh Krehel Rename compat toggle - :nonheads -> :foreign-keys * hydra-test.el: Add tests. * hydra.el (hydra--head-color): Update. (hydra--body-foreign-keys): New defun. (hydra

[elpa] master 3222b0c 72/72: Merge commit 'e342c330807fdd09adba974611122d1c95bdf07d' from hydra

2015-03-06 Thread Oleh Krehel
branch: master commit 3222b0c8df41ad1f04b041814c16b2906683c16a Merge: ffa5405 e342c33 Author: Oleh Krehel Commit: Oleh Krehel Merge commit 'e342c330807fdd09adba974611122d1c95bdf07d' from hydra --- packages/hydra/Makefile |2 +- packages/hydra/README.md | 41 ++ packag

[elpa] master 6d6bbd4 62/72: hydra.el (hydra-key-format-spec): set default to "%s"

2015-03-06 Thread Oleh Krehel
branch: master commit 6d6bbd46ca309c41dc906cef4ee0a6eb3c84761d Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-key-format-spec): set default to "%s" * hydra-test.el (hydra-format): Update test. (hydra-format-with-sexp): Update test. --- hydra-test.el |8 hy

[elpa] master 2eddb83 43/72: hydra-test.el (hydra-format): New test

2015-03-06 Thread Oleh Krehel
branch: master commit 2eddb832a0a737e78b33525bdf18629ec62933ff Author: Oleh Krehel Commit: Oleh Krehel hydra-test.el (hydra-format): New test * hydra.el (hydra-fontify-head-greyscale): New defun. Usable as `hydra-fontify-head-function'. --- hydra-test.el | 26 ++

[elpa] master ae70e9a 41/72: Fix pink and teal Hydras running :post

2015-03-06 Thread Oleh Krehel
branch: master commit ae70e9a364c7e371de31b599f21f2adeca40ff06 Author: Oleh Krehel Commit: Oleh Krehel Fix pink and teal Hydras running :post * hydra.el (hydra--make-defun): Update. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hy

[elpa] master 26c3fee 60/72: Remove hydra-exit

2015-03-06 Thread Oleh Krehel
branch: master commit 26c3feed9577975f3dc0026142c4c6ffcfb59547 Author: Oleh Krehel Commit: Oleh Krehel Remove hydra-exit * hydra-test.el: Revert tests. * hydra.el (hydra-exit): Delete, since `hydra-exit' doesn't run :post. (hydra--delete-duplicates): Simplify. (defh

[elpa] master db0415e 49/72: hydra.el (hydra-keyboard-quit): Add

2015-03-06 Thread Oleh Krehel
branch: master commit db0415eb3ced05ec5fa2cb5735e65e4bd0d0cd43 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-keyboard-quit): Add * hydra.el (hydra--handle-nonhead): Use `hydra-keyboard-quit'. (defhydra): Work-around multiple definitions. * hydra-test.el (hydra

[elpa] master e1e2e3e 69/72: lv.el (lv-window): Bind `golden-ratio-mode' to nil

2015-03-06 Thread Oleh Krehel
branch: master commit e1e2e3e1f6e14d01c47b3706b931721113e182fe Author: Oleh Krehel Commit: Oleh Krehel lv.el (lv-window): Bind `golden-ratio-mode' to nil Re #64. --- lv.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lv.el b/lv.el index 2db442f..7b19074

[elpa] master 9c68e0a 68/72: Add :timeout option to hydra body

2015-03-06 Thread Oleh Krehel
branch: master commit 9c68e0af394ab742419779e2a1df894cbbfd8fcb Author: Oleh Krehel Commit: Oleh Krehel Add :timeout option to hydra body * hydra.el (hydra--make-defun): Call `hydra-timeout' with :timeout if it's given. (hydra-timer): New var to hold the timer. (hydra-t

[elpa] master 0f733d8 37/72: Add an option to fontify heads in a custom way

2015-03-06 Thread Oleh Krehel
branch: master commit 0f733d8efcce7e82126282bcdfc92c4c7d25b273 Author: Oleh Krehel Commit: Oleh Krehel Add an option to fontify heads in a custom way * hydra.el (hydra--hint): Forward to `hydra-fontify-head'. (hydra-fontify-head-function): New defvar. (hydra-fontify-head-def

[elpa] master f231dc0 55/72: Simplify the hint part of each head

2015-03-06 Thread Oleh Krehel
branch: master commit f231dc0237c7d3fe01422185476713ff1af5ab10 Author: Oleh Krehel Commit: Oleh Krehel Simplify the hint part of each head * hydra.el (defhydra): All heads that don't have a hint, will get "" as hint. The behavior will remain the same. (hydra--head-property

[elpa] master 55682e7 57/72: Improve handling of heads with duplicate cmd

2015-03-06 Thread Oleh Krehel
branch: master commit 55682e74b2ed2e76cac0e43bf72841f8b7767860 Author: Oleh Krehel Commit: Oleh Krehel Improve handling of heads with duplicate cmd hydra.el (hydra--delete-duplicates): Modify :cmd-name property of duplicate head to to name of the head that it duplicates. Hea

[elpa] master 764f4b6 67/72: hydra.el (hydra--format): Amend key regex

2015-03-06 Thread Oleh Krehel
branch: master commit 764f4b6aebca0a59093932f105de0da7e1efc544 Author: hura Commit: hura hydra.el (hydra--format): Amend key regex Recognize the '{' and '}' keys. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index bd0555

[elpa] master 71d70f6 46/72: Add :body-pre switch

2015-03-06 Thread Oleh Krehel
branch: master commit 71d70f6aacc4d11b4bd84e95c000d41b42ce34bb Author: Oleh Krehel Commit: Oleh Krehel Add :body-pre switch It will be run as the first thing in the prefix/body function. re #41 Example: (defvar hydra-vi/init-pos nil) (defhydra

[elpa] master 8dec3cd 70/72: Allow for a %s(test) spec in docstring

2015-03-06 Thread Oleh Krehel
branch: master commit 8dec3cd07bbc7dfae0ef1de356ebd6da87aa8a70 Author: Oleh Krehel Commit: Oleh Krehel Allow for a %s(test) spec in docstring * hydra.el (hydra-set-transient-map): Avoid compiler warnings. (hydra--format): Add s? to regex. - %(test) will translate to (fo

[elpa] master e342c33 71/72: hydra-ox.el: Emulate org-mode export dispatch

2015-03-06 Thread Oleh Krehel
branch: master commit e342c330807fdd09adba974611122d1c95bdf07d Author: Oleh Krehel Commit: Oleh Krehel hydra-ox.el: Emulate org-mode export dispatch * hydra-ox.el (hydra-ox): New radiogroup. (hydra-ox-html): New hydra. (hydra-ox-latex): New hydra. (hydra-ox-text): New hy

[elpa] master 5242aad 48/72: Fix :exit t / :exit nil inheritance issue

2015-03-06 Thread Oleh Krehel
branch: master commit 5242aad74913d5040954f1bfca0859fa02528175 Author: Oleh Krehel Commit: Oleh Krehel Fix :exit t / :exit nil inheritance issue * hydra-test.el (hydra-compat-colors): Add test. * hydra.el (hydra--aggregate-color): New defun. (hydra--head-color): Update.

[elpa] master 41f98bd 66/72: Don't wrap `hydra-repeat'

2015-03-06 Thread Oleh Krehel
branch: master commit 41f98bdfc8a6210e7785f1e87e5425ff46bf1b92 Author: Oleh Krehel Commit: Oleh Krehel Don't wrap `hydra-repeat' * hydra.el (hydra--delete-duplicates): Update. (hydra--vconcat): Trim trailing spaces. * hydra-test.el (hydra-red-error): Update test. (h

[elpa] master ace99b3 51/72: hydra.el (hydra--make-defun): Update signature

2015-03-06 Thread Oleh Krehel
branch: master commit ace99b3e39e0703d153a4673d240d2862c5ceb18 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--make-defun): Update signature --- hydra.el | 107 ++--- 1 files changed, 60 insertions(+), 47 deletions(-) diff -

[elpa] master 0d9c95e 47/72: Update README.md

2015-03-06 Thread Oleh Krehel
branch: master commit 0d9c95edd00b0051e58714acfe4872bdfead001e Author: hura Commit: hura Update README.md --- README.md |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 227bfb3..1bbeffe 100644 --- a/README.md +++ b/README.md @@ -50,6 +50

[elpa] master 8e90037 65/72: Add some features for generating tables

2015-03-06 Thread Oleh Krehel
branch: master commit 8e90037eda7599cfb9caa57a516129690e2239ae Author: Oleh Krehel Commit: Oleh Krehel Add some features for generating tables * hydra.el (hydra--pad): New defun. (hydra--matrix): New defun. (hydra--cell): New defun. (hydra--vconcat): New defun. (hydr

[elpa] master 41ec124 50/72: Avoid generating multiple defuns with same name

2015-03-06 Thread Oleh Krehel
branch: master commit 41ec124aa9660a503e06343d5b0f247a4aaac1fb Author: Oleh Krehel Commit: Oleh Krehel Avoid generating multiple defuns with same name * hydra.el (hydra--head-name): New defun. (hydra--delete-duplicates): New defun. (defhydra): Update to use `hydra--delete-du

[elpa] master eb1e0fc 58/72: Don't bind nil heads in outside keymaps

2015-03-06 Thread Oleh Krehel
branch: master commit eb1e0fc25c239ad8a3893c9e85479cae0a880035 Author: Oleh Krehel Commit: Oleh Krehel Don't bind nil heads in outside keymaps * hydra.el (hydra-exit): New command to be used for nil heads. (hydra--delete-duplicates): Update for `hydra-exit'. (defhydra): Don'

[elpa] master efcffc0 45/72: hydra-examples.el: Add example 9

2015-03-06 Thread Oleh Krehel
branch: master commit efcffc037042d9cfebb5b8a62c396e737615d0eb Author: Oleh Krehel Commit: Oleh Krehel hydra-examples.el: Add example 9 --- hydra-examples.el | 16 hydra-test.el |5 ++--- hydra.el |2 +- 3 files changed, 19 insertions(+), 4 deletions(

[elpa] master 3c06695 56/72: Amend the key regex in docstring to include <>

2015-03-06 Thread Oleh Krehel
branch: master commit 3c066953e5b4ab8cdf8cc4b3b950f81617ed01cd Author: Oleh Krehel Commit: Oleh Krehel Amend the key regex in docstring to include <> Re #50. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index fdc5379..0f

[elpa] master 7de26d0 64/72: Add `hydra-repeat': hydra-specific `repeat'

2015-03-06 Thread Oleh Krehel
branch: master commit 7de26d04a6fa27a976d6b4135c8c08dd4c2795bf Author: Oleh Krehel Commit: Oleh Krehel Add `hydra-repeat': hydra-specific `repeat' * hydra.el (hydra-repeat): New defun. (hydra-repeat--command): New defvar. (hydra-repeat--prefix-arg): New defvar. Exam

[elpa] master e567bd6 59/72: lv.el (lv-window): set-window-parameter 'no-other-window

2015-03-06 Thread Oleh Krehel
branch: master commit e567bd60fe7377515e9c4d800870871e75271c80 Author: Oleh Krehel Commit: Oleh Krehel lv.el (lv-window): set-window-parameter 'no-other-window --- lv.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lv.el b/lv.el index 65989bc..2db442f 100644 --

[elpa] master c413b5f 54/72: Allow for a custom key format spec in docstrings

2015-03-06 Thread Oleh Krehel
branch: master commit c413b5f745cda9f6d7f5f1ca1369168ac30d0a22 Author: Oleh Krehel Commit: Oleh Krehel Allow for a custom key format spec in docstrings * hydra.el (hydra-key-format-spec): New defcustom. (hydra--format): Use `hydra-key-format-spec'. Allow for 0-9 and / in key

[elpa] master a71b76e 35/72: Intercept quit signals

2015-03-06 Thread Oleh Krehel
branch: master commit a71b76e3852bbba90630c6005a70abe9a31bf7e6 Author: Oleh Krehel Commit: Oleh Krehel Intercept quit signals * hydra.el (hydra--format): Make keys wider. (hydra--make-defun): Catch quit. (hydra-pink-fallback): Catch quit. * hydra-test.el: Update tes

[elpa] master ef1f61d 40/72: hydra.el (hydra--handle-nonhead): Fix bug

2015-03-06 Thread Oleh Krehel
branch: master commit ef1f61d12dca1022d7e5334d004613bc0a1926fa Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--handle-nonhead): Fix bug --- hydra.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hydra.el b/hydra.el index 696157e..6e8ae00 100644 --- a/hyd

[elpa] master cb28124 44/72: Allow sexps in Ruby-style docstrings

2015-03-06 Thread Oleh Krehel
branch: master commit cb28124af8c9f0231662f4d184d1cbc8d7e83a86 Author: Oleh Krehel Commit: Oleh Krehel Allow sexps in Ruby-style docstrings * hydra.el (hydra--format): Improve. No error handling or checking yet, but should work fine if the docstring is correct. * hydr

[elpa] master 3040f45 61/72: hydra.el (hydra--format): Amend key regex

2015-03-06 Thread Oleh Krehel
branch: master commit 3040f45bf9f4414df31f5650d6d5b8d7ae97c8e9 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--format): Amend key regex Re #50. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 3b73f44..df764cc

[elpa] master 9fc928b 63/72: hydra.el (hydra--format): Amend key regex

2015-03-06 Thread Oleh Krehel
branch: master commit 9fc928b8abe615cf7a5d84fe56a542da3ec9f926 Author: François Févotte Commit: François Févotte hydra.el (hydra--format): Amend key regex Recognize the '=' key. --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.

[elpa] master 54004d2 52/72: hydra.el (hydra-verbose): New defcustom

2015-03-06 Thread Oleh Krehel
branch: master commit 54004d21a276ba3d1b88f5f6182f7badb778f91e Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-verbose): New defcustom * hydra.el (hydra--head-color): Switch from `error' to `hydra--complain' in one case. (hydra--complain): New defun. Fixes

[elpa] master a4c4eb6 36/72: Add example for `Buffer-menu-mode'

2015-03-06 Thread Oleh Krehel
branch: master commit a4c4eb6acbe2a2de689a11bd6cfe1bd5f8d476eb Author: Oleh Krehel Commit: Oleh Krehel Add example for `Buffer-menu-mode' --- hydra-examples.el | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/hydra-examples.el b/hydra-e

[elpa] master 0881733 28/72: hydra.el (defhydra): Fix typo

2015-03-06 Thread Oleh Krehel
branch: master commit 0881733ebe1e3f6fff14e4e1c7824ae7d74b4e0e Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydra): Fix typo Re #38 --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 1ff668e..fcb8cde 100644 --- a

[elpa] master b81d078 29/72: Generate a global resetter in `defhydradio'

2015-03-06 Thread Oleh Krehel
branch: master commit b81d078e7713722ac0688a6bdb907d46d37a0e3e Author: Oleh Krehel Commit: Oleh Krehel Generate a global resetter in `defhydradio' * hydra.el (defhydradio): `NAME/reset-radios' will be generated. (hydra--quote-maybe): Don't quote nil. * hydra-test.el: Up

[elpa] master 614e1f7 07/72: `defhydra' should be indented as `defun'

2015-03-06 Thread Oleh Krehel
branch: master commit 614e1f7cdbf17d9a97a965950578503a01734316 Author: Oleh Krehel Commit: Oleh Krehel `defhydra' should be indented as `defun' --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 70de566..d44893a 100644 --- a/hydr

[elpa] master 88b32d5 24/72: hydra.el (hydra--hint): Add exception

2015-03-06 Thread Oleh Krehel
branch: master commit 88b32d50dcc72e717fbc2868399626a96d967344 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--hint): Add exception * hydra.el (hydra--hint): Don't add semicolon to docstrings that start with a newline. --- hydra.el |4 +++- 1 files changed, 3 ins

[elpa] master e962ff1 39/72: hydra.el: remove no :pre, :post restriction for Emacs<24.4

2015-03-06 Thread Oleh Krehel
branch: master commit e962ff16a96988edfba45ec8b501f0dc920149ca Author: Oleh Krehel Commit: Oleh Krehel hydra.el: remove no :pre, :post restriction for Emacs<24.4 --- hydra.el |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/hydra.el b/hydra.el index 9e81a3f..

[elpa] master 2c01db0 42/72: hydra.el (hydra--handle-nonhead): Update signature

2015-03-06 Thread Oleh Krehel
branch: master commit 2c01db0966e557cb2b9d085e2ea80ac01332ac62 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--handle-nonhead): Update signature * hydra.el (hydra--format): Update docstring. (hydra-pink-fallback): Add docstring. (defhydra): Update call to `hydra--ha

[elpa] master 1eebfed 34/72: Allow `format'-style width specifiers in docstring

2015-03-06 Thread Oleh Krehel
branch: master commit 1eebfed70e792d266cb08c6e6b11bec140a0977f Author: Oleh Krehel Commit: Oleh Krehel Allow `format'-style width specifiers in docstring * hydra.el (hydra--hint): Process less data. (hydra--format): Change to add `format'-style width specifiers. Example

[elpa] master c41c932 31/72: README.md: fix tables

2015-03-06 Thread Oleh Krehel
branch: master commit c41c9328da8413d3f0093b72bf9b64177053b2ce Author: Oleh Krehel Commit: Oleh Krehel README.md: fix tables --- README.md | 32 ++-- 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index dbe8abb..227bfb3 1

[elpa] master d0e8d57 33/72: hydra.el (hydra-add-font-lock): Add `defhydradio'

2015-03-06 Thread Oleh Krehel
branch: master commit d0e8d57b15b053fa8972654e3f5fad492ae7b576 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-add-font-lock): Add `defhydradio' --- hydra.el |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hydra.el b/hydra.el index 6b73627..bf1b558 100644

[elpa] master 216550e 06/72: Add option to font-lock `defhydra'

2015-03-06 Thread Oleh Krehel
branch: master commit 216550ee2376e9fe1f3bc6ea10d3321825c3e33b Author: Oleh Krehel Commit: Oleh Krehel Add option to font-lock `defhydra' * hydra.el (hydra-add-font-lock): New function. Fixes #32. --- hydra.el |8 1 files changed, 8 insertions(+), 0 deletions(

[elpa] master 0a3cc60 30/72: Add compat color-less syntax

2015-03-06 Thread Oleh Krehel
branch: master commit 0a3cc60f5856eb4a38204b9075d67d058ba56bef Author: Oleh Krehel Commit: Oleh Krehel Add compat color-less syntax * hydra.el (hydra--head-color): Adapt compat switches. (hydra--body-color): Adapt compat switches. (hydra--handle-nonhead): Move verbatim from

[elpa] master 42cb833 21/72: hydra.el (hydra--hint): Take same arguments as `defhydra'

2015-03-06 Thread Oleh Krehel
branch: master commit 42cb833d5a9219dbcdef1f88c639f32535257cef Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--hint): Take same arguments as `defhydra' --- hydra.el | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hydra.el b/hydra.el index 83c05d0..

[elpa] master 8bca51b 04/72: Warn about explict red heads on amaranth body

2015-03-06 Thread Oleh Krehel
branch: master commit 8bca51bfa18c931a433eb2de42d1a275384a8ae1 Author: Oleh Krehel Commit: Oleh Krehel Warn about explict red heads on amaranth body * hydra.el (defhydra): With amaranth body, all heads that aren't blue become amaranth. Specifying red explicitly does nothing. Add

[elpa] master 688e8fd 23/72: hydra.el (hydra--head-color): fix for teal color

2015-03-06 Thread Oleh Krehel
branch: master commit 688e8fdc06ebaf824f91723da8d30c01f20215de Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--head-color): fix for teal color --- hydra.el | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/hydra.el b/hydra.el index cfebf5e..a9447

[elpa] master f04f14c 14/72: hydra.el (defhydra): Update doc

2015-03-06 Thread Oleh Krehel
branch: master commit f04f14c7605569dcc3c1f6ef5aa0c9d1bacc1b25 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydra): Update doc --- hydra.el | 23 +++ 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/hydra.el b/hydra.el index 416ea60..f4c0842 1006

[elpa] master 62f9b05 01/72: Allow some heads with no hints

2015-03-06 Thread Oleh Krehel
branch: master commit 62f9b058f4e680b7cc89e46df05a23571349c846 Author: Oleh Krehel Commit: Oleh Krehel Allow some heads with no hints * hydra.el (hydra--hint): If the HINT part of HEAD is explicitely nil, omit it from the compound hint. Example: (global-s

[elpa] master 4aa8826 18/72: hydra.el (hydra--message): Take same arguments as `defhydra'

2015-03-06 Thread Oleh Krehel
branch: master commit 4aa8826d165925dbe25bba513fbe747ae52048ad Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--message): Take same arguments as `defhydra' --- hydra.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hydra.el b/hydra.el index 6c54902.

[elpa] master 0cda4ce 26/72: Fix typos

2015-03-06 Thread Oleh Krehel
branch: master commit 0cda4ce6f9f322bb649d844f2ba94c71c906299c Author: Oleh Krehel Commit: Oleh Krehel Fix typos * hydra.el (defhydra): Fix A/An and "aboring". --- hydra.el | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/hydra.el b/hy

[elpa] master 6f7cef2 22/72: Add teal body color

2015-03-06 Thread Oleh Krehel
branch: master commit 6f7cef2600ea3a8ecd3d26e02936785d8329ceb4 Author: Oleh Krehel Commit: Oleh Krehel Add teal body color * hydra.el (hydra-face-teal): New face. (hydra--face): Update. (defhydra): Teal color is the same as amaranth, except the heas inherit blue instead

[elpa] master 2086614 10/72: hydra.el (defhydradio): New macro

2015-03-06 Thread Oleh Krehel
branch: master commit 208661423bc4cb805004f93997659e27cfe8b2a3 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (defhydradio): New macro * hydra.el (hydra--radio): New defun. (hydra--quote-maybe): New defun. (hydra--cycle-radio): New defun. * hydra-test.el (defhydra

[elpa] master 06b35f7 08/72: Remove obsoletes

2015-03-06 Thread Oleh Krehel
branch: master commit 06b35f77fdd77ce2c86d9cb5ad30d1c13134d176 Author: Oleh Krehel Commit: Oleh Krehel Remove obsoletes * hydra.el (hydra-create): Remove * hydra-examples.el (hydra-example-text-scale): Remove. (hydra-example-move-window-splitter): Remove. (hydra-exa

[elpa] master bb38641 05/72: hydra.el (hydra--make-defun): simplify

2015-03-06 Thread Oleh Krehel
branch: master commit bb386412601166167559225fee2f4c2a50d0494f Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra--make-defun): simplify --- hydra-test.el | 10 +- hydra.el |2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hydra-test.el b/hydra-te

[elpa] master updated (ffa5405 -> 3222b0c)

2015-03-06 Thread Oleh Krehel
abo_abo pushed a change to branch master. from ffa5405 Merge commit 'e085a333867959a1b36015a3ad8e12e5bd6550d9' from company new 62f9b05 Allow some heads with no hints new f3c4dd7 hydra.el (hydra--hint): allow duplicate functions in heads new d25e560 Fix head

[elpa] master d04ef9b 12/72: hydra.el (hydra-cleanup): reorder

2015-03-06 Thread Oleh Krehel
branch: master commit d04ef9bd182f8756f9f54f9e0765619b6a2b55e4 Author: Oleh Krehel Commit: Oleh Krehel hydra.el (hydra-cleanup): reorder Re #36 --- hydra.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hydra.el b/hydra.el index c26ddcf..416ea60 10064

[elpa] master 9769143 25/72: hydra-examples.el: Add example 7

2015-03-06 Thread Oleh Krehel
branch: master commit 976914322d7db3294b9dfffb73d89ed738397d40 Author: Oleh Krehel Commit: Oleh Krehel hydra-examples.el: Add example 7 --- hydra-examples.el | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/hydra-examples.el b/hydra-example