[elpa] externals/auctex 5870187: multi-prompt.el, style/beamer*.el: Get copyright just right

2019-10-16 Thread Stefan Monnier
branch: externals/auctex commit 58701876d3c30dc54803696d93f430faca04b7a3 Author: Stefan Monnier Commit: Stefan Monnier multi-prompt.el, style/beamer*.el: Get copyright just right --- multi-prompt.el| 3 +-- style/beamerarticle.el | 2 +- style/beamerswitch.el | 2 +- 3 files change

[elpa] master 32c3923: Adjust for new AUCTeX code

2019-10-16 Thread Stefan Monnier
branch: master commit 32c3923c04e942857ab1fb5366d1034ea06c6d8a Author: Stefan Monnier Commit: Stefan Monnier Adjust for new AUCTeX code --- copyright_exceptions | 1 - 1 file changed, 1 deletion(-) diff --git a/copyright_exceptions b/copyright_exceptions index 6a5e590..e618db9 100644 --- a

[elpa] master 09c40fc 175/184: swiper.el (swiper--occur-insert-lines): Simplify

2019-10-16 Thread Oleh Krehel
branch: master commit 09c40fc3bcc375b0bf3f53e9470c48c83a535a88 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--occur-insert-lines): Simplify --- swiper.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swiper.el b/swiper.el index 0d97bc1..a32eaa7 100644 ---

[elpa] master 589e03f 144/184: ivy.el (ivy-configure): Use for ivy-index-functions-alist

2019-10-16 Thread Oleh Krehel
branch: master commit 589e03f02b9f84108d42486ee9a83065c1255419 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Use for ivy-index-functions-alist --- counsel.el | 7 --- ivy.el | 9 - swiper.el | 6 -- 3 files changed, 12 insertions(+), 10 deletions(-) d

[elpa] master 6f23c5e 152/184: ivy.el (ivy-occur-press): Re-use ivy-highlight-grep-commands

2019-10-16 Thread Oleh Krehel
branch: master commit 6f23c5e8095ebfe8065828ac5284dfeaef0cdf8e Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-press): Re-use ivy-highlight-grep-commands --- ivy.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ivy.el b/ivy.el index 21dcf3b..2861277 100644

[elpa] master e3dabec 143/184: counsel.el: Use ivy-configure :unwind-fn

2019-10-16 Thread Oleh Krehel
branch: master commit e3dabec86a78b97331fb175583e5600e9ddf6476 Author: Oleh Krehel Commit: Oleh Krehel counsel.el: Use ivy-configure :unwind-fn --- counsel.el | 50 ++ swiper.el | 118 ++--- 2 files changed, 8

[elpa] master 882d6c4 161/184: counsel.el (counsel-imenu): Work with :update-fn 'auto

2019-10-16 Thread Oleh Krehel
branch: master commit 882d6c417c7e73f1dcd7d5c0fce8d15442cabf4f Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-imenu): Work with :update-fn 'auto * counsel.el (counsel--imenu-candidates): Extract. (counsel-imenu-get-candidates-from): Return a proper alist. (couns

[elpa] master b85f857 166/184: .github/FUNDING.yml: Add github

2019-10-16 Thread Oleh Krehel
branch: master commit b85f857a0766889704b0f6749cd4db9515b5fc92 Author: Oleh Krehel Commit: Oleh Krehel .github/FUNDING.yml: Add github --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b9a5b68..baf06fb 100644 --- a/.g

[elpa] master ec1ed07 171/184: counsel.el (counsel--find-file-1): Use dired-current-directory for dired

2019-10-16 Thread Oleh Krehel
branch: master commit ec1ed07f5788714a523007dc91b9e6c8884bfa1b Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--find-file-1): Use dired-current-directory for dired Fixes #2274 --- counsel.el | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-)

[elpa] master 1a9002b 168/184: ivy.el: Clean up obsolete aliases

2019-10-16 Thread Oleh Krehel
branch: master commit 1a9002bf4be4863bbafd5d42089eb652171775d8 Author: Oleh Krehel Commit: Oleh Krehel ivy.el: Clean up obsolete aliases --- counsel.el | 48 ivy.el | 41 ++--- 2 files changed, 6 insert

[elpa] master 8b4693c 169/184: counsel.el (counsel-imenu-action and -get-canditates-from): Revert.

2019-10-16 Thread Oleh Krehel
branch: master commit 8b4693cb0ce31b7f0fc00e8431c4535080f46fcf Author: Brian Leung Commit: Brian Leung counsel.el (counsel-imenu-action and -get-canditates-from): Revert. `imenu` is preferred over `goto-char` since the latter doesn't work in pdf-tools buffers, and doesn't auto-e

[elpa] master efdee7a 172/184: swiper.el (swiper--occur-insert-lines): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit efdee7a6e98828f4c1a9e0acfa665d428dd9aab6 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--occur-insert-lines): Extract * counsel.el (counsel-grep-like-occur): Re-use `swiper--occur-insert-lines'. Re #2203 --- counsel.el | 7 +-- swiper.

[elpa] master 5ff8b5e 133/184: ivy.el (ivy-completion-in-region-action): Use declare-function.

2019-10-16 Thread Oleh Krehel
branch: master commit 5ff8b5e0176e9be9591f1d136b936382e6faf276 Author: Brian Leung Commit: Oleh Krehel ivy.el (ivy-completion-in-region-action): Use declare-function. Re #2234 --- ivy.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index c2

[elpa] master 24a6354 170/184: ivy.el (ivy--format): Improve docstring

2019-10-16 Thread Oleh Krehel
branch: master commit 24a63549cc84b4b0f3f9f2475bf1c4bbcc69dcf0 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--format): Improve docstring Re #2263 --- ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 8956c87..fea6ad5 100644 --- a

[elpa] master 3bd1d87 182/184: counsel.el (counsel-locate-cmd-es): Encode command to local codepage

2019-10-16 Thread Oleh Krehel
branch: master commit 3bd1d87341dc8a3465cea6acbaff271fd7b9d396 Author: Zhu Zihao Commit: Oleh Krehel counsel.el (counsel-locate-cmd-es): Encode command to local codepage Fixes #2278 --- counsel.el | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a

[elpa] master f46cdad 154/184: counsel.el (counsel-grep): Add :require-match

2019-10-16 Thread Oleh Krehel
branch: master commit f46cdad1463480dee47dc1879183240208a65c75 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-grep): Add :require-match --- counsel.el | 1 + 1 file changed, 1 insertion(+) diff --git a/counsel.el b/counsel.el index 39385f0..1b7dc5b 100644 --- a/counsel.el +++

[elpa] master 1984068 122/184: doc/ivy.org: Update GFDL license to no Invariant Sections

2019-10-16 Thread Oleh Krehel
branch: master commit 19840680677db6054dbc8b72f4cf42744623a06f Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Update GFDL license to no Invariant Sections Re #2187 --- doc/ivy.org | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/ivy.org b/

[elpa] master c82b852 174/184: ivy.el (ivy-occur-revert-buffer): Simplify

2019-10-16 Thread Oleh Krehel
branch: master commit c82b852d30e9d6385116bd9177f1598ab27de287 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-revert-buffer): Simplify Re #2203 --- ivy.el| 19 +++ swiper.el | 5 ++--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/i

[elpa] master 4645e89 121/184: swiper.el (swiper-action-copy): Add and bind to "M-o w"

2019-10-16 Thread Oleh Krehel
branch: master commit 4645e89fd414f799ea2f8082ede081e33a6000ab Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-action-copy): Add and bind to "M-o w" Re #2260 --- swiper.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/swiper.el b/swiper.el index af60c5c.

[elpa] master 722250c 162/184: counsel.el (counsel-imenu-action): Handle nil case

2019-10-16 Thread Oleh Krehel
branch: master commit 722250c16504eeefab673e4f5aa442594b2a4a08 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-imenu-action): Handle nil case In case there is no match, and :update-fn is 'auto, it will call the action with nil. The action is called with nil,

[elpa] master 22cc602 160/184: counsel.el (counsel-find-symbol): Should not show up in counsel-M-x

2019-10-16 Thread Oleh Krehel
branch: master commit 22cc60286093e732a82214fab1d8a0bfb456457f Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-find-symbol): Should not show up in counsel-M-x * counsel.el (counsel-M-x): Filter out symbols that have the 'no-counsel-M-x property. Fixes #227

[elpa] master 0895c1a 113/184: Add key binding to allow switching directory in counsel-git-grep

2019-10-16 Thread Oleh Krehel
branch: master commit 0895c1a30af08b8d4e64c7617d2675a4ae77bdb2 Author: Hong Xu Commit: Oleh Krehel Add key binding to allow switching directory in counsel-git-grep Sometimes we just wanna search a subdir in a git repository. Fixes #2259 --- counsel.el | 1 + 1 file changed

[elpa] master 7054901 176/184: ivy.el (ivy-occur-revert-buffer): Make more generic

2019-10-16 Thread Oleh Krehel
branch: master commit 7054901e35b28c08df86316f712f667467a6b504 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-revert-buffer): Make more generic * ivy.el (ivy-occur): Call the occur function with ivy--old-cands. (ivy-occur-revert-buffer): Call the occur funciton with n

[elpa] master 2b974b4 139/184: ivy.el (ivy-update-fns-alist): New defcustom

2019-10-16 Thread Oleh Krehel
branch: master commit 2b974b48219ead46abee726160c1c06442e963b3 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-update-fns-alist): New defcustom Fixes #2188 --- ivy.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ivy.el b/ivy.el index f09e88b..a85e8fa 100644 -

[elpa] master a5701a9 159/184: ivy.el (ivy-configure): Add :format-fn

2019-10-16 Thread Oleh Krehel
branch: master commit a5701a97217f269c7f6c05e8f3cfa7fe976bdad2 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Add :format-fn --- counsel.el | 30 +- ivy.el | 3 +++ swiper.el | 14 ++ 3 files changed, 26 insertions(+), 21 deleti

[elpa] master b9bb7c6 140/184: ivy.el (ivy-configure): New function to configure many things at once

2019-10-16 Thread Oleh Krehel
branch: master commit b9bb7c6e991c35c1d033db078b2492f7c36a9ac6 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): New function to configure many things at once - Reduce the amount of times `CALLER' has to be mentioned - Reduce the amount of times "counsel" appears i

[elpa] master 89deb75 096/184: counsel.el (counsel-rg): When in dired, operate on marked files

2019-10-16 Thread Oleh Krehel
branch: master commit 89deb75e5f8cfbee8fd20addd1610487bbbfbdaf Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-rg): When in dired, operate on marked files --- counsel.el | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/counsel.el b/counsel.

[elpa] master 943eb01 108/184: counsel.el (counsel-mark-ring): Goto actual point instead of line

2019-10-16 Thread Oleh Krehel
branch: master commit 943eb016d11f613492711822940df62755da152f Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-mark-ring): Goto actual point instead of line Re #2254 --- counsel.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/counsel.e

[elpa] master 30adc93 115/184: Add actions to counsel-switch-buffer

2019-10-16 Thread Oleh Krehel
branch: master commit 30adc93d5a7745463bb1f3c6905aead59e5f6be9 Author: Roey Darwish Dror Commit: Oleh Krehel Add actions to counsel-switch-buffer Fixes #2233 --- counsel.el | 5 + 1 file changed, 5 insertions(+) diff --git a/counsel.el b/counsel.el index 67ff54f..c8567cc 10064

[elpa] master bfdda68 111/184: swiper.el (swiper-occur): Use ivy-occur-next-error

2019-10-16 Thread Oleh Krehel
branch: master commit bfdda682b3cf29ea335533fc000f04f8d7960904 Author: Nathan Moreau Commit: Oleh Krehel swiper.el (swiper-occur): Use ivy-occur-next-error * ivy.el (ivy-occur-next-error): Add. This change ensures that next-error and previous-error work for swiper even

[elpa] master 46db1b9 107/184: counsel.el (counsel-mark-ring): Add customize variable to sort or not

2019-10-16 Thread Oleh Krehel
branch: master commit 46db1b987feb0b15f0a070a0d37f93247881a571 Author: SAITOU Keita Commit: SAITOU Keita counsel.el (counsel-mark-ring): Add customize variable to sort or not --- counsel.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el ind

[elpa] master 4d533b2 178/184: counsel.el (counsel-dired): Filter to directories only

2019-10-16 Thread Oleh Krehel
branch: master commit 4d533b25bdb7e8335ce47e64c4c357957317e1a1 Author: Hong Xu Commit: Oleh Krehel counsel.el (counsel-dired): Filter to directories only Allow `counsel-find-file' to accept a file with its type limited to regular files or directories. It also enables mo

[elpa] master 2d840b8 157/184: ivy.el (ivy-configure): Add :sort-fn

2019-10-16 Thread Oleh Krehel
branch: master commit 2d840b8be54fbc887a6b2a6a8178d27786d1421f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Add :sort-fn * ivy.el (ivy-completing-read): (ivy-completion-in-region): Don't sort by default. --- counsel.el | 56 +

[elpa] master c0aa563 112/184: ivy.el (ivy-occur): Set up next-error-function

2019-10-16 Thread Oleh Krehel
branch: master commit c0aa563b75cbd7b47cb6859cc28dc093e90cb3dd Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur): Set up next-error-function Re #2257 --- ivy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index ccd53ff..eb6cad4 100

[elpa] master 35415e3 027/184: ivy-test.el (ivy-swiper-wgrep): Add test

2019-10-16 Thread Oleh Krehel
branch: master commit 35415e30c0728517555d733dd7c37d6d32bab4e7 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el (ivy-swiper-wgrep): Add test Re #2156 --- ivy-test.el | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ivy-test.el b/ivy-test.

[elpa] master 6b40d40 156/184: ivy.el (ivy--occur-press-update-window): Re-use ivy-highlight-grep-commands

2019-10-16 Thread Oleh Krehel
branch: master commit 6b40d40e04dc810e3cc2366f55936d19823a97a9 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--occur-press-update-window): Re-use ivy-highlight-grep-commands --- ivy.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index 1c4

[elpa] master 03fdaea 087/184: doc/ivy.org: Add more recommended key bindings

2019-10-16 Thread Oleh Krehel
branch: master commit 03fdaea9dafe43667503d77e9c2d99484b19aadd Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Add more recommended key bindings --- doc/ivy.org | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/doc/ivy.org b/doc/ivy.org ind

[elpa] master 4e9aaec 092/184: ivy-test: Fix tests using file names on Windows

2019-10-16 Thread Oleh Krehel
branch: master commit 4e9aaec5d7a0798bb553238ca94beb17060b91e4 Author: Nathan Moreau Commit: Oleh Krehel ivy-test: Fix tests using file names on Windows Fixes #2217 --- ivy-test.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ivy-test.el b/ivy-test

[elpa] master bb65c4e 039/184: swiper.el (swiper--current-window-start): Refactor

2019-10-16 Thread Oleh Krehel
branch: master commit bb65c4e1ae5b4c0c9107e91401c2c679d763b351 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--current-window-start): Refactor Is now set to value and read only in one place. Set to nil in two other places. --- swiper.el | 9 ++--- 1 file changed, 2

[elpa] master 9e1b9a0 131/184: counsel.el (counsel-google-function): Add missing require

2019-10-16 Thread Oleh Krehel
branch: master commit 9e1b9a0b5b9076c80c4c789e2978e0c925339bcf Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-google-function): Add missing require --- counsel.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/counsel.el b/counsel.el index 64c6168..dbf0470 100644 --- a/c

[elpa] master cfbf481 089/184: Lazy load ffap

2019-10-16 Thread Oleh Krehel
branch: master commit cfbf48182b91e2b997f8dd597d1a9bd1ba9f126d Author: Nathan Moreau Commit: Oleh Krehel Lazy load ffap find-file-at-point is a heavyweight dependency (in terms of load time), which is rarely used. It happens to pop near the top of the slowest packages to loa

[elpa] master dea98fc 153/184: ivy.el (ivy-inhibit-action): Clean up docstring

2019-10-16 Thread Oleh Krehel
branch: master commit dea98fca51671cbe6906002ee1178d3eb6df29db Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-inhibit-action): Clean up docstring --- ivy.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ivy.el b/ivy.el index 2861277..b78c001 100644 --- a/ivy

[elpa] master f66eec5 059/184: Add counsel-buffer-or-recentf

2019-10-16 Thread Oleh Krehel
branch: master commit f66eec54d920e43754778399fcfc2a7348492f5f Author: Justin Burkett Commit: Justin Burkett Add counsel-buffer-or-recentf Lists buffers visiting files (highlighted) then the recentf file list. --- counsel.el | 43 +++ 1 file

[elpa] master 1303e10 061/184: counsel.el (counsel-M-x-action): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit 1303e100785531c4131059e056b91b82894bd392 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-M-x-action): Extract --- counsel.el | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/counsel.el b/counsel.el index 8586c2

[elpa] master 4c1f6cd 094/184: ivy-test.el: Update

2019-10-16 Thread Oleh Krehel
branch: master commit 4c1f6cd9dec881ea4289368fd08462f42f9b8f94 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el: Update --- ivy-test.el | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/ivy-test.el b/ivy-test.el index 3faa04e..1bd6974 100644 --

[elpa] master 966525c 118/184: counsel.el (counsel-cd): Fix for counsel-ag

2019-10-16 Thread Oleh Krehel
branch: master commit 966525c94d0362a41a37c6427ef90100e871a257 Author: Hong Xu Commit: Oleh Krehel counsel.el (counsel-cd): Fix for counsel-ag Fix (completely broken) `counsel-cd' for `counsel-ag'. Re #2261 --- counsel.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletion

[elpa] master da7e546 085/184: ivy.el (ivy-previous-line-and-call): Fix typo

2019-10-16 Thread Oleh Krehel
branch: master commit da7e546bcde32eb525fcf16ef19ca3fd7e1bcb01 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-previous-line-and-call): Fix typo --- ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 1588efc..a0d2e7f 100644 --- a/ivy.el +++

[elpa] master b39f383 125/184: counsel.el (counsel-git-grep-occur): Re-use counsel-grep-like-occur

2019-10-16 Thread Oleh Krehel
branch: master commit b39f3832c0fb8f6a9016e272d8ea96ebaa73d9f5 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-git-grep-occur): Re-use counsel-grep-like-occur --- counsel.el | 43 +-- 1 file changed, 17 insertions(+), 26 deletions(-) diff

[elpa] master 892e44a 079/184: doc: Add full text of licences

2019-10-16 Thread Oleh Krehel
branch: master commit 892e44a8da524301e3144916ad1412ca760054c8 Author: Oleh Krehel Commit: Oleh Krehel doc: Add full text of licences Fixes #2206 --- doc/fdl-1.3.txt | 451 + doc/gpl-3.0.txt | 674 +

[elpa] master a986e4e 071/184: ivy.el (ivy--yank-handle-case-fold): Add

2019-10-16 Thread Oleh Krehel
branch: master commit a986e4ea113162e1f5407b83b6954381499e7d64 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--yank-handle-case-fold): Add Fixes #2194 --- ivy-test.el | 10 ++ ivy.el | 11 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/

[elpa] master 42fedf5 116/184: counsel.el (counsel-file-stale-p): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit 42fedf55a6e6507623063ea6f9bfd7b093bceeeb Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-file-stale-p): Extract --- counsel.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/counsel.el b/counsel.el index c8567cc..1476f38

[elpa] master 0b85d9d 030/184: counsel.el (counsel-at-git-issue-p): Add vc-git-log-view-mode

2019-10-16 Thread Oleh Krehel
branch: master commit 0b85d9d353e141644b90a70eca0caeed30514d99 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-at-git-issue-p): Add vc-git-log-view-mode --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index 119b642..b5b1

[elpa] master 7cca04a 088/184: doc/ivy.org: Document the marking feature

2019-10-16 Thread Oleh Krehel
branch: master commit 7cca04a65e77450abce4d32243abcc9e2135be9d Author: Oleh Krehel Commit: Oleh Krehel doc/ivy.org: Document the marking feature Re #2214 --- doc/ivy.org | 33 ++--- doc/ivy.texi | 43 +++ 2 files

[elpa] master 77997ea 120/184: counsel.el (counsel-M-x-transformer): Handle read-only strings

2019-10-16 Thread Oleh Krehel
branch: master commit 77997ea9ebd9b6ff2a65290e2731015ab4bbf268 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-M-x-transformer): Handle read-only strings Re #2258 Fixes #2262 --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.

[elpa] master 0d842e3 062/184: ivy.el (ivy-switch-buffer): Clean up

2019-10-16 Thread Oleh Krehel
branch: master commit 0d842e3afdc72dfa2e34def39b964a8ba69f218b Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-switch-buffer): Clean up `this-command' was used in place of :caller before it was introduced. Clean it up now. --- ivy.el | 1 - 1 file changed, 1 deletion(-) diff

[elpa] master e6171e2 098/184: ivy-hydra.el (ivy-dispatching-done-hydra): Fix for ivy-resume

2019-10-16 Thread Oleh Krehel
branch: master commit e6171e212de15a9ea32f6bcdbe5f2d42bcfae1f8 Author: Oleh Krehel Commit: Oleh Krehel ivy-hydra.el (ivy-dispatching-done-hydra): Fix for ivy-resume Modify the action list non-destructively, by just chaning the initial index. This way, when `ivy-resume' is called

[elpa] master 1332ab0 068/184: counsel.el (counsel-compile-env-pattern): Fix regex typo

2019-10-16 Thread Oleh Krehel
branch: master commit 1332ab0bb3952c7669691f2cd2e44b190f86593c Author: Alex Branham Commit: Oleh Krehel counsel.el (counsel-compile-env-pattern): Fix regex typo Fixes #2193 --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el in

[elpa] master 20d604c 069/184: ivy.el (ivy-restrict-to-matches): Fix for ivy-resume

2019-10-16 Thread Oleh Krehel
branch: master commit 20d604c139b82d98010aabbbc00ad487438bdf8e Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-restrict-to-matches): Fix for ivy-resume Thanks @ambihelical --- ivy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 499

[elpa] master 2db2c51 050/184: counsel.el (counsel-find-file-mkdir-action): make parents too

2019-10-16 Thread Oleh Krehel
branch: master commit 2db2c510572eadbc2e0ec851a1c739e7e7906d6d Author: David Ringo Commit: David Ringo counsel.el (counsel-find-file-mkdir-action): make parents too --- counsel.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/counsel.el b/counsel.el index d976ae0..

[elpa] master 5d2938f 126/184: counsel.el (counsel-git-grep): Works with ivy--regex-fuzzy

2019-10-16 Thread Oleh Krehel
branch: master commit 5d2938f4a43d4f7290c80d77a756f971efd6160c Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-git-grep): Works with ivy--regex-fuzzy `ivy-occur' works as well. Fixes #2243 --- counsel.el | 9 - ivy.el | 2 +- 2 files changed, 9 inse

[elpa] master 6905e6c 097/184: counsel.el (counsel--rg-targets): Adjust for ivy-occur buffers

2019-10-16 Thread Oleh Krehel
branch: master commit 6905e6cad0042ac673f19e780512530aa36f2a94 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--rg-targets): Adjust for ivy-occur buffers When nothing is selected in an ivy-occur buffer (of e.g. `counsel-git' or `counsel-find-file'), select all files

[elpa] master a9196a2 035/184: counsel.el (counsel-file-jump-args): Is now a list

2019-10-16 Thread Oleh Krehel
branch: master commit a9196a277505f638934f013b485b2f9dd7be0637 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-file-jump-args): Is now a list * counsel.el (counsel-dired-jump-args): Now a list. Removing the single quotes around '.git' breaks user's config anyway.

[elpa] master 84e1ab8 117/184: counsel.el (counsel-package): Refresh contents automatically

2019-10-16 Thread Oleh Krehel
branch: master commit 84e1ab8ca7f227174362992f67895f21d74c4070 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-package): Refresh contents automatically In case any of "archive-contents" files is older than 4 hours, call `package-refresh-contents'. --- counsel.el | 1

[elpa] master e58231e 033/184: ivy.el (ivy-immediate-done): Fix for when "C-j" changed cwd

2019-10-16 Thread Oleh Krehel
branch: master commit e58231e7446bc7a1623ad92190080a4180a07f50 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-immediate-done): Fix for when "C-j" changed cwd * ivy-test.el (ivy-read-directory-name): Add test. Fixes #2165 --- ivy-test.el | 8 +++- ivy.el | 8 +

[elpa] master 967d046 091/184: ivy-test.el (counsel-yank-pop): Fix on Windows

2019-10-16 Thread Oleh Krehel
branch: master commit 967d046286c56db506963a21496fbddeb316295d Author: Nathan Moreau Commit: Oleh Krehel ivy-test.el (counsel-yank-pop): Fix on Windows --- ivy-test.el | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ivy-test.el b/ivy-test.el index 0cbf6

[elpa] master c3bd60c 041/184: ivy.el (ivy--occur-press-update-window): Don't error if buffer was killed

2019-10-16 Thread Oleh Krehel
branch: master commit c3bd60cbd7468ccb83f8562f3bb28e57a6369f34 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--occur-press-update-window): Don't error if buffer was killed The fall-back is still good enough. --- ivy.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) d

[elpa] master 9592cba 101/184: ivy-hydra.el: Use ivy-read-action-by-key in hydra-ivy

2019-10-16 Thread Oleh Krehel
branch: master commit 9592cba1985ffa87521130bd6dfaf5cb9721ffb2 Author: Iku Iwasa Commit: Oleh Krehel ivy-hydra.el: Use ivy-read-action-by-key in hydra-ivy Fixes #2250 Fixes #2239 --- ivy-hydra.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ivy-hydra.el

[elpa] master c4e0b0b 032/184: ivy-test.el (ivy-read-file-name-make-directory): Add

2019-10-16 Thread Oleh Krehel
branch: master commit c4e0b0b7383732d59ac09fb397c52b23fb531fe9 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el (ivy-read-file-name-make-directory): Add --- ivy-test.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ivy-test.el b/ivy-test.el index c217c23..10bf189 100644

[elpa] master 361cf87 070/184: ivy-test.el (counsel-find-file-with-dollars): Remove

2019-10-16 Thread Oleh Krehel
branch: master commit 361cf871ae914d3a134c921a76f28be7101d1923 Author: Oleh Krehel Commit: Oleh Krehel ivy-test.el (counsel-find-file-with-dollars): Remove Fixes #2187 --- ivy-test.el | 12 tests/find-file/directories-with-s

[elpa] master 5424a564 082/184: ivy.el (ivy--handle-directory): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit 5424a5643ee723102a7a1b3f7f434cc83cf735dc Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--handle-directory): Extract * ivy-test.el (ivy--handle-directory): Add test. --- ivy-test.el | 6 ++ ivy.el | 14 +- 2 files changed, 15 insertio

[elpa] master b4c4a7f 011/184: swiper.el (swiper--isearch-next-item): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit b4c4a7ff0f0850686992915eb09ebaf3e03ac4f4 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--isearch-next-item): Extract Re #2154 Re #2155 --- swiper.el | 54 ++ 1 file changed, 26 insertions(+), 2

[elpa] master 38b5d83 015/184: swiper.el (swiper--isearch-filter-ignore-order): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit 38b5d833fe49fdb537e21888d73833375c5a6ca5 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--isearch-filter-ignore-order): Extract --- swiper.el | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/swiper.el b/swiper.

[elpa] master dc7f5e0 012/184: swiper.el (swiper--isearch-function): Works for ivy--regex-ignore-order

2019-10-16 Thread Oleh Krehel
branch: master commit dc7f5e0510e517e721983fc6c29b4ed67fdfba1f Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--isearch-function): Works for ivy--regex-ignore-order Fixes #2155 --- swiper.el | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) d

[elpa] master b9f3e3b 017/184: swiper.el (swiper-isearch-action): Simplify

2019-10-16 Thread Oleh Krehel
branch: master commit b9f3e3b1c52a6630e1499cea7bab7f9cef4bb5c6 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper-isearch-action): Simplify --- swiper.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/swiper.el b/swiper.el index 36715af..bb97bbf 100644 --- a/s

[elpa] master 3256447 076/184: ivy.el (ivy--partial-cd-for-single-directory): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit 325644728a82a76d45bdf0b1146326fe5d767001 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--partial-cd-for-single-directory): Extract And use ivy--re-filter --- ivy.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/iv

[elpa] master ed1ba4e 028/184: Makefile (deps): Add target

2019-10-16 Thread Oleh Krehel
branch: master commit ed1ba4e5f6fd67f289ba2d70cba0739998429917 Author: Oleh Krehel Commit: Oleh Krehel Makefile (deps): Add target --- .travis.yml | 1 + Makefile| 3 +++ targets/install-deps.el | 38 ++ 3 files changed, 42 i

[elpa] master ad0f605 008/184: swiper.el (swiper--isearch-function-1): Extract

2019-10-16 Thread Oleh Krehel
branch: master commit ad0f605303ffc6685af8988dcc809cd3355a041d Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--isearch-function-1): Extract --- swiper.el | 78 +++ 1 file changed, 43 insertions(+), 35 deletions(-) diff

[elpa] master 7dea040 066/184: ivy.el (ivy-pre-prompt-function): Add

2019-10-16 Thread Oleh Krehel
branch: master commit 7dea040b5280a4cfeb303448e79f0f51cd713fa5 Author: Takaaki ISHIKAWA Commit: Oleh Krehel ivy.el (ivy-pre-prompt-function): Add Fixes #2185 --- ivy.el | 8 1 file changed, 8 insertions(+) diff --git a/ivy.el b/ivy.el index 1094946..a0d1c63 100644 --- a/i

[elpa] master 6bf2cba 053/184: ivy.el (ivy-read-action-ivy): Don't recur

2019-10-16 Thread Oleh Krehel
branch: master commit 6bf2cbafc31c84dd4be0c327d09640738546d58a Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-read-action-ivy): Don't recur --- ivy.el | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/ivy.el b/ivy.el index 67b9379..249a403 100644

[elpa] master 327dbd6 058/184: counsel.el (counsel-rg-base-command): Don't include directory on non-Windows

2019-10-16 Thread Oleh Krehel
branch: master commit 327dbd6a90e1e682b71f093d53c9332f1c3d01be Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-rg-base-command): Don't include directory on non-Windows Fixes #2180 Re #795 --- counsel.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[elpa] master f0451db 173/184: ivy.el (ivy-occur-revert-buffer): Don't error if the swiper buffer was killed

2019-10-16 Thread Oleh Krehel
branch: master commit f0451db9e8a36498fe441437db2b66c75c8eb6bf Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-occur-revert-buffer): Don't error if the swiper buffer was killed --- ivy.el| 23 ++- swiper.el | 16 +++- 2 files changed, 29 insertions(+

[elpa] master 2ecbd7d 054/184: ivy.el (ivy-read-action-ivy): Show the selected item in the prompt

2019-10-16 Thread Oleh Krehel
branch: master commit 2ecbd7d442259708b8737a1eb7b057e9e3294aea Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-read-action-ivy): Show the selected item in the prompt --- ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy.el b/ivy.el index 249a403..aba70d9 100

[elpa] master 3d0fcb5 064/184: ivy.el (ivy-partial): Fix trailing space issue

2019-10-16 Thread Oleh Krehel
branch: master commit 3d0fcb59fc20cc94ae29f86d13765155b0ca Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-partial): Fix trailing space issue When `ivy-text' was "foo bar ", `parts' becomes '("foo" "bar"), and `new' becomes "bar ", which is different from the last elemen

[elpa] master ca5040d 078/184: counsel.el (counsel-rg-base-command): Remove "-S" flag

2019-10-16 Thread Oleh Krehel
branch: master commit ca5040d441e67fbc2a2a641f843094f7b2c0e318 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-rg-base-command): Remove "-S" flag Ivy will add "-i" appropriately, based on `ivy-case-fold-search-default'. Fixes #2204 --- counsel.el | 4 ++-- 1 fi

[elpa] master 13be8ab 004/184: ivy.el (ivy--reset-state): Fix ivy-resume

2019-10-16 Thread Oleh Krehel
branch: master commit 13be8abc868224c8b15322dbe430f8840f12a57f Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--reset-state): Fix ivy-resume `ivy-text' is reset to "", but `ivy-resume' passes in `initial-input'. --- ivy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] master 824f8d7 072/184: counsel.el (counsel--find-return-list): Works with or without "./" prefix

2019-10-16 Thread Oleh Krehel
branch: master commit 824f8d767094ad48c047c811cbe764a0de96892c Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--find-return-list): Works with or without "./" prefix Fixes #2196 --- counsel.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/c

[elpa] master 1a4ebda 048/184: Allow virtual-buffers customization

2019-10-16 Thread Oleh Krehel
branch: master commit 1a4ebdaff8cf67faa69f412e6fa9ed2743c6bc92 Author: gusbrs <19410606+gus...@users.noreply.github.com> Commit: Oleh Krehel Allow virtual-buffers customization Allow to choose between recent files, bookmarks or both to compose ivy-switch-buffer's virtual-buffers.

[elpa] master 560957f 074/184: Check if ivy--done is accepting a string.

2019-10-16 Thread Oleh Krehel
branch: master commit 560957f571c3c0685948b2aeb8bbaad4a4a47c6b Author: Amos Bird Commit: Oleh Krehel Check if ivy--done is accepting a string. Some ivy commands (e.g. swiper-isearch) provide an int instead of a string. It won't work when the integer value is larger than unicode

[elpa] master 1d8803e 181/184: Ensure that ripgrep on windows uses '/' as the path-separator

2019-10-16 Thread Oleh Krehel
branch: master commit 1d8803ed385f8911020e7fead08068e2912248d4 Author: ItsHoff Commit: ItsHoff Ensure that ripgrep on windows uses '/' as the path-separator --- counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counsel.el b/counsel.el index a6fe736..59d411a 1006

[elpa] master 2ce5450 177/184: counsel.el (counsel-find-file): Bind "M-o R" to find-file-read-only

2019-10-16 Thread Oleh Krehel
branch: master commit 2ce5450732e33c82e6da8e07b917a5b290f0b362 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-find-file): Bind "M-o R" to find-file-read-only Fixes #2236 --- counsel.el | 1 + 1 file changed, 1 insertion(+) diff --git a/counsel.el b/counsel.el index 7e

[elpa] master 9da8003 158/184: counsel.el (counsel-M-x): Don't sort by default

2019-10-16 Thread Oleh Krehel
branch: master commit 9da800306a82e85ac6d62d0b86baa731b394807e Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-M-x): Don't sort by default We don't sort anyway if smex or amx are installed. The user can now turn the sort back on with `ivy-configure'. --- counsel.el

[elpa] master f90bc8c 164/184: ivy.el (ivy-configure): Add :height

2019-10-16 Thread Oleh Krehel
branch: master commit f90bc8cdb68334d1eff77680d775309ac0614022 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Add :height * counsel.el (counsel-el): Fixup. (counsel-yank-pop-height): Remove obsolete alias after 4 months. --- counsel.el | 22 ++--

[elpa] master cdca2fc 141/184: counsel.el (counsel-switch-buffer): Re-use ivy-switch-buffer

2019-10-16 Thread Oleh Krehel
branch: master commit cdca2fcd8ee8397d6dee6dd141f3a9d46064d25b Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel-switch-buffer): Re-use ivy-switch-buffer * ivy.el (ivy-unwind-fns-alist): New defvar. Reduce code duplication by having `counsel-switch-buffer' become

[elpa] master 5e79f16 020/184: ivy.el (ivy--input): Fix point moving in TRAMP sessions

2019-10-16 Thread Oleh Krehel
branch: master commit 5e79f162562dfbc559e2f7005feff8cf8264f2df Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy--input): Fix point moving in TRAMP sessions If the key-by-key input from user is fast, sometimes the output from TRAMP comes in and moves the point, which made `ivy

[elpa] master 2ed4416 165/184: ivy.el (ivy-configure): Add :exit-codes

2019-10-16 Thread Oleh Krehel
branch: master commit 2ed4416f50136ae0a748f9de6b98705493e202a6 Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Add :exit-codes --- counsel.el | 30 -- ivy.el | 12 ++-- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/c

[elpa] master 8f08f38 155/184: counsel.el (counsel--grep-last-pos): Refactor from counsel-grep-last-line

2019-10-16 Thread Oleh Krehel
branch: master commit 8f08f38990ebaa8af945237264ce0e19150282e7 Author: Oleh Krehel Commit: Oleh Krehel counsel.el (counsel--grep-last-pos): Refactor from counsel-grep-last-line It's only used in `counsel-grep-action' now, instead of 2 other places. --- counsel.el | 16 +

[elpa] master 57e0b94 146/184: swiper.el (swiper--action): Set case-fold-search

2019-10-16 Thread Oleh Krehel
branch: master commit 57e0b9475f4f81aae685d27713bdff849c90f67b Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--action): Set case-fold-search Re #2226 --- swiper.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swiper.el b/swiper.el index 289a0f7..

[elpa] master 8b07572 149/184: ivy.el (ivy-configure): Add :display-transformer-fn

2019-10-16 Thread Oleh Krehel
branch: master commit 8b07572789fc6f35c92ec5b7707c817e40bbe0dd Author: Oleh Krehel Commit: Oleh Krehel ivy.el (ivy-configure): Add :display-transformer-fn --- counsel.el | 44 +--- ivy.el | 24 +++- 2 files changed, 32 insertio

[elpa] master 582c9d4 014/184: swiper.el (swiper--candidates): Don't store line number as a string

2019-10-16 Thread Oleh Krehel
branch: master commit 582c9d4bf118f58e424ada5f4c69da7128757564 Author: Oleh Krehel Commit: Oleh Krehel swiper.el (swiper--candidates): Don't store line number as a string --- ivy.el| 4 ++-- swiper.el | 20 2 files changed, 10 insertions(+), 14 deletions(-) diff -

[elpa] master fcef913 023/184: swiper-isearch: Fix regexes in "ignore-order" case

2019-10-16 Thread Oleh Krehel
branch: master commit fcef913e82d8242575612fd934ca17762abd872c Author: Muir Manders Commit: Oleh Krehel swiper-isearch: Fix regexes in "ignore-order" case Don't use regexp-opt since that escapes regexes. Instead, escape invalid regexes and just join each aprt on "|". Fi

  1   2   3   >