[elpa] master b3ca886 133/272: counsel.el (counsel--generic): Improve

2016-04-25 Thread Oleh Krehel
branch: master commit b3ca8860ecc8f52bbc30f432f56bd7a863814415 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--generic): Improve --- counsel.el |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/counsel.el b/counsel.el index c531367..e6a2bad 100644

[elpa] master 2905d17 153/272: doc/ivy.org: fix typos

2016-04-25 Thread Oleh Krehel
branch: master commit 2905d17fae550adf20489d1166e4690b73464b62 Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: fix typos --- doc/ivy.org | 10 +- doc/ivy.texi | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/ivy.org b/doc/ivy.org index

[elpa] master 569c11e 017/272: ivy.el (ivy-completion-in-region): Use compact ivy-count-format

2016-04-25 Thread Oleh Krehel
branch: master commit 569c11e9a4b1734594ac5c7a29fb607b259a4911 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-completion-in-region): Use compact ivy-count-format --- ivy.el |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index feff8d9..8ab8139

[elpa] master 4696b89 057/272: ivy.el (ivy-switch-buffer-other-window): New command

2016-04-25 Thread Oleh Krehel
branch: master commit 4696b890dc5fc5bb15820e98a5d5d82436117d51 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-switch-buffer-other-window): New command * ivy.el (ivy-mode-map): Remap `switch-to-buffer-other-window' to `ivy-switch-buffer-other-window'. Fixes #361 ---

[elpa] master e12ff84 125/272: counsel.el (counsel-list-processes-action-switch): Improve

2016-04-25 Thread Oleh Krehel
branch: master commit e12ff84a09a0e796c171cbed036cb9a008f1241d Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-list-processes-action-switch): Improve Fixes #398 --- counsel.el |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/counsel.el b/co

[elpa] master 63688c6 267/272: Add a couple tests for ivy-read with alists

2016-04-25 Thread Oleh Krehel
branch: master commit 63688c68872fff0b54e927b765d6a305998a6f91 Author: Oleh Krehel Commit: Oleh Krehel Add a couple tests for ivy-read with alists * ivy-test.el (ivy-read): Add tests. To summarize how it works: 1. Only the keys of the alist are offered for completi

[elpa] master 0a9780b 046/272: ivy.el (ivy--recompute-index): Update cl-position logic

2016-04-25 Thread Oleh Krehel
branch: master commit 0a9780baf74a545419c3d4d6c4e82d0691f24d5c Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--recompute-index): Update cl-position logic Re #207 --- ivy.el |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ivy.el b/ivy.el index 553

[elpa] master 4c99ec6 107/272: counsel.el: Shuffle functions

2016-04-25 Thread Oleh Krehel
branch: master commit 4c99ec6ee59a132ac26611f381a9c343d1246bf3 Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Shuffle functions --- counsel.el | 181 ++-- 1 file changed, 92 insertions(+), 89 deletions(-) diff --git a/counsel.el

[elpa] master c27cde2 072/272: ivy.el (ivy--reset-state): Don't deactivate region

2016-04-25 Thread Oleh Krehel
branch: master commit c27cde28fb65f85800ae1d8a59158a8d0d548719 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--reset-state): Don't deactivate region Fixes #377 --- ivy.el |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ivy.el b/ivy.el index af83c8

[elpa] master 9aee83a 105/272: ivy.el (ivy-completion-in-region): Bind completion-ignore-case

2016-04-25 Thread Oleh Krehel
branch: master commit 9aee83aca1fe6f370d5adde4fe2516790014e01a Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-completion-in-region): Bind completion-ignore-case It's convenient to have it the same value as `case-fold-search'. --- ivy.el |1 + 1 file changed, 1 insertion(+)

[elpa] master 591c8fe 167/272: ivy.el (ivy-expand-file-if-directory): Fix "/ssh:" regression

2016-04-25 Thread Oleh Krehel
branch: master commit 591c8fe22b3e0b89fd3bb83328d0b101508721ca Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-expand-file-if-directory): Fix "/ssh:" regression --- ivy.el |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index 5a19227..fcac7

[elpa] master c24b6de 217/272: swiper.el (swiper-query-replace): Improve "M-n"

2016-04-25 Thread Oleh Krehel
branch: master commit c24b6de1a2ce9e04b9b917b6ef8cbc9c09e09be7 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-query-replace): Improve "M-n" To replace a symbol with a similar symbol, 1. Press "C-s" "M-n" for `swiper' and select the symbol at point as input. 2

[elpa] master 94a7b0f 140/272: * ivy.el (ivy-format-function-line): Remove `extra' parameter.

2016-04-25 Thread Oleh Krehel
branch: master commit 94a7b0fdac088e53d91f88ff35c0bb4cca4a92de Author: Stephen Whipple Commit: Stephen Whipple * ivy.el (ivy-format-function-line): Remove `extra' parameter. Remove `extra' parameter to match the expected arity. --- ivy.el |8 1 file changed, 4 insertio

[elpa] master 1737ced 064/272: ivy.el (ivy-inhibit-action): New variable

2016-04-25 Thread Oleh Krehel
branch: master commit 1737ced72b9d5ed981cc9ca2b0a1b8a31ab5da22 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-inhibit-action): New variable Fixes #363 --- ivy.el | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/i

[elpa] master e3e1f51 052/272: ivy.el (ivy-ffap-url-functions): Customize "C-x C-f M-n"

2016-04-25 Thread Oleh Krehel
branch: master commit e3e1f51eecbe78d06528d06e35fae3ea0459eb3d Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-ffap-url-functions): Customize "C-x C-f M-n" * ivy.el (ivy-ffap-url-functions): New defvar. (ivy--cd-maybe): When calling a function in `ivy-ffap-url-functions'

[elpa] master 44856a3 219/272: ivy.el (ivy-read): Revert abf880f

2016-04-25 Thread Oleh Krehel
branch: master commit 44856a390dfd20d579fb3add68e145ef694e09b5 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-read): Revert abf880f Re #454 --- ivy.el |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ivy.el b/ivy.el index b5b8f86..4f46ae4 100644 ---

[elpa] master d996215 038/272: Add counsel-descbinds

2016-04-25 Thread Oleh Krehel
branch: master commit d996215c9e2757deae391619839037cbbdfa7b9c Author: Oleh Krehel Commit: Oleh Krehel Add counsel-descbinds * ivy.el (ivy-read-action): Update prompt for "C-M-a". * counsel.el (counsel--find-symbol): Use ivy-window. (counsel--descbinds-cands): New defun

[elpa] master 0c5f68c 183/272: counsel.el (counsel-pt): Add

2016-04-25 Thread Oleh Krehel
branch: master commit 0c5f68cc6971de8ccdc9ff6107c4142c78dbfbfc Author: justbur Commit: justbur counsel.el (counsel-pt): Add counsel.el (counsel-pt-base-command): Used in place of counsel-ag-base-command for counsel-pt. --- counsel.el | 24 ++-- 1 file chan

[elpa] master e9e8ec0 112/272: counsel.el: Shuffle functions

2016-04-25 Thread Oleh Krehel
branch: master commit e9e8ec007c6a2a631922125d1a2c98f4f16de214 Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Shuffle functions --- counsel.el | 874 ++-- 1 file changed, 439 insertions(+), 435 deletions(-) diff --git a/counsel.

[elpa] master a50f668 111/272: counsel.el (counsel-locate-options): Make obsolete

2016-04-25 Thread Oleh Krehel
branch: master commit a50f668af9a70049c54b6c85683f375d64dfb3bb Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-locate-options): Make obsolete * counsel.el (counsel-locate-cmd): New defcustom that replaces `counsel-locate-options'. (counsel-locate-cmd-default):

[elpa] master 5765208 185/272: counsel.el (counsel-pt-base-command): Add regex flag

2016-04-25 Thread Oleh Krehel
branch: master commit 5765208c97655ef48a3f2349d4994bd764c125e7 Author: justbur Commit: justbur counsel.el (counsel-pt-base-command): Add regex flag --- counsel.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 0a493f8..ff0daa0 100644 ---

[elpa] master dabd1f8 205/272: ivy.el (ivy-avy): Make "C-g" cancel gracefully

2016-04-25 Thread Oleh Krehel
branch: master commit dabd1f82c8960a038b905213a0561536d599ecac Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-avy): Make "C-g" cancel gracefully Fixes abo-abo/avy#140 --- ivy.el |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index

[elpa] master 615dd90 241/272: counsel.el (counsel-grep-action): Work better from ivy-occur

2016-04-25 Thread Oleh Krehel
branch: master commit 615dd90094131cc95fe2d5851864ca0a5531bcfc Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-grep-action): Work better from ivy-occur --- counsel.el | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/counsel.el b/counsel.

[elpa] master a9205fa 232/272: counsel.el (counsel-expression-history): New command

2016-04-25 Thread Oleh Krehel
branch: master commit a9205fa41f8a77c70a2f829c95f95a49f8e817f1 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-expression-history): New command * README.md: Update. --- README.md |1 + counsel.el |6 ++ 2 files changed, 7 insertions(+) diff --git a/README.

[elpa] master a6cd189 192/272: counsel.el (counsel-linux-apps-list): Skip spaces around =

2016-04-25 Thread Oleh Krehel
branch: master commit a6cd18916be10214c7badf174279a0fb1e68a11e Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-linux-apps-list): Skip spaces around = The spec says to ignore the spaces around "=". https://specifications.freedesktop.org/desktop-entry-spec/deskto

[elpa] master 708ca11 141/272: ivy.el: Fix a few face declarations

2016-04-25 Thread Oleh Krehel
branch: master commit 708ca11bd58e44656ee65c13abd71f88aaf7b05b Author: Oleh Krehel Commit: Oleh Krehel ivy.el: Fix a few face declarations `customize-face' wasn't working well with them. --- ivy.el |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivy.el

[elpa] master ccbf9ef 204/272: Improve counsel-async initial anchoring

2016-04-25 Thread Oleh Krehel
branch: master commit ccbf9efc66c5fc4ae34503e90bbdb147cac233f5 Author: Oleh Krehel Commit: Oleh Krehel Improve counsel-async initial anchoring * counsel.el (counsel--async-sentinel): Rely on `ivy-recompute-index-swiper-async' even when `ivy--old-cands' is nil. * ivy.e

[elpa] master b8e373a 127/272: swiper.el (swiper-font-lock-ensure): Don't fail when font-lock is off

2016-04-25 Thread Oleh Krehel
branch: master commit b8e373a2788bd2f3415afb0f0a51b94983d66257 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-font-lock-ensure): Don't fail when font-lock is off Fixes #400 --- swiper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiper.el b/s

[elpa] master 7dd85f5 122/272: counsel.el (counsel--async-sentinel): Recognize error codes other than 1

2016-04-25 Thread Oleh Krehel
branch: master commit 7dd85f500fb30f09d57a65c3ae02dd752b083967 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--async-sentinel): Recognize error codes other than 1 Fixes #394 --- counsel.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couns

[elpa] master 022e658 090/272: When in prog-mode, "M-n" should wrap input with "\b"

2016-04-25 Thread Oleh Krehel
branch: master commit 022e65818607af5f8eeb0a9d39ee5957c0c9a9f2 Author: Oleh Krehel Commit: Oleh Krehel When in prog-mode, "M-n" should wrap input with "\b" When searching for occurrences of a symbol, it's useful to omit the cases where the symbol is a part of a larger word.

[elpa] master c8013c7 053/272: counsel.el (ivy-ffap-url-functions): Add Emacs git repo

2016-04-25 Thread Oleh Krehel
branch: master commit c8013c73524a72518f4b368362f9c4a2c6c4e490 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (ivy-ffap-url-functions): Add Emacs git repo * counsel.el (counsel-emacs-url-p): New defun. --- counsel.el | 15 +++ 1 file changed, 15 insertions(+) dif

[elpa] master 1c68495 145/272: ivy.el (ivy-expand-file-if-directory): New defun

2016-04-25 Thread Oleh Krehel
branch: master commit 1c6849575da3cadd82981c6fd696b3464e9212e6 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-expand-file-if-directory): New defun * ivy.el (ivy--directory-done): Use `ivy-expand-file-if-directory'. (ivy-partial-or-done): Use `ivy-expand-file-if-directory'.

[elpa] master c9b6e02 230/272: Make sure user keybindings are respected

2016-04-25 Thread Oleh Krehel
branch: master commit c9b6e02ba09b6c4bc5b68c9e647fe2cea53e08b9 Author: Damien Cassou Commit: Damien Cassou Make sure user keybindings are respected * ivy.el: Make sure user keybindings are reused in ivy-minibuffer-map. Without this patch, if the user specifies his own keybindi

[elpa] master 7ed5b06 119/272: ivy.el (ivy--preselect-index): Don't use regexp-quote

2016-04-25 Thread Oleh Krehel
branch: master commit 7ed5b06b3ad555401484a0b630fcf2883f8204b2 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--preselect-index): Don't use regexp-quote I don't remember why `regexp-quote' was needed in the first place. But it's useful to have it as a regex at least for `li

[elpa] master 9aa1f5c 156/272: counsel.el (counsel-mode-map): Add counsel-M-x

2016-04-25 Thread Oleh Krehel
branch: master commit 9aa1f5cc6eb9ba18b9d50f39e29fb30a2f2c8189 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-mode-map): Add counsel-M-x Re #414 --- counsel.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index d806ee

[elpa] master 7a0b243 130/272: Give ivy-read-read-action enough minibuffer space

2016-04-25 Thread Oleh Krehel
branch: master commit 7a0b24302e9f0d04ce775120da2520eb9de66fa0 Author: Oleh Krehel Commit: Oleh Krehel Give ivy-read-read-action enough minibuffer space * ivy.el (ivy-read-action): Bind (resize-mini-windows 'grow-only). Return non-nil when everything went OK. (ivy-dispatchin

[elpa] master 1d3f080 263/272: ivy.el (ivy--magic-file-slash): Allow "non-existing-dir//"

2016-04-25 Thread Oleh Krehel
branch: master commit 1d3f0808f1e1c8cd517e738a62be7deef342ce22 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--magic-file-slash): Allow "non-existing-dir//" Fixes #480 --- ivy.el |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 7

[elpa] master 08d5578 137/272: counsel.el (counsel-git-log): New command

2016-04-25 Thread Oleh Krehel
branch: master commit 08d55787516e959bf4b48e0671361e89143f810b Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-git-log): New command * counsel.el (counsel-git-log-function): New defun. (counsel-git-log-action): New defun. --- counsel.el | 42 ++

[elpa] master 6026caf 174/272: counsel.el (counsel-locate-cmd-es): Add

2016-04-25 Thread Oleh Krehel
branch: master commit 6026caf0d4948a38dbb748579c02dc5c3a8a7e1f Author: justbur Commit: Oleh Krehel counsel.el (counsel-locate-cmd-es): Add es is the shell version of the everything utility for ms windows, which functions like locate. Fixes #426 --- counsel.el | 19 ++

[elpa] master d544427 093/272: swiper.el (swiper--re-builder): Replace \t with 4 spaces

2016-04-25 Thread Oleh Krehel
branch: master commit d544427adf5a3b0f538e164e56a8bc98572e2761 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--re-builder): Replace \t with 4 spaces Since `swiper--candidates' does it, `swiper--re-builder' must do the same. --- swiper.el | 32 +-

[elpa] master eab714f 054/272: counsel.el (counsel-at-git-issue-p): New defun

2016-04-25 Thread Oleh Krehel
branch: master commit eab714f4890a6d1000a8fc3ef5adebac7f1052ee Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-at-git-issue-p): New defun * counsel.el (counsel-github-url-p): (counsel-emacs-url-p): Use `counsel-at-git-issue-p'. --- counsel.el | 61

[elpa] master 25e1444 257/272: ivy.el (ivy-use-ignore-default): New defcustom

2016-04-25 Thread Oleh Krehel
branch: master commit 25e1444f0a129f1357419cbb4ed1cdf7f51ceb7d Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-use-ignore-default): New defcustom * ivy.el (ivy-use-ignore): Is now set to `ivy-use-ignore-default'. (ivy-toggle-ignore): Update. (ivy--reset-state): Update.

[elpa] master c90784d 087/272: doc/ivy.org: Update

2016-04-25 Thread Oleh Krehel
branch: master commit c90784d13cdc68025bc878c4c328aea3d9f69970 Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Update (Example - =counsel-describe-function=): Add a paragraph on :preselect. --- doc/ivy.org |7 ++- doc/ivy.texi | 18 -- 2 files change

[elpa] master 2877ae1 063/272: ivy.el (ivy-ignore-buffers): New defcustom

2016-04-25 Thread Oleh Krehel
branch: master commit 2877ae13fac87a8c62e88c7ec82ca2f9faca21f8 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-ignore-buffers): New defcustom * ivy.el (ivy--buffer-list): Use `ivy-ignore-buffers'. Fixes #366 --- ivy.el | 34 ++ 1 file

[elpa] master 3177419 216/272: ivy.el (ivy-sort-functions-alist): Update :type

2016-04-25 Thread Oleh Krehel
branch: master commit 317741927652cb56fa9eca2c282203eea8b302df Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-sort-functions-alist): Update :type Re #453 --- ivy.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index b2c6cf9..2b7002c

[elpa] master 725e19a 170/272: counsel.el (counsel-ag-occur): Add

2016-04-25 Thread Oleh Krehel
branch: master commit 725e19ae80c4fa35fdcec3e22588bf3e95ddafc6 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-ag-occur): Add Re #423 --- counsel.el | 22 ++ 1 file changed, 22 insertions(+) diff --git a/counsel.el b/counsel.el index 53da889..2c0c

[elpa] master 79f9cda 165/272: counsel-ag: Fix escaping problem

2016-04-25 Thread Oleh Krehel
branch: master commit 79f9cdab81526246018642421b3b0f144991b1d6 Author: justbur Commit: justbur counsel-ag: Fix escaping problem Before this it is not possible to pass the string "string1\|string2" to ag, because inputing string1\|string2 gets translated into "string1\\|strin

[elpa] master b39e449 228/272: counsel.el (counsel-ag-map): Add

2016-04-25 Thread Oleh Krehel
branch: master commit b39e449743c0603ed39f0ed838d7e7d1f93f06e0 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-ag-map): Add * counsel.el (counsel-ag): Update. Fixes #462 --- counsel.el |7 +++ 1 file changed, 7 insertions(+) diff --git a/counsel.el b/c

[elpa] master 2bd092d 222/272: ivy.el (ivy--minibuffer-setup): Ensure inhibit-field-text-motion is nil

2016-04-25 Thread Oleh Krehel
branch: master commit 2bd092d274c3c27245f46dde42e2a4e4a915ea3f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--minibuffer-setup): Ensure inhibit-field-text-motion is nil It's normally nil, but may become t when debugging stuff. And that trips up ivy. --- ivy.el |1 + 1

[elpa] master dcf4957 123/272: counsel.el (counsel--async-command): Add sentinel and filter args

2016-04-25 Thread Oleh Krehel
branch: master commit dcf495781da5ff50539af386ba24cf7ccc84336c Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--async-command): Add sentinel and filter args Re #394 --- counsel.el |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/counsel.el b/

[elpa] master 87da3a2 132/272: counsel.el (counsel-async-split-string-re): New defvar

2016-04-25 Thread Oleh Krehel
branch: master commit 87da3a2eb1984ca62d4adb912ea56d279be80f05 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-async-split-string-re): New defvar * counsel.el (counsel--async-sentinel): (counsel--async-filter): Use `counsel-async-split-string-re'. --- counsel.el |

[elpa] master 41b8b0d 113/272: ivy.el (ivy-occur): Add a warning

2016-04-25 Thread Oleh Krehel
branch: master commit 41b8b0d04ac899d5b23fe86039f86902cc88eadf Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur): Add a warning --- ivy.el | 52 +++- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/ivy.el b/ivy.el in

[elpa] master f31ab12 066/272: swiper.el (swiper--ivy): Return point

2016-04-25 Thread Oleh Krehel
branch: master commit f31ab12696d9a54887c1b20372c229c9b4d78a8a Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--ivy): Return point Fixes #370 --- swiper.el | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/swiper.el b/s

[elpa] master 05a7b61 070/272: ivy.el (ivy--reset-state): Support a list of symbols as collection

2016-04-25 Thread Oleh Krehel
branch: master commit 05a7b611d8ef91b9da0575c4cccb94cfb933cbfb Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--reset-state): Support a list of symbols as collection Fixes #375 --- ivy.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el i

[elpa] master 80825a6 082/272: ivy.el: Fixup face docs

2016-04-25 Thread Oleh Krehel
branch: master commit 80825a6a43cf22e7b24c05a11672f403873a6e53 Author: Oleh Krehel Commit: Oleh Krehel ivy.el: Fixup face docs * ivy.el (ivy-minibuffer-match-face-2): (ivy-minibuffer-match-face-3): (ivy-minibuffer-match-face-4): Update doc. --- ivy.el |6 +++--- 1 file

[elpa] master 327b85a 239/272: counsel.el (counsel-expression-history): Add docstring

2016-04-25 Thread Oleh Krehel
branch: master commit 327b85ae14ccb08e52f4d64dcbf5b12c2a60825e Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-expression-history): Add docstring --- counsel.el |3 +++ 1 file changed, 3 insertions(+) diff --git a/counsel.el b/counsel.el index a2ac55c..6a657b7 100644 --- a/

[elpa] master d425392 178/272: Correctly expand the file name at point

2016-04-25 Thread Oleh Krehel
branch: master commit d4253924a7b78f150111645831165239509a4a76 Author: Ian Dunn Commit: Oleh Krehel Correctly expand the file name at point * counsel.el (counsel-find-file): Use expand-file-name after getting a file name at point. Fixes #430 --- counsel.el |3 ++-

[elpa] master ab3ad4e 085/272: doc/ivy.org: Add more CUSTOM_ID

2016-04-25 Thread Oleh Krehel
branch: master commit ab3ad4e3e443ce118bca888472eb8bcaf1102a90 Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Add more CUSTOM_ID --- doc/ivy.org | 66 +++ 1 file changed, 66 insertions(+) diff --git a/doc/ivy.org b/doc/ivy.org

[elpa] master abf880f 214/272: ivy.el (ivy-read): Make "M-o" not modify the action

2016-04-25 Thread Oleh Krehel
branch: master commit abf880f12f5a7c5f51717fdfdf7ac00ad69a289e Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-read): Make "M-o" not modify the action Re #454 --- ivy.el |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 964a947..0

[elpa] master 4ac3736 243/272: New feature: virtual views in ivy-switch-buffer

2016-04-25 Thread Oleh Krehel
branch: master commit 4ac3736c996f7af2d3874891dd62c0743e242b52 Author: Oleh Krehel Commit: Oleh Krehel New feature: virtual views in ivy-switch-buffer * ivy.el (ivy-views): New defvar that stores the pre-defined views. (ivy-source-views): New defun. (ivy-set-view-recur): New

[elpa] master b400fcc 108/272: counsel.el: Shuffle functions and rename headings

2016-04-25 Thread Oleh Krehel
branch: master commit b400fcc491f21163657eb04723cc1edad92dbe6f Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Shuffle functions and rename headings --- counsel.el | 369 ++-- 1 file changed, 187 insertions(+), 182 deletions(-) d

[elpa] master 6757030 225/272: counsel-grep now works with ivy-occur-revert-buffer

2016-04-25 Thread Oleh Krehel
branch: master commit 6757030a5b1c7b2fa80863ae08c06a73d88ad1e9 Author: Oleh Krehel Commit: Oleh Krehel counsel-grep now works with ivy-occur-revert-buffer Press "g" in a *ivy-occur counsel-grep ...* buffer to refresh the list of matches, due to possible changes in the file.

[elpa] master e5b7218 158/272: Fix swiper not revealing org overlay when at heading body end

2016-04-25 Thread Oleh Krehel
branch: master commit e5b7218cd84276013f3faafc5ae9bb1f174617a2 Author: Oleh Krehel Commit: Oleh Krehel Fix swiper not revealing org overlay when at heading body end * swiper.el (swiper--ensure-visible): Update. --- swiper.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] master d6b18f0 151/272: ivy.el (ivy-occur-press): Pulse no longer

2016-04-25 Thread Oleh Krehel
branch: master commit d6b18f00377a20de55e7776260c6436c7c123604 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-press): Pulse no longer Repeated pulses within a short time span resulted in horrible window flickering. --- ivy.el |4 +--- 1 file changed, 1 insertion(

[elpa] master 67ac850 211/272: counsel.el (counsel-M-x): Add help action

2016-04-25 Thread Oleh Krehel
branch: master commit 67ac85068c32be97f4edfa7d6f1cdcb3c991167a Author: justbur Commit: justbur counsel.el (counsel-M-x): Add help action --- counsel.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 9384262..1c43b6e 100644 --- a/counse

[elpa] master ca2b47f 240/272: Add timing information to async commands

2016-04-25 Thread Oleh Krehel
branch: master commit ca2b47fb7a37934f40327ab9b1d0e9951e7d2d5b Author: Oleh Krehel Commit: Oleh Krehel Add timing information to async commands * counsel.el (counsel--async-start): (counsel--async-duration): New defvar. (counsel--async-command): (re) set `counsel--async-star

[elpa] master ddc1d9f 114/272: Move all faces to ivy-faces group

2016-04-25 Thread Oleh Krehel
branch: master commit ddc1d9f6e738b8aa9adfc41cf3f5bb5f9547f4b4 Author: Oleh Krehel Commit: Oleh Krehel Move all faces to ivy-faces group Fixes #389 --- ivy.el |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index c3161d4..c762a6b 100644

[elpa] master 299bc13 097/272: Fix initial-input not set to nil for 'read-file-name-internal

2016-04-25 Thread Oleh Krehel
branch: master commit 299bc13b1e949c8b89aa97b229a642a878f3e690 Author: Oleh Krehel Commit: Oleh Krehel Fix initial-input not set to nil for 'read-file-name-internal ivy.el (ivy--reset-state): This change is due to (ivy-set-actions t ...) --- ivy.el |3 ++- 1 file changed, 2 ins

[elpa] master 2ab9c54 197/272: ivy.el (ivy--switch-buffer-matcher): Fix

2016-04-25 Thread Oleh Krehel
branch: master commit 2ab9c5475be259da963e4b518505b9a43c46590f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--switch-buffer-matcher): Fix --- ivy.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 76a4f58..386f01c 100644 --- a/ivy.el +++ b/

[elpa] master 119a151 242/272: Make "j"/"k" feedback more solid in ivy-occur buffers

2016-04-25 Thread Oleh Krehel
branch: master commit 119a15123f035d16ed35f96e9002911c724d5e9b Author: Oleh Krehel Commit: Oleh Krehel Make "j"/"k" feedback more solid in ivy-occur buffers * ivy.el (ivy-occur-timer): New defvar. (ivy-occur-press): Do the overlays also for `counsel-grep'. Put `swiper--clean

[elpa] master 8d04638 202/272: counsel.el: Fix breakage due to helm-rhythmbox

2016-04-25 Thread Oleh Krehel
branch: master commit 8d0463822b2b64a1710a4ebe542a6835432a1ec7 Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Fix breakage due to helm-rhythmbox --- counsel.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/counsel.el b/counsel.el index 59926e3..f6

[elpa] master d71b5c5 081/272: swiper.el (swiper--action): Update regexp-search-ring

2016-04-25 Thread Oleh Krehel
branch: master commit d71b5c5869aa96e37f38ae15b92e6cb3f68337f3 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--action): Update regexp-search-ring Re #89 --- swiper.el |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swiper.el b/swiper.el index

[elpa] master 6a5a688 201/272: counsel.el: Improve counsel-grep

2016-04-25 Thread Oleh Krehel
branch: master commit 6a5a688ff0f121067f07a038cdbbe48331e9498c Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Improve counsel-grep --- counsel.el | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/counsel.el b/counsel.el index

[elpa] master 6254e88 244/272: Allow a sexp node in ivy-views

2016-04-25 Thread Oleh Krehel
branch: master commit 6254e88140e5fb8966eb21db6997090f3078556c Author: Oleh Krehel Commit: Oleh Krehel Allow a sexp node in ivy-views Example: (setq ivy-views '( ;; ("lispy + source {}" (horz (file "lispy.el")

[elpa] master 147ae80 096/272: Fix an extra action being called for `completing-read'

2016-04-25 Thread Oleh Krehel
branch: master commit 147ae80f412926998d49a4c736ad05f9920c05ca Author: Oleh Krehel Commit: Oleh Krehel Fix an extra action being called for `completing-read' * ivy.el (ivy-read): `ivy-call' got confused for a combination of `completing-read' and `ivy-set-actions t` - since the

[elpa] master ab795d0 265/272: Don't highlight that match in the file name part

2016-04-25 Thread Oleh Krehel
branch: master commit ab795d0dc0bceaf2a1fa10cbdd5e3bc49c9d814d Author: Oleh Krehel Commit: Oleh Krehel Don't highlight that match in the file name part ivy.el (ivy--format-minibuffer-line): Fix for `counsel-git-grep'. Fixes #483 --- ivy.el |6 +- 1 file changed, 5

[elpa] master 8c2f213 059/272: counsel.el (counsel-yank-pop): Truncate during display

2016-04-25 Thread Oleh Krehel
branch: master commit 8c2f213d911bb10c01a794eaaf0121ccb25d40ff Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-yank-pop): Truncate during display * counsel.el (counsel-yank-pop-truncate): Remove defcustom. (counsel-yank-pop-truncate-radius): New defcustom. (couns

[elpa] master a25e174 248/272: ivy.el (ivy--format-minibuffer-line): Add ignore-errors

2016-04-25 Thread Oleh Krehel
branch: master commit a25e1748743fef9a6b66a60079710f945b390457 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--format-minibuffer-line): Add ignore-errors It's OK to have a bad regex there while editing. --- ivy.el | 35 ++- 1 file changed, 18

[elpa] master b48a09d 245/272: Use Ivy to browse eshell and shell history entries

2016-04-25 Thread Oleh Krehel
branch: master commit b48a09d9a0aec5a4e26dd25d6470bf6583f02dd6 Author: manuel-uberti Commit: Oleh Krehel Use Ivy to browse eshell and shell history entries --- counsel.el | 21 + 1 file changed, 21 insertions(+) diff --git a/counsel.el b/counsel.el index 4620c1e..76da

[elpa] master e7f41bb 236/272: swiper.el (swiper-mc): Remove interactive

2016-04-25 Thread Oleh Krehel
branch: master commit e7f41bbc2713b940a91b313cfcd2143ed2f7f452 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-mc): Remove interactive --- swiper.el |2 -- 1 file changed, 2 deletions(-) diff --git a/swiper.el b/swiper.el index b6b4c84..90e25b5 100644 --- a/swiper.el +++ b/sw

[elpa] master cf78d42 212/272: counsel.el (counsel-find-file): Add :caller

2016-04-25 Thread Oleh Krehel
branch: master commit cf78d42eb455f263dd6410e22bb486e83119723d Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-find-file): Add :caller --- counsel.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 1c43b6e..31b0ba0 100644 --

[elpa] master b5a9dc5 255/272: ivy.el (ivy--reset-state): file-directory-p needs a string

2016-04-25 Thread Oleh Krehel
branch: master commit b5a9dc5c0776259113ecccacb7410262266dc971 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--reset-state): file-directory-p needs a string --- ivy.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ivy.el b/ivy.el index 22deab9..1a9ba3

[elpa] master 65cf724 247/272: Make ivy--regex work with "[^ ]"

2016-04-25 Thread Oleh Krehel
branch: master commit 65cf72467e45474595ceb2519a9e3fd5b411e541 Author: Oleh Krehel Commit: Oleh Krehel Make ivy--regex work with "[^ ]" * ivy.el (ivy--split): Add a work around to not consider spaces like "[^ ]". It's pretty hacky, the space has to come right after "[^". But

[elpa] master f0de338 198/272: ivy.el (ivy--directory-done): Fix when ivy-text is a dir

2016-04-25 Thread Oleh Krehel
branch: master commit f0de338a399c4c34a302670ae2006754209a7bf1 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--directory-done): Fix when ivy-text is a dir But when it's different from `ivy--current'. Fixes #448 --- ivy.el | 12 1 file changed, 4 inserti

[elpa] master 668aaf3 155/272: counsel.el: add outline for `counsel-mode'

2016-04-25 Thread Oleh Krehel
branch: master commit 668aaf3d66d2f55c5fa735542c8156a61354ff68 Author: Oleh Krehel Commit: Oleh Krehel counsel.el: add outline for `counsel-mode' --- counsel.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/counsel.el b/counsel.el index 456b863..d8

[elpa] master 2ac1d2d 256/272: ivy.el (ivy-occur-press): Set counsel-grep-last-line to nil

2016-04-25 Thread Oleh Krehel
branch: master commit 2ac1d2d9c190710f3e962f98cd4202e66687f033 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-press): Set counsel-grep-last-line to nil --- ivy.el |2 ++ 1 file changed, 2 insertions(+) diff --git a/ivy.el b/ivy.el index 1a9ba33..674e487 100644 --- a/ivy.el +

[elpa] master 6a00275 187/272: ivy.el (ivy-switch-buffer-occur): Add

2016-04-25 Thread Oleh Krehel
branch: master commit 6a0027502e61538a1ece86904e7377d0368fa108 Author: justbur Commit: justbur ivy.el (ivy-switch-buffer-occur): Add Simple occur function for ivy-switch-buffer that drops into a ibuffer session with the selected buffers filtered. Fixes #438 --- ivy.el

[elpa] master bab5aab 269/272: doc/Changelog.org: Prepare for the 0.8.0 release

2016-04-25 Thread Oleh Krehel
branch: master commit bab5aabf65556e34ab956ccca3aa1823a59d9253 Author: Oleh Krehel Commit: Oleh Krehel doc/Changelog.org: Prepare for the 0.8.0 release --- doc/Changelog.org | 570 + 1 file changed, 570 insertions(+) diff --git a/doc/Cha

[elpa] master 92b802f 176/272: counsel.el (counsel-ag): Add dir prompt for "C-u"

2016-04-25 Thread Oleh Krehel
branch: master commit 92b802f519490d7558d2597a0619fb11d0adb648 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-ag): Add dir prompt for "C-u" Fixes #429 --- counsel.el |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el inde

[elpa] master e224847 179/272: ivy.el (ivy--reset-state): Fix prompt / require-match issue

2016-04-25 Thread Oleh Krehel
branch: master commit e224847a0b03a02d61071e4b8ab7d45fed687dd2 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--reset-state): Fix prompt / require-match issue When `ivy--prompt' is nil, the :require-match does nothing. Fixes #431 --- ivy.el |2 +- 1 file changed, 1

[elpa] master cf2c7bc 067/272: Modify "M-n" prediction when region is active

2016-04-25 Thread Oleh Krehel
branch: master commit cf2c7bccd9ecc6e9288c65337525587371f15e82 Author: Oleh Krehel Commit: Oleh Krehel Modify "M-n" prediction when region is active * ivy.el (ivy--reset-state): When the region is active and "M-n" is called, insert the region contents into the minibuffer and d

[elpa] master 4998ba8 208/272: ivy.el (ivy-completing-read): Use the "t" key of ivy-sort-functions-alist

2016-04-25 Thread Oleh Krehel
branch: master commit 4998ba814f8def1615480990c9c17047f5d8cd25 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-completing-read): Use the "t" key of ivy-sort-functions-alist Fixes #449 --- ivy.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/i

[elpa] master 8de2930 221/272: ivy.el: Improve "M-n"

2016-04-25 Thread Oleh Krehel
branch: master commit 8de29309890329c7f7a150bdcfc2b664f2f8b1fe Author: Oleh Krehel Commit: Oleh Krehel ivy.el: Improve "M-n" Now uses `ffap-file-at-point' only for 'read-file-name-internal. --- ivy.el |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b

[elpa] master 31a2f86 238/272: counsel.el (counsel-expression-history): enable-recursive-minibuffers

2016-04-25 Thread Oleh Krehel
branch: master commit 31a2f868196aa20dbeffd453b32ec7d8d0f1b2b6 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-expression-history): enable-recursive-minibuffers --- counsel.el |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/counsel.el b/counsel.el ind

[elpa] master de0e541 234/272: Speed up counsel-grep by up to 40 times

2016-04-25 Thread Oleh Krehel
branch: master commit de0e5418c05e1e911f53b792592ca73db3840d97 Author: Oleh Krehel Commit: Oleh Krehel Speed up counsel-grep by up to 40 times * counsel.el (counsel-grep-base-command): Update. --- counsel.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cou

[elpa] master db00518 270/272: Bump version to 0.8.0

2016-04-25 Thread Oleh Krehel
branch: master commit db005182ad0fd05c07e8e5c085abe6c750e6c578 Author: Oleh Krehel Commit: Oleh Krehel Bump version to 0.8.0 --- counsel.el |3 ++- ivy.el |1 + swiper.el |4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/counsel.el b/counsel.el index 8

[elpa] master 181cd43 154/272: Add counsel-mode

2016-04-25 Thread Oleh Krehel
branch: master commit 181cd43fbdeca28e5cc558d102b2fdf33c1aca65 Author: justbur Commit: Oleh Krehel Add counsel-mode A minor-mode that remaps built-in functions that have counsel replacements available. Fixes #414 --- counsel.el | 28 1 fi

[elpa] master 1b4e819 218/272: ivy.el (ivy-next-history-element): Simplify

2016-04-25 Thread Oleh Krehel
branch: master commit 1b4e8191c4e8450009b46f6cf2a99e4d165d8eb8 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-next-history-element): Simplify Add extra symbol bounds only for swiper. --- ivy.el |1 + 1 file changed, 1 insertion(+) diff --git a/ivy.el b/ivy.el index 2b7002

[elpa] master d4fc54b 110/272: ivy-test.el (counsel-unquote-regex-parens): Add test

2016-04-25 Thread Oleh Krehel
branch: master commit d4fc54b0bec950a6bb8be8bafea5b6988345b1b3 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el (counsel-unquote-regex-parens): Add test * Makefile: Update. --- Makefile|2 +- ivy-test.el |6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) dif

[elpa] master 255457a 177/272: Fixed counsel-list-processes-action-switch to use correct buffer.

2016-04-25 Thread Oleh Krehel
branch: master commit 255457a611edfa5b3203e46b0beba267c19152a0 Author: Ian Dunn Commit: Ian Dunn Fixed counsel-list-processes-action-switch to use correct buffer. * counsel.el (counsel-list-processes-action-switch): Use buf instead of x for switch-to-buffer. --- counsel.el |2

<    1   2   3   >