branch: master
commit d1f88fa55b8c01781cc75358407e7aa21cfba307
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-read): Don't put empty string on history
---
ivy.el |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ivy.el b/ivy.el
index fc11c3d..4aff281 100644
branch: master
commit 21007c2395105a14301c2f999549b533e2137e22
Author: Oleh Krehel
Commit: Oleh Krehel
Add counsel-rhythmbox
* counsel.el (counsel-completion-beg):
(counsel-completion-end): Move declarations before first use.
(dired-jump): Declare.
(counsel-rhythmbox-enq
branch: master
commit 60629039aa567d02b7cb18537767f536d5bdc29f
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-count-format): Improve docstring
* ivy.el (ivy-minibuffer-grow):
(ivy-toggle-calling):
(ivy-sort-functions-alist): Checkdoc.
---
ivy.el | 10 ++
1 fi
branch: master
commit 3164753620c939cd25e67661e17397b46d2ae8db
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-locate-history): Add
---
counsel.el |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index 0e9375d..cf33413 100644
--
branch: master
commit f6f3963f52ac94f6388deb57fef6659612b6deba
Author: Oleh Krehel
Commit: Oleh Krehel
Bind case-fold-search to t when the input is all lower-case
* ivy.el (ivy--filter): Update.
* ivy-test.el (ivy--filter): Add test.
- input "the" matches both "the
branch: master
commit adad288b69785a02e7207bfc00390f6ddb0429a8
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-call): Add selected-window work-around for M-x
* ivy.el (ivy-call): For some commands that depend on the buffer, like
`counsel-git-grep' the action needs to be perf
branch: master
commit 8c91662adcd29c93e3bb3ae7faf3ffe385080436
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-call): Bind to "C-M-m" or "M-RET"
"C-M-m" is close to "C-M-n" and "C-M-p", just as "M-RET" is close to
"RET". Previously, the only binding was "C-o g".
---
ivy.el
branch: master
commit 9ca6f48c7957fe7e9e0d7b83f81a15a961c35249
Author: Oleh Krehel
Commit: Oleh Krehel
Allow "C-g" to interrupt ivy-dispatching-done
* ivy.el (ivy-dispatching-done): Update.
---
ivy.el | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git
branch: master
commit 2fbcfb970d060a895d8b5818e750a1143d0e24db
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy--preselect-index): Add matcher to arglist
* ivy.el (ivy--reset-state): Call `ivy--preselect-index' with matcher.
(ivy--preselect-index): In case there's a special m
branch: master
commit ea6525e6bdddb6c4c7d175613aa1d6536afd0a1b
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-read): Improve ivy-set-actions interaction
* ivy.el (ivy-read): When the base action is already a list, merge it
with the one obtained from `ivy-set-actions'.
---
branch: master
commit 548a766ddf93abaaecbb855572d115ebb03d27d3
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy--reset-state): Fixup
---
ivy.el |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ivy.el b/ivy.el
index dfed9f4..45ed244 100644
--- a/ivy.el
+++ b/iv
branch: master
commit 082fbbc71f8bd82e02163550d3b7efa261929169
Author: Oleh Krehel
Commit: Oleh Krehel
Add a multi-action interface for counsel-locate
* ivy-hydra.el (hydra-ivy): Display the current action and allow to
scroll the action list with "w" and "s".
* ivy.el
branch: master
commit 36e8fe31f700ecdfb7580f5149ab6000d5bf1aac
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-org-tag): No need to be at heading
* counsel.el (counsel-org-tag): When not at heading, move there.
Save excursion.
---
counsel.el | 29 -
branch: master
commit 5480079653d6c7ec59af5e7d79b2eda5bfe1c190
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-dispatching-done): New command on "M-o"
* ivy.el (ivy-minibuffer-map): Bind "M-o" to `ivy-dispatching-done'.
(ivy-action-name): Update, all actions are now in hydra
branch: master
commit d5af9871cd7e5d8f414feb0ae42a8c5353726c6b
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy--reset-state): Fixup
Re #165
---
ivy.el |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/ivy.el b/ivy.el
index 4aff281..9a27ebd 100644
-
branch: master
commit e91a4ebc6b2d353e8e046501c39f7ee836aa89de
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-dispatching-done): Display the candidate
---
ivy.el | 20 +++-
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/ivy.el b/ivy.el
index 5f8e5de..
branch: master
commit 19dcc0ff119f5fc099829979ed36043b1b42eefc
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy--regex): Improve for trailing backslash
When there's a single trailing backslash, which would result in a bad
regex, ignore it.
---
ivy.el |2 ++
1 files chang
branch: master
commit fe6d2b17326625160a89d71ec6b2244270b66baa
Author: Oleh Krehel
Commit: Oleh Krehel
Make ffap work again
* ivy.el (ivy--reset-state): When completing files, consider the case
when the directory of PRESELECT isn't `default-directory'.
Fixes #165
---
branch: master
commit acf4485e7904205e02f8644c292691bac988d760
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy--exhibit): Check if in post-command-hook
* ivy.el (ivy--exhibit): A situation can occur when an async command
calls `ivy--exhibit' in the sentinel. It causes prob
branch: master
commit 1aa75204906549af2f5aac10a83facf1f61fe1cc
Author: Oleh Krehel
Commit: Oleh Krehel
Add a custom keymap for counsel-find-file
* counsel.el (counsel-find-file-map): New defvar.
Re #164
---
counsel.el |2 ++
1 files changed, 2 insertions(+), 0 deletion
branch: master
commit 6ab519ff92143bfcee549471dbf5def3bdae3185
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-org-tag): Delete dups
The issue of duplicates arises from this setting (off by default):
(setq org-complete-tags-always-offer-all-agenda-tags t)
branch: master
commit 346436284b036452e585ca6e8a8834d0c77ae998
Author: Oleh Krehel
Commit: Oleh Krehel
Add actions for counsel-describe-variable
---
counsel.el |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index 7d39f9a..4c3c482 100644
branch: master
commit a9ff1f17646103bc825132d3b5ea682b35cd
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-org-change-tags): Improve removing tags
---
counsel.el | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/counsel.el b/counsel.el
index
branch: master
commit dba4e47cb36dde92ec9b7e01f39d08b382dbb2ff
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (org-bound-and-true-p): Update declare
---
counsel.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/counsel.el b/counsel.el
index 3b91d69..b5ad6a0 10
branch: master
commit bb953c60d68952c6c345967d55eed94791cf46cd
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-restrict-to-matches): Add and bind to "S-SPC"
---
ivy.el |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ivy.el b/ivy.el
index f64782c..f322b64
branch: master
commit cb0cf0258dd59bf1bc00eba6bd6c23e3cbaefb8b
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-call): Remove with-selected-window
* counsel.el (counsel-git-grep-action): Add with-selected-window.
* ivy.el (ivy-dispatching-done): Remove trailing ": ".
branch: master
commit 3df2d8e7d0238357c62f60cb92a1e590e79e7c81
Author: Oleh Krehel
Commit: Oleh Krehel
ivy-hydra.el: Add featurep for hydra
Fixes #174
---
ivy-hydra.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ivy-hydra.el b/ivy-hydra.el
index cdaf
branch: master
commit 5b615776bd5a03f98a05c42eac5e1603a19d4fcd
Author: Erik Hetzner
Commit: Erik Hetzner
Use recoll -t instead of recollq
---
counsel.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/counsel.el b/counsel.el
index bf59f5b..3b91d69 100644
--- a/coun
branch: master
commit b465c09938f25c3614aa2702f6fecfa67f781c88
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-switch-buffer): Add a multi-action interface
While in "C-o":
- Use "s" to make "C-m", "C-j", "C-M-n" and "C-M-p" kill
- Use "w" to switch back to normal.
branch: master
commit 8a062714e434fc99329fbd19823314be61f5ec40
Author: Oleh Krehel
Commit: Oleh Krehel
Update :dynamic-collection to be a boolean
* ivy.el (ivy--exhibit): Always use `ivy-state-collection', instead of
possibly `ivy-state-dynamic-collection'. The collection func
branch: master
commit 815257759ca02b049d526519726477bbaba7a4ab
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-recoll): New command
* counsel.el (counsel-recoll-function): New function.
---
counsel.el | 35 +++
1 files changed, 35 inser
branch: master
commit 08bd5b45ee5d22b5f018b4319b97f8979f8c07f7
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-variable-list): Add
* counsel.el (counsel-describe-variable): Use `counsel-variable-list'.
---
counsel.el | 18 +++---
1 files changed, 11 insert
branch: master
commit c1b9f5a0f41c88d115d46f5dd3322a1586c2b51b
Author: Oleh Krehel
Commit: Oleh Krehel
Allow "M-o j" to switch to virtual buffers in other window
* ivy.el (ivy--switch-buffer-other-window-action): New defun.
(ivy-set-actions): Use `ivy--switch-buffer-other-window
abo_abo pushed a change to branch master.
from b0039dd Merge commit '6238e7402adabd0003f6ffcf5c57d9f18f1e7684'
new bb953c6 ivy.el (ivy-restrict-to-matches): Add and bind to "S-SPC"
new d6452fb Add a custom keymap for ivy-switch-buffer
new 1aa7520 Add a custom
branch: master
commit e9c2538d0b419c2b3e4210adab6a8fb1db5c7b85
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-rhythmbox-history): Add
* counsel.el (counsel-rhythmbox): Update.
---
counsel.el |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/co
branch: master
commit e7d778b720ce20bee101d87f95708ac19ce61d82
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-recoll): Simplify
---
counsel.el |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/counsel.el b/counsel.el
index 04be3db..1d85b0b 100644
--- a
branch: master
commit 31d664a0ea3155ed99810425527f351076dac378
Author: Oleh Krehel
Commit: Oleh Krehel
ivy.el (ivy-dispatching-done): Add a trailing newline
---
ivy.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index bd11501..989a34e 100644
--
branch: master
commit 9bbf9f9b5b1fe3fe88f30a1fc57ef21e22bcc2d7
Author: Oleh Krehel
Commit: Oleh Krehel
Fixup the last two commits
* counsel.el (counsel-find-file): Update.
* ivy.el (ivy--buffer-list): Update.
Re #164
---
counsel.el |3 ++-
ivy.el |3 ++
branch: master
commit 1092e2d9ccd4e74a10eb3da6379f6a5042cbee96
Author: Oleh Krehel
Commit: Oleh Krehel
swiper.el: Update avy--goto -> avy-action-goto
---
swiper.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/swiper.el b/swiper.el
index 816d1fe..5b22b78 100644
branch: master
commit d6452fbc728f619b0285176508982672375cbc18
Author: Oleh Krehel
Commit: Oleh Krehel
Add a custom keymap for ivy-switch-buffer
* ivy.el (ivy-switch-buffer-map): New defvar.
Re #164
---
ivy.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
di
branch: master
commit 107ebff0ee9f91c3c0a9b9a969923ef27c492713
Author: Oleh Krehel
Commit: Oleh Krehel
Add actions for counsel-describe-function
---
counsel.el |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index 4c3c482..15a14db 100644
branch: master
commit 8d82b9892b76d8ff27cbf7e9a20a7c8037acf1a8
Author: Oleh Krehel
Commit: Oleh Krehel
swiper.el (swiper-from-isearch): New command
Fixes #180
---
swiper.el | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/swiper.el b/swiper.el
inde
branch: master
commit b8b951b205cd7def439bc6a37bba6f3abf24291d
Author: Chunyang Xu
Commit: Chunyang Xu
Allow ivy-count-format to be set as nil
---
ivy.el |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 55005de..faa469b 100644
--- a/ivy.el
++
branch: master
commit 2bd91185243b5aae569be655a17fa0ffadd2aaa1
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-ag): New command
* counsel.el (counsel-ag-function): New defun.
(counsel-git-grep): Update prompt.
Going from sync to async now is as simple as:
branch: master
commit 1e483c5d79253e7f56e91cb762d715f40519bef6
Author: Oleh Krehel
Commit: Oleh Krehel
Fixup counsel-org-tag
* counsel.el (counsel-org-tag-action): Add ::
(counsel-org-tag): Set `org-last-tags-completion-table', otherwise
`org-tags-completion-function' doesn'
branch: master
commit f71a56202bf98cdcf100db73110425ade0622d9b
Author: Oleh Krehel
Commit: Oleh Krehel
Fix "DEL" generating a "Quit" sometimes for counsel-git-grep
* ivy.el (ivy-backward-kill-word): It seems that `backward-kill-word' is
too elaborate; falling back to something
branch: master
commit 5ae677c092d48caf10b6baa3a7ca32d3eea6b55f
Author: Oleh Krehel
Commit: Oleh Krehel
Simplify counsel-git-grep logic
* ivy.el (ivy--exhibit): Remove the condition on (eq ivy--full-length -1).
* counsel.el (counsel-git-grep-function): Simplify.
(counsel
branch: master
commit de2e81927b3362b346a6c7063a335448158776a1
Author: Erik Hetzner
Commit: Erik Hetzner
Allow % in prompt string
- quote % when passing prompt from ivy-completing-read to ivy-read
- add documentation in ivy-read that all % should be quoted
---
ivy.el |6 +++
branch: master
commit be989fe5aa9db153931ec61f1ff2940650ec6563
Author: Oleh Krehel
Commit: Oleh Krehel
Preselect perfect matches with a leading ^
* ivy.el (ivy--filter): When e.g. "filter" is in the collection,
"^filter" input should always select it, even if other candidates
branch: master
commit 098bec051b48a2ec091860599a49939cc9885025
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-find-file): Fix window focus issue
"C-M-n" should work fine now.
---
counsel.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/coun
branch: master
commit a33af2997bf8de63ea3169b81325518765c15758
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (org-bound-and-true-p): Use bound-and-true-p
---
counsel.el |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/counsel.el b/counsel.el
index 623365d..ce4
branch: master
commit 1f0c79b1051cad0d45e8ebba7019045671dcc501
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (org-setting-tags): Declare dynamic var
Re #179
---
counsel.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index b
branch: master
commit 09f86fca437f1b2e168093824e9d4ee0aea5130a
Author: Oleh Krehel
Commit: Oleh Krehel
doc/Changelog.org: Add
---
doc/Changelog.org | 296 +
1 files changed, 296 insertions(+), 0 deletions(-)
diff --git a/doc/Changelog.or
branch: master
commit 6b57efeaf091856f291049dc415354dd65c10edd
Author: Oleh Krehel
Commit: Oleh Krehel
Bind "C-M-j" to ivy-immediate-done
* ivy.el (ivy-minibuffer-map): Update.
`ivy-immediate-done' will return with the current minibuffer input, even
if the input matches
branch: master
commit f9974e80f4440cb50e1a005efe9300f5d9476535
Author: Oleh Krehel
Commit: Oleh Krehel
Allow to see the candidate index via ivy-count-format
* ivy.el (ivy--insert-prompt): Update.
To use this feature, use something like this:
(setq ivy-count-for
branch: master
commit d289b78a9301f24b12a803358cdc251375d142cc
Author: Oleh Krehel
Commit: Oleh Krehel
Add a new interface to customize additional exit points
* ivy.el (ivy--actions-list): New defvar. Store the exit points per
command.
(ivy-set-actions): New defun. Use thi
branch: master
commit ae77d935f3e27070f4fa0ae9c783515b68de0366
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-org-tag): Replace org-set-tags
* counsel.el (counsel-org-tags): New defvar.
(counsel-org-change-tags): New defun, adapted from part of
`org-set-tags'.
branch: master
commit 783f7c58776d1309c84586799f31e0fe6ec64482
Author: Oleh Krehel
Commit: Oleh Krehel
Update index formatting logic
* ivy.el (ivy--reset-state): Update.
(ivy--insert-prompt): Simplify.
If you want to see both the index and the length of the candidates,
branch: master
commit 22ee8a64b6d40b33c6e4889dbe3a46dbe6479fbb
Author: Oleh Krehel
Commit: Oleh Krehel
swiper.el (swiper-font-lock-ensure): Ignore Man-mode
---
swiper.el |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/swiper.el b/swiper.el
index 24be153..816d1fe
branch: master
commit 40c17b4cc23451e6ac2cda90641dce6971aeca55
Author: Oleh Krehel
Commit: Oleh Krehel
Add a few more Org declarations
Re #179
---
counsel.el |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index 68b930f..6233
branch: master
commit 4443a8bef9791e3be1e301ce82d3478cc9f3ba90
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (org-last-tags-completion-table): Declare
Re #179
---
counsel.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index
branch: master
commit 476fc5d647f392c82631b66538dbbf0fe9f2d939
Author: Oleh Krehel
Commit: Oleh Krehel
Add with-ivy-window macro
* ivy.el (with-ivy-window): New macro.
(ivy-yank-word): Update.
* swiper.el (swiper--window): Remove defvar.
(swiper-query-replace):
branch: master
commit f5dac473c5461c4834431feac50ea18b6948d4df
Merge: b0039dd 09f86fc
Author: Oleh Krehel
Commit: Oleh Krehel
Merge commit '09f86fca437f1b2e168093824e9d4ee0aea5130a' from swiper
---
packages/swiper/counsel.el| 379 ++---
packages/swip
branch: master
commit 13d0c5096cd67d8398f145fbd30838858ce6f632
Author: Oleh Krehel
Commit: Oleh Krehel
counsel.el (counsel-org-tag-agenda): New command
* counsel.el (counsel-org-tag-agenda): It's just a flet wrapper around
`org-agenda-set-tags', changing `org-set-tags' to `cou
branch: master
commit 8380161ecfa24a22ef95ce05b5567adc853efa01
Author: Artur Malabarba
Commit: Artur Malabarba
Version bump
---
sotlisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sotlisp.el b/sotlisp.el
index ad5dc40..1d9030e 100644
--- a/sotlisp.el
+++ b/s
branch: master
commit bfe34692deb1daf8a593676e7b03e56217d362b4
Merge: f5dac47 8380161
Author: Artur Malabarba
Commit: Artur Malabarba
Merge commit '8380161ecfa24a22ef95ce05b5567adc853efa01'
---
packages/sotlisp/sotlisp.el | 92 ++-
1 files changed,
branch: master
commit f857d3025261e8f323e00566059771feb47a3eba
Author: Artur Malabarba
Commit: Artur Malabarba
Add comment-or-uncomment-sexp command
---
sotlisp.el | 90 +++-
1 files changed, 89 insertions(+), 1 deletions(-)
diff --
malabarba pushed a change to branch master.
from f5dac47 Merge commit '09f86fca437f1b2e168093824e9d4ee0aea5130a'
from swiper
new f857d30 Add comment-or-uncomment-sexp command
new 8380161 Version bump
new bfe3469 Merge commit '8380161ecfa24a22ef95ce05b5567adc
branch: master
commit 5de341c841d28fe41d6c8636c50123f0ed7e8290
Author: Stefan Monnier
Commit: Stefan Monnier
* dts-mode/dts-mode.el (dts-indent-rules): Handle hanging "<".
(dts-mode): Set indent-tabs-mode.
(dts--using-macro): Fix Edebug descriptor.
---
packages/dts-mode/dts-mode.el
branch: master
commit 31f2776b8a6d89e0c32dadc0cc9b1c4df2af8900
Author: Michael Heerdegen
Commit: Michael Heerdegen
iterators.el: fix comments
---
packages/iterators/iterators.el | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/packages/iterators/iterators.
70 matches
Mail list logo