[elpa] master e757c6d: /packages/transcribe: Fix variables

2015-12-08 Thread David Gonzalez Gandara
branch: master commit e757c6d56fcd1c02378a81edae8d814009d565f3 Author: David Gonzalez Gandara Commit: David Gonzalez Gandara /packages/transcribe: Fix variables --- packages/transcribe/transcribe.el | 102 - 1 files changed, 56 insertions(+), 46 deletion

[elpa] master 78ed9a1: packages/transcribe.el: Add native discourse analysis in elisp

2015-12-08 Thread David Gonzalez Gandara
branch: master commit 78ed9a1eaa41f759ba025306172210d784e1d721 Author: David Gonzalez Gandara Commit: David Gonzalez Gandara packages/transcribe.el: Add native discourse analysis in elisp --- packages/transcribe/transcribe.el | 131 +++-- 1 files changed, 11

[elpa] master ed9169d 158/167: swiper.el (swiper--update-input-ivy): Add a work-around for "M-j"

2015-12-08 Thread Oleh Krehel
branch: master commit ed9169dad4b524d5e3f9678ca51d83a8a2e68dc0 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--update-input-ivy): Add a work-around for "M-j" When `ivy-yank-word' is called, don't move to the line of the current candidate. We're already there anyway. A

[elpa] master 2386277 060/167: ivy.el (ivy-resume): Pass caller

2015-12-08 Thread Oleh Krehel
branch: master commit 23862775f7877552afc6b2d94274dfd9672717cf Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-resume): Pass caller Fixes #245 --- ivy.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index 649dcae..f985ef7 100644 ---

[elpa] master b39e20c 102/167: ivy.el (ivy-alt-done): Ensure the trailing slash for directories

2015-12-08 Thread Oleh Krehel
branch: master commit b39e20cedae2ed3c4dc374479d5baaed1f26b286 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-alt-done): Ensure the trailing slash for directories * ivy.el (ivy-alt-done): Update. --- ivy.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

[elpa] master f5b8bf2 079/167: Highlight modified file buffers with 'ivy-modified-buffer face

2015-12-08 Thread Oleh Krehel
branch: master commit f5b8bf2d4f05d479741ec5d2c569f9c6eee0c119 Author: Oleh Krehel Commit: Oleh Krehel Highlight modified file buffers with 'ivy-modified-buffer face * ivy.el (ivy-modified-buffer): New face, blank by default. (ivy--format): When the collection is 'internal-compl

[elpa] master 7317848 092/167: counsel.el (counsel-M-x): Add "definition" action

2015-12-08 Thread Oleh Krehel
branch: master commit 7317848f8c9f1a2346761351b354e350be51bc30 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-M-x): Add "definition" action --- counsel.el |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/counsel.el b/counsel.el index 4f177cb..0e3010e

[elpa] master dcc747b 107/167: ivy.el (ivy-occur-mode-map): Bind "q" to quit-window

2015-12-08 Thread Oleh Krehel
branch: master commit dcc747bac43dcfb4a45ea197d2acbea921f581c7 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-mode-map): Bind "q" to quit-window --- ivy.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ivy.el b/ivy.el index b75cdbe..a486f2b 100644 --- a

[elpa] master 63e714c 130/167: Allow access to TRAMP from "// C-j"

2015-12-08 Thread Oleh Krehel
branch: master commit 63e714ce11b5637d5a7ae723d1a2161ced2d9af4 Author: Oleh Krehel Commit: Oleh Krehel Allow access to TRAMP from "// C-j" * ivy.el (ivy-alt-done): Match not only `ivy-text' but also `ivy--current' for TRAMP regex. Re #285 --- ivy.el | 10 +++---

[elpa] master a34e532 155/167: swiper.el: Use show-all if outline-show-all isn't there

2015-12-08 Thread Oleh Krehel
branch: master commit a34e532a3f69f511470787c9b4a8b7ae3e18382f Author: Oleh Krehel Commit: Oleh Krehel swiper.el: Use show-all if outline-show-all isn't there Fixes #312 --- swiper.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/swiper.el b/swiper.el

[elpa] master 2ae7d74 058/167: Fix the count in user-specified counsel-git-grep

2015-12-08 Thread Oleh Krehel
branch: master commit 2ae7d74916f93ae11c99df0c47e4d6b62e77 Author: Oleh Krehel Commit: Oleh Krehel Fix the count in user-specified counsel-git-grep * counsel.el (counsel--gg-count): Generate the count command from `counsel-git-grep-cmd' by replacing "--full-name" with "-c".

[elpa] master 1bf4ae2 140/167: Warn the user about the behavior of ivy--regex-ignore-order

2015-12-08 Thread Oleh Krehel
branch: master commit 1bf4ae2bc429029ae6be7ce79ebcc6e9ba1a4b58 Author: Samuel Loury Commit: Oleh Krehel Warn the user about the behavior of ivy--regex-ignore-order Fixes #296 Fixes #305 --- ivy.el | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git

[elpa] master c6cc3f9 089/167: counsel.el (counsel-rhythmbox): Add :caller

2015-12-08 Thread Oleh Krehel
branch: master commit c6cc3f9252441b0b940421c954cff5996c25946a Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-rhythmbox): Add :caller This results in more descriptive *ivy-occur* buffers. --- counsel.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

[elpa] master 6e9ab3d 111/167: swiper.el: Add support for evil-jumper/backward

2015-12-08 Thread Oleh Krehel
branch: master commit 6e9ab3de3d336a8ddc80c74941b86e5ddc791dc5 Author: Oleh Krehel Commit: Oleh Krehel swiper.el: Add support for evil-jumper/backward * swiper.el (evil-jumper--set-jump): Declare. (swiper--init): When `evil-jumper-mode' is on, call `evil-jumper--set-jump'.

[elpa] master 5a99dda 118/167: ivy.el (ivy--truncate-string): New defun

2015-12-08 Thread Oleh Krehel
branch: master commit 5a99ddab228ab9a9c8142bbae89f2fc8b3742509 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--truncate-string): New defun * ivy.el (ivy-format-function-default): Use `ivy--truncate-string'. --- ivy.el | 11 --- 1 files changed, 8 insertions(+), 3 del

[elpa] master c5661c0 162/167: ivy.el (ivy-completing-read): Use completing-read-default for tmm

2015-12-08 Thread Oleh Krehel
branch: master commit c5661c01cb69741777a720140d2e6b2db05d489d Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-completing-read): Use completing-read-default for tmm Fixes #316 --- ivy.el | 60 1 files changed, 32 in

[elpa] master c546ae4 150/167: Enable recursive swiper calls

2015-12-08 Thread Oleh Krehel
branch: master commit c546ae47503b3dfa76bebaa461ce6febe700f753 Author: Oleh Krehel Commit: Oleh Krehel Enable recursive swiper calls * ivy.el (ivy-read): Don't need to be in the minibuffer to do a recursive store/restore. (ivy--reset-state): Avoid nil string while tes

[elpa] master 0332b3e 151/167: Remove 'field text property for twittering-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 0332b3e403717dd2db3b3cdae1ff92ff0ec1d6f7 Author: Oleh Krehel Commit: Oleh Krehel Remove 'field text property for twittering-mode * swiper.el (swiper--candidates): Update. (swiper-font-lock-ensure): Add `twittering-mode'. Fixes #310 --- swiper.el |

[elpa] master 84533bb 139/167: Minor fixes to ivy.org and export to ivy.texi

2015-12-08 Thread Oleh Krehel
branch: master commit 84533bb7bfe482eadf24ede674df02e86a1b8d25 Author: Oleh Krehel Commit: Oleh Krehel Minor fixes to ivy.org and export to ivy.texi Fixes #304 --- doc/ivy.org | 66 +++--- doc/ivy.texi | 649 +++--- 2 files ch

[elpa] master 7377445 147/167: Edit documentation strings in ivy.el

2015-12-08 Thread Oleh Krehel
branch: master commit 7377445cc87f6937c7619051f540664909da3162 Author: sjLambda Commit: Oleh Krehel Edit documentation strings in ivy.el Fixes #308 --- doc/ivy.org |6 +- ivy.el | 266 +-- 2 files changed, 134 insert

[elpa] master 1992f44 165/167: doc/ivy.texi: Re-export using adjusted texinfo exporter

2015-12-08 Thread Oleh Krehel
branch: master commit 1992f4414299ecd0de8db14b020c9bf60eee2c1e Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.texi: Re-export using adjusted texinfo exporter * doc/ivy.org: Add defopt/endopt macros. Change `ivy-wrap' and `ivy-height' to defopt. --- doc/ivy.org | 28 +-

[elpa] master 2a55ada 163/167: doc/Changelog.org: Update up to 706349f

2015-12-08 Thread Oleh Krehel
branch: master commit 2a55ada1f39f22eddf0a634da7b2424a365c96f9 Author: Oleh Krehel Commit: Oleh Krehel doc/Changelog.org: Update up to 706349f --- doc/Changelog.org | 27 ++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/doc/Changelog.org b/doc/Ch

[elpa] master 706349f 160/167: swiper.el (swiper-font-lock-ensure): Add vc-dir-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 706349fcfae297ee285552af9246bc0cf00d9b7f Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-font-lock-ensure): Add vc-dir-mode Re #19 --- swiper.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el index 2ee6

[elpa] master 1cf32c8 138/167: ivy.org manual edits

2015-12-08 Thread Oleh Krehel
branch: master commit 1cf32c87123cbb1748835e874a81a46537112205 Author: sjLambda Commit: Oleh Krehel ivy.org manual edits --- doc/ivy.org | 594 --- 1 files changed, 318 insertions(+), 276 deletions(-) diff --git a/doc/ivy.org b/doc/i

[elpa] master 8abed59 143/167: Add counsel-grep

2015-12-08 Thread Oleh Krehel
branch: master commit 8abed590c9904fbdf7d6fbac3b7aed87627ed5c1 Author: Oleh Krehel Commit: Oleh Krehel Add counsel-grep * ivy.el (ivy--reset-state): Don't push preselect onto collection for :dynamic-collection. (ivy-recompute-index-swiper-async): New defun. It's useful for

[elpa] master 3b67044 145/167: Convert ivy formatting functions to dotted pairs.

2015-12-08 Thread Oleh Krehel
branch: master commit 3b67044d00573b8207d0df9fa03777237e196bdf Author: Stephen Whipple Commit: Stephen Whipple Convert ivy formatting functions to dotted pairs. `ivy-format-function' now expects to operate on dotted pairs representing (stub . extra), where `stub' is the original

[elpa] master 073b071 115/167: Allow to sort files by last modification time.

2015-12-08 Thread Oleh Krehel
branch: master commit 073b071a12e7c5e6004b5bb68e7e48ce980401bf Author: Oleh Krehel Commit: Oleh Krehel Allow to sort files by last modification time. * ivy.el (ivy--sort-files-by-date): New defun. Example of use: (add-to-list 'ivy-sort-matches-functions-alist

[elpa] master ac09f6b 152/167: Fix the issue caused by recursive swiper calls

2015-12-08 Thread Oleh Krehel
branch: master commit ac09f6b2ea56d7f1d7c46ce4659907ec1fb079bf Author: Oleh Krehel Commit: Oleh Krehel Fix the issue caused by recursive swiper calls * swiper.el (swiper--ivy): Look at the return result of `ivy-read'; looking at `ivy-exit' no longer works. Fixes #311 --

[elpa] master 5a6217a 161/167: counsel.el (counsel-tmm): New command

2015-12-08 Thread Oleh Krehel
branch: master commit 5a6217a742b7928a94187c774c8d4e98edc0cb8b Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-tmm): New command * counsel.el (counsel-tmm-prompt): New defun. (tmm-km-list): Define this variable here, since `tmm-get-keymap' modifies a global varia

[elpa] master 5cfe6e6 148/167: Fixes on the previous docstring edits

2015-12-08 Thread Oleh Krehel
branch: master commit 5cfe6e6a765b04bacbe4a72f64b2d028601a9611 Author: Oleh Krehel Commit: Oleh Krehel Fixes on the previous docstring edits --- doc/ivy.texi | 32 ivy.el | 75 - 2 files changed, 53 i

[elpa] master 8dd88e4 149/167: doc/Changelog.org: Update up to 2bec99d

2015-12-08 Thread Oleh Krehel
branch: master commit 8dd88e4715a29eb52a4101bbb3dee89901030125 Author: Oleh Krehel Commit: Oleh Krehel doc/Changelog.org: Update up to 2bec99d --- doc/Changelog.org | 295 + 1 files changed, 295 insertions(+), 0 deletions(-) diff --git a

[elpa] master 435e9d4 159/167: Use :caller for ivy-re-builders-alist

2015-12-08 Thread Oleh Krehel
branch: master commit 435e9d4c346e470189baabc3dbb1a69b6ca6f015 Author: Oleh Krehel Commit: Oleh Krehel Use :caller for ivy-re-builders-alist * counsel.el (counsel-M-x): Add :caller. * ivy.el (ivy--reset-state): Use :caller. --- counsel.el |3 ++- ivy.el |5

[elpa] master 98a4548 164/167: swiper.el: Bump version to 0.7.0

2015-12-08 Thread Oleh Krehel
branch: master commit 98a4548da7bf09f9cce442c6bf1dbcc1c974 Author: Oleh Krehel Commit: Oleh Krehel swiper.el: Bump version to 0.7.0 --- swiper.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swiper.el b/swiper.el index 0f5ae72..d9bf724 100644 --- a/swiper.el

[elpa] master e264139 166/167: doc/ivy.org: Add "Variable Index" node

2015-12-08 Thread Oleh Krehel
branch: master commit e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3 Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Add "Variable Index" node --- doc/ivy.org |5 + doc/ivy.texi |6 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/doc/ivy.org b/doc/ivy.org

[elpa] master a585fcd 156/167: Fix due to visual-line-mode weirdness

2015-12-08 Thread Oleh Krehel
branch: master commit a585fcd13da39d4efca9a2cb7637429d0c90f604 Author: Oleh Krehel Commit: Oleh Krehel Fix due to visual-line-mode weirdness * swiper.el (swiper--candidates): Under a specific random condition, (line-move 1) from the beginning of line doesn't move to the beginnin

[elpa] master 0c62f7e 132/167: ivy.el (ivy-alt-done): Split into smaller defuns

2015-12-08 Thread Oleh Krehel
branch: master commit 0c62f7e1c1d61c2fb172d1fdded66307288b714b Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-alt-done): Split into smaller defuns * ivy.el (ivy--directory-done): New defun. (ivy-alt-done): Forward to `ivy--directory-done'. --- ivy.el| 158

[elpa] master 17872ba 157/167: ivy.el: Structure all faces into ivy-faces custom group

2015-12-08 Thread Oleh Krehel
branch: master commit 17872bafcc3a5ff1892e7006104aa27266a4bd17 Author: Oleh Krehel Commit: Oleh Krehel ivy.el: Structure all faces into ivy-faces custom group --- ivy.el | 71 +++ 1 files changed, 39 insertions(+), 32 deletions(-

[elpa] master 59df2e9 131/167: ivy.el (ivy-alt-done): Refactor

2015-12-08 Thread Oleh Krehel
branch: master commit 59df2e994af2c0679e9a0fb0dcc22d5e35786adc Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-alt-done): Refactor Collect all `ivy--directory' branches into a single `cond'. --- ivy.el | 126 1 f

[elpa] master d9ecd2e 133/167: Fix the preselect for (swiper "one")

2015-12-08 Thread Oleh Krehel
branch: master commit d9ecd2e6d4b36201bb57b177a51b84cb7e71a1f3 Author: Oleh Krehel Commit: Oleh Krehel Fix the preselect for (swiper "one") * ivy.el (ivy--reset-state): Ignore INITIAL-INPUT on the first step. Then all `ivy--filter' on the second step. (ivy--preselect-index

[elpa] master 99d214d 142/167: Ivy-resume should restore the buffer for swiper

2015-12-08 Thread Oleh Krehel
branch: master commit 99d214d8052c221ad914d270bdcc172ed7fffc76 Author: Oleh Krehel Commit: Oleh Krehel Ivy-resume should restore the buffer for swiper * ivy.el (ivy-resume): Update. Fixes #302 --- ivy.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --g

[elpa] master b57c57d 153/167: Fix the preselect for (swiper "one") again

2015-12-08 Thread Oleh Krehel
branch: master commit b57c57de2831a8098a2d075c0174608fa1bc443b Author: Oleh Krehel Commit: Oleh Krehel Fix the preselect for (swiper "one") again * ivy.el (ivy--reset-state): Take into account :preselect being integer. This means that it's void once the candidates are filtered o

[elpa] master 1cceac1 154/167: Fix ivy-resume issue caused by the recursive calls change

2015-12-08 Thread Oleh Krehel
branch: master commit 1cceac1a7ba7f9a97fb13a50b31067186b061600 Author: Oleh Krehel Commit: Oleh Krehel Fix ivy-resume issue caused by the recursive calls change * ivy.el (ivy-read): recursive-ivy-last is only set if there's an active minibuffer window. If this check isn't made

[elpa] master 2bec99d 146/167: Ease production of functions like ivy-format-function-default

2015-12-08 Thread Oleh Krehel
branch: master commit 2bec99d49ffdf89b5f2e3521cde5306d4ae72c64 Author: Oleh Krehel Commit: Oleh Krehel Ease production of functions like ivy-format-function-default * ivy.el (ivy--format-function-generic): New defun. (ivy-format-function-default): (ivy-format-function-arrow)

[elpa] master 3101efd 136/167: swiper.el (swiper--action): push-mark only if exited the minibuffer

2015-12-08 Thread Oleh Krehel
branch: master commit 3101efd52713932e51b658111a456fcedd436267 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--action): push-mark only if exited the minibuffer "C-M-n" and "C-M-p" will no longer push mark and annoy with messages. --- swiper.el |5 +++-- 1 files chang

[elpa] master ce6ab7a 135/167: Perform string-match in the original buffer

2015-12-08 Thread Oleh Krehel
branch: master commit ce6ab7ad5770636655d8b843a9859d591ce7b91c Author: Oleh Krehel Commit: Oleh Krehel Perform string-match in the original buffer * ivy.el (ivy--exhibit): Wrap in `with-current-buffer' `ivy-state-buffer'. (ivy-recompute-index-swiper): Reset to the candidat

[elpa] master 63f3498 123/167: Add precise preselect for swiper with visual-line-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 63f349821c88ccbb6379ac8f0df08bb8f1bea518 Author: Oleh Krehel Commit: Oleh Krehel Add precise preselect for swiper with visual-line-mode * swiper.el (swiper--ivy): Use `count-screen-lines' to calculate the visual line number. Fixes #291 --- swipe

[elpa] master e338785 057/167: ivy.el (ivy-sort-functions-alist): Upgrade to defcustom

2015-12-08 Thread Oleh Krehel
branch: master commit e33878504c8c14149e209ad53fecd1939599b85f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-sort-functions-alist): Upgrade to defcustom Add the proper :type. --- ivy.el | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git

[elpa] master 183b803 071/167: Use a specific blending method for dark themes

2015-12-08 Thread Oleh Krehel
branch: master commit 183b8034e9343a600b24674091471eab86c899c4 Author: Oleh Krehel Commit: Oleh Krehel Use a specific blending method for dark themes * colir.el (colir-blend): Use 'colir-compose-soft-light for dark themes. Fixes #278 --- colir.el |5 - 1 files chan

[elpa] master 7397bec 114/167: Allow user-specified matched candidate sorting

2015-12-08 Thread Oleh Krehel
branch: master commit 7397beca3aab05bc5a5439a7c8be3b998a5a5df7 Author: Oleh Krehel Commit: Oleh Krehel Allow user-specified matched candidate sorting * ivy.el (ivy-prefix-sort): Remove defcustom. (ivy--filter): Forward sorting of matched candidates to `ivy--sort'. (ivy-sort-

[elpa] master 297f48a 074/167: ivy.el: "M-n" should prefer url at point to symbol at point

2015-12-08 Thread Oleh Krehel
branch: master commit 297f48a00c4ae53f2baee8dceb1a213e1e60eda4 Author: Oleh Krehel Commit: Oleh Krehel ivy.el: "M-n" should prefer url at point to symbol at point * ivy.el (ivy--reset-state): Update. --- ivy.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --

[elpa] master f60d10e 075/167: "C-x C-f M-n" can call ffap-url-fetcher when at URL

2015-12-08 Thread Oleh Krehel
branch: master commit f60d10e5ae51d1289631e0597a9c9e0a1c5e1ca2 Author: Oleh Krehel Commit: Oleh Krehel "C-x C-f M-n" can call ffap-url-fetcher when at URL * ivy.el (ivy--cd-maybe): Check if the input is a valid URL. If so, exit immediately by calling (funcall ffap-url-fetcher ur

[elpa] master 70f6055 077/167: counsel.el (counsel-git-grep-query-replace): Add and bind to "M-q"

2015-12-08 Thread Oleh Krehel
branch: master commit 70f60554c634c05e449f1f29051fd14329313812 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-git-grep-query-replace): Add and bind to "M-q" * counsel.el (counsel-git-grep-map): Bind "M-q" to `counsel-git-grep-query-replace'. (counsel-git-grep-

[elpa] master 2404db1 053/167: Add feedback for long-running async processes

2015-12-08 Thread Oleh Krehel
branch: master commit 2404db153f5183f89e903062eb2cabf628da7701 Author: Oleh Krehel Commit: Oleh Krehel Add feedback for long-running async processes * counsel.el (counsel--async-time): New defvar. (counsel--async-filter): New defun. (counsel--async-command): Use `counsel--as

[elpa] master 85bd44b 125/167: swiper.el: Modify the behavior with org-mode and visual-line-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 85bd44bc99f35a053900468d52025b2d185afc91 Author: Oleh Krehel Commit: Oleh Krehel swiper.el: Modify the behavior with org-mode and visual-line-mode * swiper.el (swiper--candidates): Set `swiper-use-visual-line' even for `org-mode'. In that case, reveal all

[elpa] master 044307d 116/167: ivy.el (ivy--sort-files-by-date): Fix due to destructive cl-sort

2015-12-08 Thread Oleh Krehel
branch: master commit 044307ddcb22132a1938860b70b825118c83d91b Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--sort-files-by-date): Fix due to destructive cl-sort --- ivy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index 3dbfd82..7eb3898

[elpa] master d4d53d8 059/167: ivy.el (ivy-partial): Fix for fuzzy completion

2015-12-08 Thread Oleh Krehel
branch: master commit d4d53d8709a4810dfea4fb979997d01d1e9c8eef Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-partial): Fix for fuzzy completion Postfix doesn't always work if the completion is fuzzy, so check if `string-match' succeeds. Fixes #266 --- ivy.el |

[elpa] master 74bb138 144/167: Update ivy format functions.

2015-12-08 Thread Oleh Krehel
branch: master commit 74bb138e92042f039d1f418ba7829b92b593591b Author: Stephen Whipple Commit: Oleh Krehel Update ivy format functions. `ivy-format-function' now accessible via Customize system. `ivy-format-function-default' and `ivy-format-function-arrow' simplified.

[elpa] master 80d4dde 141/167: Fix broken candidate index in ivy-resume

2015-12-08 Thread Oleh Krehel
branch: master commit 80d4dde8c6e80b3c9ea92b275dce8c1b058a10ce Author: Oleh Krehel Commit: Oleh Krehel Fix broken candidate index in ivy-resume * ivy.el (ivy--reset-state): When given initial-input, call `ivy--preselect-index' on candidates filtered by initial-input. This

[elpa] master 8fdf210 127/167: Switch to using ivy-exit-with-action

2015-12-08 Thread Oleh Krehel
branch: master commit 8fdf210c2da544ee8d6b917c438011540e10b8bb Author: Oleh Krehel Commit: Oleh Krehel Switch to using ivy-exit-with-action * ivy.el (ivy-exit-with-action): Add a missing quote. (ivy--cd-maybe): Use `ivy-exit-with-action'. * counsel.el (counsel-find-symb

[elpa] master 2f1133a 083/167: ivy.el (ivy-occur): Add and bind to "C-c o"

2015-12-08 Thread Oleh Krehel
branch: master commit 2f1133a158bad191d169f0b05b08ba2546b9ab7d Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur): Add and bind to "C-c o" * ivy.el (ivy-minibuffer-map): Update. (ivy-occur-action): (ivy-occur-last): (ivy-occur-map): New defvar. (ivy-occur): N

[elpa] master 202546b 080/167: swiper.el (swiper-mc): Update

2015-12-08 Thread Oleh Krehel
branch: master commit 202546bac6591f13150e45379a32ba83c86bf88f Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-mc): Update --- swiper.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swiper.el b/swiper.el index 49bdce1..7125823 100644 --- a/swiper.el

[elpa] master fd19ab1 062/167: Add a test for the perfect match logic

2015-12-08 Thread Oleh Krehel
branch: master commit fd19ab1d083cf872c4427309ad32444de735b6e9 Author: Oleh Krehel Commit: Oleh Krehel Add a test for the perfect match logic Re #270 --- ivy-test.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ivy-test.el b/ivy-test.el index 03605e

[elpa] master 3ae4f1a 052/167: ivy-test.el (swiper--re-builder): Update

2015-12-08 Thread Oleh Krehel
branch: master commit 3ae4f1ab112e6c278aed5a3f0681f8dc91bde570 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el (swiper--re-builder): Update Due to last commit --- ivy-test.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ivy-test.el b/ivy-test.el i

[elpa] master 660e293 106/167: Allow counsel-git-grep -> ivy-occur -> wgrep

2015-12-08 Thread Oleh Krehel
branch: master commit 660e2930bb3f4a97ba3ab8bbba68d1f85ecf836d Author: Oleh Krehel Commit: Oleh Krehel Allow counsel-git-grep -> ivy-occur -> wgrep * ivy.el (ivy-exit-with-action): New defun. (ivy-occur-action): Remove defvar. It's part of `ivy-occur-last' now. (ivy-occur-la

[elpa] master 4a04d6e 031/167: Default ivy-display-style to 'fancy for Emacs>=24.5

2015-12-08 Thread Oleh Krehel
branch: master commit 4a04d6e2437a2e43d5a43272aa2065d8685903e7 Author: Oleh Krehel Commit: Oleh Krehel Default ivy-display-style to 'fancy for Emacs>=24.5 * ivy.el (ivy-display-style): Update. --- ivy.el |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

[elpa] master e9ba89e 085/167: Make ivy work with enable-recursive-minibuffers

2015-12-08 Thread Oleh Krehel
branch: master commit e9ba89ea7fb6d3cdd30109f89aee6ab313c733ef Author: Oleh Krehel Commit: Oleh Krehel Make ivy work with enable-recursive-minibuffers * ivy.el (ivy-read): Fix the doc of DYNAMIC-COLLECTION. Store the old `ivy-last' in case `ivy-read' is called while inside the

[elpa] master adf7fd3 097/167: swiper.el (swiper--add-overlays): Take extra WND arg

2015-12-08 Thread Oleh Krehel
branch: master commit adf7fd321212002a7c35942a78f5643f735a1cfa Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--add-overlays): Take extra WND arg --- swiper.el | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/swiper.el b/swiper.el index 595ed43..d1

[elpa] master f9ef307 072/167: Improve the preselect index in ivy-resume

2015-12-08 Thread Oleh Krehel
branch: master commit f9ef307eea5d1e7fe2cf0fb1503e9bc3e4cac0d4 Author: Oleh Krehel Commit: Oleh Krehel Improve the preselect index in ivy-resume * ivy.el (ivy--recompute-index): Don't change the ivy--index that was set in `ivy--reset-state' by `ivy-resume'. With this,

[elpa] master e47ec14 128/167: ivy.el (ivy-completing-read): Fix off by one

2015-12-08 Thread Oleh Krehel
branch: master commit e47ec1471386a8239739904e73a88b8240278be0 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-completing-read): Fix off by one Re #295 --- ivy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index 7f79406..9fd181a 10

[elpa] master dfd6204 064/167: Fix pasting file paths on Windows

2015-12-08 Thread Oleh Krehel
branch: master commit dfd62048159b388eb09b4889dfaa45eb1d47e0a4 Author: Oleh Krehel Commit: Oleh Krehel Fix pasting file paths on Windows * ivy.el (ivy--exhibit): Update. Fixes #272 --- ivy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ivy.el

[elpa] master d41cc69 086/167: Pulse after ivy-occur-press

2015-12-08 Thread Oleh Krehel
branch: master commit d41cc69ae15bbccb4ee11028534b8f5726691f0e Author: Oleh Krehel Commit: Oleh Krehel Pulse after ivy-occur-press * ivy.el (ivy-state): New field TEXT. (ivy-occur): Add `ivy-text' to the name of the buffer. Also store `ivy-text' in `ivy-occur-last'. Might be

[elpa] master f00696a 056/167: ivy.el (ivy-extra-directories): Improve :type

2015-12-08 Thread Oleh Krehel
branch: master commit f00696aeeb23afc4f01b67f46ceb9da3f5f01314 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-extra-directories): Improve :type --- ivy.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index ead3742..e6a9ac9 100644 --- a/iv

[elpa] master 57800f6 110/167: swiper.el (swiper-font-lock-ensure): Add eww-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 57800f64706fe26150c49908e897e47bf71e8e31 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-font-lock-ensure): Add eww-mode --- swiper.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el index c99bda0..e6145c0 100644

[elpa] master d8673f8 078/167: ivy.el (ffap): Move require

2015-12-08 Thread Oleh Krehel
branch: master commit d8673f85baae047c27e268497f4ba65a06b2869f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ffap): Move require --- ivy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el index 6a900fb..4cde295 100644 --- a/ivy.el +++ b/ivy.el @@

[elpa] master b91870e 094/167: Fix /ssh: and /sudo:: broken in 71695df

2015-12-08 Thread Oleh Krehel
branch: master commit b91870eb1c4861ad5ef7700caf5c45ec192d84df Author: Oleh Krehel Commit: Oleh Krehel Fix /ssh: and /sudo:: broken in 71695df * ivy.el (ivy-alt-done): `file-directory-p' errors when given "/ssh:" or "/sudo::". Re #283 --- ivy.el |3 ++- 1 files c

[elpa] master 32025e5 098/167: Add a better ivy-occur pulse to swiper and counsel-git-grep

2015-12-08 Thread Oleh Krehel
branch: master commit 32025e51f86cb6dde03088e0bfea18d87f1f2cff Author: Oleh Krehel Commit: Oleh Krehel Add a better ivy-occur pulse to swiper and counsel-git-grep * ivy.el (ivy-occur-press): Bind `ivy-exit' to 'done, so that `swiper--add-overlays' called by ACTION don't do any

[elpa] master 39e6733 129/167: Improve ivy TRAMP support

2015-12-08 Thread Oleh Krehel
branch: master commit 39e6733cdd5d5a3b7aec12d14e4e6cb8a267346c Author: Stephen Whipple Commit: Stephen Whipple Improve ivy TRAMP support --- ivy.el | 33 ++--- 1 files changed, 22 insertions(+), 11 deletions(-) diff --git a/ivy.el b/ivy.el index 9fd181a..01bae

[elpa] master e037fb0 101/167: counsel.el (counsel-M-x): Show current-prefix-arg in the prompt

2015-12-08 Thread Oleh Krehel
branch: master commit e037fb0c5da751d5a33200c5483cfef651b0f446 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-M-x): Show current-prefix-arg in the prompt * counsel.el (counsel--M-x-prompt): New defun. (counsel-M-x): Update. Fixes #287 --- counsel.el | 16

[elpa] master f0acebd 063/167: Fix Custom menus

2015-12-08 Thread Oleh Krehel
branch: master commit f0acebd4c2bb99902009330ea19f7d013d07f266 Author: Stephen Whipple Commit: Oleh Krehel Fix Custom menus Custom menus for `ivy-virtual-abbreviate' and `ivy-sort-functions-alist' now display a better user interface. Fixes #274 --- ivy.el | 10 --

[elpa] master bc00eaf 137/167: Fix `counsel-ag` on Windows

2015-12-08 Thread Oleh Krehel
branch: master commit bc00eafb326101e45a852fb36263ef445ef27b9b Author: kovrik Commit: kovrik Fix `counsel-ag` on Windows --- counsel.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/counsel.el b/counsel.el index bee493b..7e6b9fd 100644 --- a/counsel.el +++ b/coun

[elpa] master 6666cf8 099/167: Fix directory validity check

2015-12-08 Thread Oleh Krehel
branch: master commit cf8c863f02d9a81715a7801d7345ed45d942 Author: Stephen Whipple Commit: Oleh Krehel Fix directory validity check Directory validity check should be based on `ivy-text` and `ivy--directory` rather than only `ivy-text`. Fixes #283 Fixes #284 ---

[elpa] master 2a0a25d 117/167: counsel.el (counsel-locate): Add INTIAL-INPUT arg

2015-12-08 Thread Oleh Krehel
branch: master commit 2a0a25d272f03e324cd3f345e1cbe9fff8ea3b78 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-locate): Add INTIAL-INPUT arg Fixes #289 --- counsel.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/counsel.el b/counsel.el i

[elpa] master 0e6c13b 076/167: swiper.el (swiper-font-lock-ensure): Exclude eems-stream-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 0e6c13bca5c4eaec928d8fd9441b80c6c3bebaad Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-font-lock-ensure): Exclude eems-stream-mode Re #19 --- swiper.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/swiper.el b/swiper.e

[elpa] master c580fe9 108/167: ivy.el (ivy-occur): Give full counsel-git-grep cands

2015-12-08 Thread Oleh Krehel
branch: master commit c580fe970cfd4a9f95e46393fbde01a9536ec6d3 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur): Give full counsel-git-grep cands This means that the " | head -n 200" speed-up isn't used and full candidates are returned. --- ivy.el |9 - 1

[elpa] master 16ccb0f 084/167: swiper.el (swiper-font-lock-ensure): Exclude debbugs-gnu-mode

2015-12-08 Thread Oleh Krehel
branch: master commit 16ccb0f2e6d04905056c5101cd449e2fe4d4f512 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-font-lock-ensure): Exclude debbugs-gnu-mode --- swiper.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el index ffbdea0..59

[elpa] master a11c978 068/167: ivy-immediate-done should use ivy--directory

2015-12-08 Thread Oleh Krehel
branch: master commit a11c978648b60246fa82ba305c625a2872b10887 Author: Oleh Krehel Commit: Oleh Krehel ivy-immediate-done should use ivy--directory * ivy.el (ivy-immediate-done): When completing file names, expand the file name properly. Fixes #275 --- ivy.el |5

[elpa] master 5d90542 112/167: ivy.el (ivy-sort-functions-alist): Update doc

2015-12-08 Thread Oleh Krehel
branch: master commit 5d90542e6fa73a7a6f9fb4bd3db67549d7434971 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-sort-functions-alist): Update doc Mention `ivy-sort-max-size'. --- ivy.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ivy.el b/ivy.el i

[elpa] master 2797a9b 090/167: ivy.el (ivy-minibuffer-map): Bind "C-M-a" to ivy-read-action

2015-12-08 Thread Oleh Krehel
branch: master commit 2797a9b91acf1d0e7c45e0a2aee6d49947d1ec33 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-minibuffer-map): Bind "C-M-a" to ivy-read-action --- ivy.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ivy.el b/ivy.el index 9afc0f3..741a5a4 1006

[elpa] master f6dd9cd 066/167: ivy.el (ivy-alt-done): Fix up last commit

2015-12-08 Thread Oleh Krehel
branch: master commit f6dd9cdff6f9dc6c16e2ee2990a797d45bb05b41 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-alt-done): Fix up last commit --- ivy.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index 51721a5..24bc824 100644 --- a/ivy

[elpa] master c99956a 047/167: Fix window selection in counsel-locate

2015-12-08 Thread Oleh Krehel
branch: master commit c99956aae847ec77d09ef7eb8cc3d02fdeafa356 Author: Oleh Krehel Commit: Oleh Krehel Fix window selection in counsel-locate * counsel.el (counsel-locate): Use `with-ivy-window'. --- counsel.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --

[elpa] master 564e235 091/167: ivy.el (ivy-occur-press): Extend with-ivy-window

2015-12-08 Thread Oleh Krehel
branch: master commit 564e23528b0c181206fa684ec2262daf6fd90ebc Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-press): Extend with-ivy-window ivy-occur-action should be called in (ivy--get-window ivy-last). This means, for purposes of e.g. `counsel-find-symbol' or

[elpa] master 7a069be 088/167: ivy.el (ivy-occur-press): Work with counsel-rhythmbox

2015-12-08 Thread Oleh Krehel
branch: master commit 7a069be4766cf54d07d176ad4133687ce230b34b Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-press): Work with counsel-rhythmbox > (cdr (assoc str coll)) Special behavior for `counsel-rhythmbox'. Maybe not taking `cdr' is the right thing, b

[elpa] master bd93a0f 081/167: ivy.el (ivy-state): Add a new field BUFFER

2015-12-08 Thread Oleh Krehel
branch: master commit bd93a0ff88dddfe22206b9c11c11494d68483bed Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-state): Add a new field BUFFER * ivy.el (ivy-resume): Update. (ivy-read): Update. * swiper.el (swiper--action): Use `ivy-state-buffer'. --- ivy.el|

[elpa] master f246178 113/167: ivy.el (ivy-prefix-sort): New defcustom, off by default for now

2015-12-08 Thread Oleh Krehel
branch: master commit f246178d59cb00aff95ffbd082c32bc6919aac4b Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-prefix-sort): New defcustom, off by default for now * ivy.el (ivy--filter): When `ivy-prefix-sort' is non-nil, additionally sort the matching candidates with `ivy

[elpa] master 71695df 065/167: "C-j" should not stop completion for a pasted file path

2015-12-08 Thread Oleh Krehel
branch: master commit 71695df6ea3eb24b52d2a2e1f8587db3db3515a1 Author: Oleh Krehel Commit: Oleh Krehel "C-j" should not stop completion for a pasted file path * ivy.el (ivy-alt-done): If you paste a file path, it won't match anything in the current directory. Previously, "C-j"

[elpa] master 576563d 082/167: ivy.el (with-ivy-window): Ensure window is live

2015-12-08 Thread Oleh Krehel
branch: master commit 576563da24ef783fa8a6de71eb1f95aacf4862c3 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (with-ivy-window): Ensure window is live * ivy.el (ivy--get-window): New defun. --- ivy.el | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git

[elpa] master d5489af 100/167: doc/ivy.org: Start writing a manual

2015-12-08 Thread Oleh Krehel
branch: master commit d5489afdd2713e9bbe30c7025460a3aa761b42c6 Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Start writing a manual --- doc/ivy.org | 421 doc/ivy.texi | 542 + d

[elpa] master ed2367b 134/167: swiper.el (swiper--candidates): Require outline

2015-12-08 Thread Oleh Krehel
branch: master commit ed2367b58587abaa1f97d4ccd94bd99c5abe9186 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--candidates): Require outline Fixes #297 --- swiper.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/swiper.el b/swiper.el index 68f6e

[elpa] master bb68b67 122/167: Intermediate fix for :preselect with visual-line-mode

2015-12-08 Thread Oleh Krehel
branch: master commit bb68b67b2bc6f95ddf667e4c34eb2902bcbf604b Author: Oleh Krehel Commit: Oleh Krehel Intermediate fix for :preselect with visual-line-mode * swiper.el (swiper--ivy): Use `beginning-of-visual-line' and `end-of-visual-line'. This should fix the preselect proble

[elpa] master 607fd1f 061/167: Bring back the lost perfect match logic

2015-12-08 Thread Oleh Krehel
branch: master commit 607fd1f6bed0dfd5bdfe65ee11f33fa8aac683d2 Author: Oleh Krehel Commit: Oleh Krehel Bring back the lost perfect match logic * ivy.el (ivy--recompute-index): Don't defer the perfect match logic to `ivy-index-functions-alist'. (ivy-recompute-index-swiper):

  1   2   >