]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoAccount for zero-length regex matches
Oleh Krehel [Fri, 13 Mar 2015 21:25:28 +0000 (22:25 +0100)]
Account for zero-length regex matches

* swiper.el (swiper--add-overlays): Update.

Fixes #6.

9 years agoswiper.el: Use `with-selected-window' instead of `with-current-buffer'
Oleh Krehel [Fri, 13 Mar 2015 18:45:28 +0000 (19:45 +0100)]
swiper.el: Use `with-selected-window' instead of `with-current-buffer'

* swiper.el (swiper--buffer): Remove.
(swiper--init): Update.
(swiper--update-input-helm): Update.
(swiper--update-input-ivy): Update.
(swiper--update-sel): Update.

9 years agoivy.el: Improve the highlighting in the minibuffer
Oleh Krehel [Fri, 13 Mar 2015 17:39:46 +0000 (18:39 +0100)]
ivy.el: Improve the highlighting in the minibuffer

* ivy.el (ivy--add-face): Use `add-face-text-property' if it's
  available. You need to upgrade to Emacs 24.4 to get this feature.
(ivy-completions): Use `ivy--add-face'.

9 years agoREADME.md: Update
Oleh Krehel [Fri, 13 Mar 2015 17:25:27 +0000 (18:25 +0100)]
README.md: Update

9 years agoUpdate dependencies.
Oleh Krehel [Fri, 13 Mar 2015 15:50:40 +0000 (16:50 +0100)]
Update dependencies.

* ivy.el: Depend on emacs "24.1".

* swiper.el: Depend on ivy "0.1.0".

9 years agoAdd `ivy' back end
Oleh Krehel [Thu, 12 Mar 2015 15:31:37 +0000 (16:31 +0100)]
Add `ivy' back end

* ivy.el: New completion back end.

* swiper.el: Package doesn't depend on `helm'.
(ivy): Depend on `ivy'.
(swiper-completion-method): New defcustom.
(swiper--window): New var.
(swiper--helm-keymap): Rename from `swiper--keymap'.
(swiper): Change to a dispatch.
(swiper--init): New defun.
(swiper--ivy): New command.
(swiper--helm): New command.
(swiper--cleanup): New defun.
(swiper--update-input-helm): Rename from `swiper--update-input'.
(swiper--update-input-ivy): New defun.
(swiper--add-overlays): New defun.
(swiper--update-sel): Update.
(swiper--subexps):
(swiper--regex-hash):
(swiper--regex): Move to ivy.
(swiper--action): Update.

9 years agofamiliar isearch key bindings while helm is active
killdash9 [Wed, 11 Mar 2015 17:46:46 +0000 (11:46 -0600)]
familiar isearch key bindings while helm is active

9 years agoswiper.el (swiper--regex): Update signature
Oleh Krehel [Wed, 11 Mar 2015 14:06:48 +0000 (15:06 +0100)]
swiper.el (swiper--regex): Update signature

9 years agoUse cl-lib macros instead of cl.el
Syohei YOSHIDA [Wed, 11 Mar 2015 14:00:02 +0000 (23:00 +0900)]
Use cl-lib macros instead of cl.el

9 years agoadd autoload cookie for lazy loading
Syohei YOSHIDA [Wed, 11 Mar 2015 13:58:47 +0000 (22:58 +0900)]
add autoload cookie for lazy loading

9 years agoAdd dependency on emacs 24.1
Oleh Krehel [Wed, 11 Mar 2015 10:21:16 +0000 (11:21 +0100)]
Add dependency on emacs 24.1

9 years agoAdd compatibility alias for `font-lock-ensure'
Oleh Krehel [Tue, 10 Mar 2015 14:09:44 +0000 (15:09 +0100)]
Add compatibility alias for `font-lock-ensure'

* swiper.el (swiper-font-lock-ensure): Add.

Fixes #1.

9 years agoREADME.md: Add
Oleh Krehel [Tue, 10 Mar 2015 12:20:42 +0000 (13:20 +0100)]
README.md: Add

9 years agoswiper.el (swiper--regex): Zero groups without space
Oleh Krehel [Tue, 10 Mar 2015 10:40:19 +0000 (11:40 +0100)]
swiper.el (swiper--regex): Zero groups without space

* swiper.el (swiper--update-input): Update the face order accordingly.

9 years agoUpdate call to `font-lock-ensure'
Oleh Krehel [Tue, 10 Mar 2015 10:38:37 +0000 (11:38 +0100)]
Update call to `font-lock-ensure'

* swiper.el (swiper--candidates): `font-lock-ensure' takes no arguments
  in 24.4.1.

9 years agoInitial import
Oleh Krehel [Mon, 9 Mar 2015 19:20:45 +0000 (20:20 +0100)]
Initial import