]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoMerge commit 'f28382c9577b50dc7250c0f55c8b34270f0ba691' as 'packages/dbus-codegen'
Daiki Ueno [Fri, 27 Mar 2015 08:23:32 +0000 (17:23 +0900)]
Merge commit 'f28382c9577b50dc7250c0f55c8b34270f0ba691' as 'packages/dbus-codegen'

9 years agoSquashed 'packages/dbus-codegen/' content from commit 4b0d852
Daiki Ueno [Fri, 27 Mar 2015 08:23:32 +0000 (17:23 +0900)]
Squashed 'packages/dbus-codegen/' content from commit 4b0d852

git-subtree-dir: packages/dbus-codegen
git-subtree-split: 4b0d8525943ebba797e1ebaf97fd9a608aef5ec1

9 years agoMerge commit 'ce516073e5e4359b88f98610bae9b157945eb8e8' from swiper
Oleh Krehel [Thu, 26 Mar 2015 11:24:38 +0000 (12:24 +0100)]
Merge commit 'ce516073e5e4359b88f98610bae9b157945eb8e8' from swiper

9 years agoAllow to cancel "M-q" with "C-g"
Oleh Krehel [Wed, 25 Mar 2015 18:36:47 +0000 (19:36 +0100)]
Allow to cancel "M-q" with "C-g"

swiper.el (swiper-query-replace): If the TO argument to
`perform-replace' isn't read, don't exit minibuffer.

If the user called `swiper-query-replace' and isn't happy with the
current input being the FROM arg of `perform-replace', it's possible to
cancel with "C-g", and edit the input once again.

9 years agoMerge commit 'e66862ffc4a7f729db4fb851652d1c32ce41c1b3'
Artur Malabarba [Wed, 25 Mar 2015 18:36:34 +0000 (18:36 +0000)]
Merge commit 'e66862ffc4a7f729db4fb851652d1c32ce41c1b3'

9 years agoFix typo
Artur Malabarba [Wed, 25 Mar 2015 18:31:56 +0000 (18:31 +0000)]
Fix typo

9 years agoMerge commit 'd8a9a0c201f6abbe22a358cec4793e213bdd3685'
Artur Malabarba [Wed, 25 Mar 2015 18:13:40 +0000 (18:13 +0000)]
Merge commit 'd8a9a0c201f6abbe22a358cec4793e213bdd3685'

9 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Artur Malabarba [Wed, 25 Mar 2015 18:11:46 +0000 (18:11 +0000)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

9 years agoFix the version
Artur Malabarba [Wed, 25 Mar 2015 18:11:09 +0000 (18:11 +0000)]
Fix the version

9 years agoAdd 'packages/aggressive-indent/' from commit '72796c652f0eb29902c3d95b7a5411757606b074'
Artur Malabarba [Wed, 25 Mar 2015 18:08:24 +0000 (18:08 +0000)]
Add 'packages/aggressive-indent/' from commit '72796c652f0eb29902c3d95b7a5411757606b074'

git-subtree-dir: packages/aggressive-indent
git-subtree-mainline: addec68b2d8490523dfffd04be8997d8b1840303
git-subtree-split: 72796c652f0eb29902c3d95b7a5411757606b074

9 years agoVersion bump -> 1.0
Artur Malabarba [Wed, 25 Mar 2015 18:05:39 +0000 (18:05 +0000)]
Version bump -> 1.0

9 years agoMore style and doc changes
Artur Malabarba [Wed, 25 Mar 2015 18:05:29 +0000 (18:05 +0000)]
More style and doc changes

9 years agoRemove unneeded require.
Artur Malabarba [Wed, 25 Mar 2015 18:04:26 +0000 (18:04 +0000)]
Remove unneeded require.

9 years agoRemove unused macro.
Artur Malabarba [Wed, 25 Mar 2015 18:04:15 +0000 (18:04 +0000)]
Remove unused macro.

9 years agoCheckdoc
Artur Malabarba [Wed, 25 Mar 2015 17:54:37 +0000 (17:54 +0000)]
Checkdoc

9 years agoAdd clojure-mode to modes-to-prefer-defun
Artur Malabarba [Wed, 25 Mar 2015 17:54:01 +0000 (17:54 +0000)]
Add clojure-mode to modes-to-prefer-defun

9 years agoOptimize syntax-ppss calls
Artur Malabarba [Wed, 25 Mar 2015 17:53:33 +0000 (17:53 +0000)]
Optimize syntax-ppss calls

9 years agoswiper.el (swiper-query-replace): Call only in minibuffer
Oleh Krehel [Wed, 25 Mar 2015 16:12:51 +0000 (17:12 +0100)]
swiper.el (swiper-query-replace): Call only in minibuffer

9 years agoAdd swiper-query-replace
Oleh Krehel [Wed, 25 Mar 2015 11:53:51 +0000 (12:53 +0100)]
Add swiper-query-replace

* ivy.el (ivy-read): Update signature - a keymap is also accepted and
  the argument order has changed.
  The keymap is composed with `ivy-minibuffer-map'.
  Update for `ivy--action'.
(ivy--action): New defvar. If a function sets it, `ivy-read' will call it.

* swiper.el (swiper-map): New defvar.
(swiper-query-replace): New defun.
(swiper--ivy): Use swiper-map in the call to `ivy-read'.

* counsel.el (couns-git): Fix one empty candidate.

9 years agoUpdate email and GH username.
Artur Malabarba [Wed, 25 Mar 2015 11:43:13 +0000 (11:43 +0000)]
Update email and GH username.

9 years agoswiper.el (swiper-font-lock-ensure): Ignore gnus modes
Oleh Krehel [Wed, 25 Mar 2015 10:51:55 +0000 (11:51 +0100)]
swiper.el (swiper-font-lock-ensure): Ignore gnus modes

9 years agoRephrases a comment in seq.el about the order of the arguments
Nicolas Petton [Wed, 25 Mar 2015 08:17:15 +0000 (09:17 +0100)]
Rephrases a comment in seq.el about the order of the arguments

* packages/seq/seq.el: Better comment about the order of the arguments

9 years agopackages/bug-hunter: New package
Artur Malabarba [Wed, 25 Mar 2015 02:44:47 +0000 (02:44 +0000)]
packages/bug-hunter: New package

9 years agoEnsure that inserted candidates don't have read-only property
Oleh Krehel [Mon, 23 Mar 2015 20:20:03 +0000 (21:20 +0100)]
Ensure that inserted candidates don't have read-only property

* ivy.el (ivy-completions): Update.

Fixes #28.

The issue was that the whole text of erc buffer has (read-only t)
property. That means if I copy some of those strings and insert them
into the minibuffer, I can't delete them unless I set
`inhibit-read-only' to t. Instead, I set the read-only to nil for the
string that I insert. It doesn't affect the original buffer string.

9 years agoswiper.el (swiper-font-lock-ensure): Omit erc-mode
Oleh Krehel [Mon, 23 Mar 2015 19:17:26 +0000 (20:17 +0100)]
swiper.el (swiper-font-lock-ensure): Omit erc-mode

Re #28

9 years agoMerge commit '901db7732bf61d9809712e8adfad9f84adc2eb56' from context-coloring
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:36:04 +0000 (20:36 -0700)]
Merge commit '901db7732bf61d9809712e8adfad9f84adc2eb56' from context-coloring

9 years agoVersion 6.2.0.
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:27:24 +0000 (20:27 -0700)]
Version 6.2.0.

9 years agoMerge branch 'versioning'
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:26:01 +0000 (20:26 -0700)]
Merge branch 'versioning'

9 years agoCleanup.
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:22:57 +0000 (20:22 -0700)]
Cleanup.

9 years agoCheck scopifier version.
Jackson Ray Hamilton [Sun, 15 Mar 2015 14:54:28 +0000 (07:54 -0700)]
Check scopifier version.

9 years agoAdd 'packages/tiny/' from commit '159c3f74e75970808b83fe4b732f180cb76872a3'
Oleh Krehel [Sun, 22 Mar 2015 17:37:26 +0000 (18:37 +0100)]
Add 'packages/tiny/' from commit '159c3f74e75970808b83fe4b732f180cb76872a3'

git-subtree-dir: packages/tiny
git-subtree-mainline: 302a16a15bbaf3842246293a27c77ba2fd9a56e1
git-subtree-split: 159c3f74e75970808b83fe4b732f180cb76872a3

9 years agotiny.el: Update Copyright
Oleh Krehel [Sun, 22 Mar 2015 17:34:45 +0000 (18:34 +0100)]
tiny.el: Update Copyright

9 years agoAdd 'packages/swiper/' from commit '55414c321ca07bd86f0f1efaf8f6130617e6fad6'
Oleh Krehel [Sun, 22 Mar 2015 17:28:52 +0000 (18:28 +0100)]
Add 'packages/swiper/' from commit '55414c321ca07bd86f0f1efaf8f6130617e6fad6'

git-subtree-dir: packages/swiper
git-subtree-mainline: 5aa78963734dc6975cad8df1c8853b65a4f1b826
git-subtree-split: 55414c321ca07bd86f0f1efaf8f6130617e6fad6

9 years agoMerge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra
Oleh Krehel [Sun, 22 Mar 2015 16:29:42 +0000 (17:29 +0100)]
Merge commit '7783f89cdbb3e3ba57f232552729715148e0b9a1' from hydra

9 years agoMerge commit 'a22acac260a93530f98b1fe84b4b5edc2a6bdc0e' from ace-window
Oleh Krehel [Sun, 22 Mar 2015 16:29:13 +0000 (17:29 +0100)]
Merge commit 'a22acac260a93530f98b1fe84b4b5edc2a6bdc0e' from ace-window

9 years agoMinor fixes
Oleh Krehel [Sun, 22 Mar 2015 16:26:55 +0000 (17:26 +0100)]
Minor fixes

* hydra.el (hydra--format): Save match data.
(hydra--handle-nonhead): Don't quote lambda.
(hydra--cycle-radio): Use cl-incf.

9 years agoMinor fixes
Oleh Krehel [Sun, 22 Mar 2015 16:20:36 +0000 (17:20 +0100)]
Minor fixes

* ace-window.el (ring): Require.
(aw-select): Replace `caddr' with `nth'.

9 years agoUpdate copyright exceptions for AUCTeX
Stefan Monnier [Sun, 22 Mar 2015 15:25:09 +0000 (11:25 -0400)]
Update copyright exceptions for AUCTeX

9 years agoUpdate Copyright
Oleh Krehel [Sun, 22 Mar 2015 09:16:26 +0000 (10:16 +0100)]
Update Copyright

9 years agoCouple more excluded modes
Artur Malabarba [Sun, 22 Mar 2015 09:08:32 +0000 (09:08 +0000)]
Couple more excluded modes

9 years agoMove swiper-helm to another repo
Oleh Krehel [Sun, 22 Mar 2015 08:59:38 +0000 (09:59 +0100)]
Move swiper-helm to another repo

9 years agoivy.el (ivy-wrap): New defcustom
John Mastro [Sat, 21 Mar 2015 22:23:40 +0000 (15:23 -0700)]
ivy.el (ivy-wrap): New defcustom

(ivy-next-line): Wrap around if `ivy-wrap' is non-nil
(ivy-next-line-or-history): Wrap around if `ivy-wrap' is non-nil
(ivy-previous-line): Wrap around if `ivy-wrap' is non-nil
(ivy-previous-line-or-history): Wrap around if `ivy-wrap' is non-nil

9 years agoswiper.el (swiper-min-highlight): New defcustom
John Mastro [Sat, 21 Mar 2015 22:08:06 +0000 (15:08 -0700)]
swiper.el (swiper-min-highlight): New defcustom

(swiper--add-overlays): Use `swiper-min-highlight'

9 years agoswiper.el (swiper--init): Set `swiper--opoint'
John Mastro [Sat, 21 Mar 2015 21:54:54 +0000 (14:54 -0700)]
swiper.el (swiper--init): Set `swiper--opoint'

(swiper): Don't set `swiper--opoint'

9 years agoMerge commit '243c680396edc99db85cc3152a7bbf020aa7a233' from ace-window
Oleh Krehel [Sat, 21 Mar 2015 19:06:04 +0000 (20:06 +0100)]
Merge commit '243c680396edc99db85cc3152a7bbf020aa7a233' from ace-window

9 years agoace-window.el: Update Copyright notice
Oleh Krehel [Sat, 21 Mar 2015 19:05:13 +0000 (20:05 +0100)]
ace-window.el: Update Copyright notice

9 years agoAdd 'packages/ace-window/' from commit '2580bf9bd7f66ed4e923a125ee8efcc4b6a043e0'
Oleh Krehel [Sat, 21 Mar 2015 19:01:38 +0000 (20:01 +0100)]
Add 'packages/ace-window/' from commit '2580bf9bd7f66ed4e923a125ee8efcc4b6a043e0'

git-subtree-dir: packages/ace-window
git-subtree-mainline: 6afd0453ab48e472d725a32f99a238cb06cd5265
git-subtree-split: 2580bf9bd7f66ed4e923a125ee8efcc4b6a043e0

9 years agoSet pink/amaranth override recursively
Oleh Krehel [Sat, 21 Mar 2015 18:30:23 +0000 (19:30 +0100)]
Set pink/amaranth override recursively

* hydra.el (hydra--modify-keymap): New defun.
(hydra--handle-nonhead): Update.

Fixes #81.

9 years agohydra.el (hydra-keyboard-quit): Clean up the message area
Oleh Krehel [Sat, 21 Mar 2015 17:09:46 +0000 (18:09 +0100)]
hydra.el (hydra-keyboard-quit): Clean up the message area

* hydra.el (hydra-keyboard-quit): Update.

Fixes #80.

9 years agoUpdate "C-n" and "C-p" bindings
Oleh Krehel [Sat, 21 Mar 2015 16:47:50 +0000 (17:47 +0100)]
Update "C-n" and "C-p" bindings

* ivy.el (ivy-next-line): Don't touch history.
(ivy-next-line-or-history): Select previous history element if there's
no input.
(ivy-previous-line): Don't touch history.
(ivy-previous-line-or-history): Select previous history element if
there's no input.

Re #23

9 years agoUse `font-lock-append-text-property' to non-destructively modify a
Oleh Krehel [Sat, 21 Mar 2015 15:35:54 +0000 (16:35 +0100)]
Use `font-lock-append-text-property' to non-destructively modify a
string

* ivy.el (ivy--add-face): Improve.
`font-lock-append-text-property' non-destructively changes properties in
a string, which means if a string was copied from another and modified,
the original will not be changed.
In this way, it's better than `add-face-text-property'; and still better
than `propertize' that simply erases all properties before applying.

Fixes #22

9 years agoFix invalid package header line
Steve Purcell [Sat, 21 Mar 2015 13:31:51 +0000 (13:31 +0000)]
Fix invalid package header line

9 years agoAdd a custom `ivy-count-format'
Oleh Krehel [Sat, 21 Mar 2015 09:59:56 +0000 (10:59 +0100)]
Add a custom `ivy-count-format'

* ivy.el (ivy-count-format): New defcustom.
(ivy-read): Use `ivy-count-format', unless PROMPT already has a %d spec.

Set `ivy-count-format' to nil or "" if you don't want to see an
auto-updating match count in the minibuffer.

Re #23.

9 years agoswiper-helm.el: Fix typo
Oleh Krehel [Sat, 21 Mar 2015 09:55:22 +0000 (10:55 +0100)]
swiper-helm.el: Fix typo

9 years agoswiper.el: Remove the helm bits
Oleh Krehel [Sat, 21 Mar 2015 09:54:25 +0000 (10:54 +0100)]
swiper.el: Remove the helm bits

They are now in swiper-helm.el. Available for install separately from
MELPA.

9 years ago* timerfunctions.el: Fix compilation error.
Stefan Monnier [Fri, 20 Mar 2015 20:23:36 +0000 (16:23 -0400)]
* timerfunctions.el: Fix compilation error.

9 years agoswiper-helm.el: Copy all helm stuff here
Oleh Krehel [Fri, 20 Mar 2015 16:45:52 +0000 (17:45 +0100)]
swiper-helm.el: Copy all helm stuff here

9 years agolv.el (lv-message): Use setq-local for window-min-height
Oleh Krehel [Fri, 20 Mar 2015 15:34:34 +0000 (16:34 +0100)]
lv.el (lv-message): Use setq-local for window-min-height

9 years agoivy.el (ivy-completions): Simplify
Oleh Krehel [Fri, 20 Mar 2015 13:33:12 +0000 (14:33 +0100)]
ivy.el (ivy-completions): Simplify

9 years agoCall :post for :timeout
Oleh Krehel [Fri, 20 Mar 2015 14:27:00 +0000 (15:27 +0100)]
Call :post for :timeout

* hydra.el (hydra--make-defun): When both :timeout and :post are given,
  if `hydra-timeout' runs out, it will call :post before
  `hydra-keyboard-quit'.
(hydra-timeout): Update to call function if it's given. Always call
`hydra-keyboard-quit' afterwards.

For this example code:

(global-set-key
 (kbd "C-c t")
 (defhydra test-hydra-b
     (:timeout 2.0 :post (message "test b quit"))
   "test b"
   ("x" (message "x"))
   ("y" (message "y"))
   ("q" nil "quit")))

The message "test b quit" is issued:

- on "q"

- on "x" or "y", after one of them has started the timer, and the timer
  ran out. The timer is set to 2.0 seconds, and is reset each time "x"
  or "y" is pressed.

- not on a plain "C-c t"

Fixes #34

9 years agoDon't bind `hydra-keyboard-quit' in foreign keymaps
Oleh Krehel [Fri, 20 Mar 2015 14:01:13 +0000 (15:01 +0100)]
Don't bind `hydra-keyboard-quit' in foreign keymaps

* hydra.el (defhydra): Update.

Fixes #78.

9 years agoivy.el: Remove while-no-input
Oleh Krehel [Thu, 19 Mar 2015 19:34:16 +0000 (20:34 +0100)]
ivy.el: Remove while-no-input

This will speed up the updates. But it might slow down somewhere else.
The issue was that "M-DEL" did not cause an update.

9 years agoREADME.md: Add build status
Oleh Krehel [Thu, 19 Mar 2015 18:21:22 +0000 (19:21 +0100)]
README.md: Add build status

9 years agoivy.el (ivy-read): Allow for format-style PROMPT
Oleh Krehel [Thu, 19 Mar 2015 18:11:06 +0000 (19:11 +0100)]
ivy.el (ivy-read): Allow for format-style PROMPT

* ivy.el (ivy-read): When given a prompt of e.g. "%d pattern: ", update
  the number of candidates in the prompt.
(ivy--prompt): New defvar.
(ivy--insert-prompt): New defun.
(ivy--exhibit): Call `ivy--insert-prompt'.
(ivy-completions): Fix a bug of `ivy--index' becoming -1 when the number
of matches becomes zero.

* swiper.el (swiper--format-spec): New defvar.
(swiper--candidates): Update.
(swiper--ivy): Use `swiper--format-spec' to make the prompt.

9 years agoivy.el (ivy-read): Change index to preselect
Oleh Krehel [Thu, 19 Mar 2015 17:44:36 +0000 (18:44 +0100)]
ivy.el (ivy-read): Change index to preselect

* ivy.el (ivy-read): Update signature. Instead of giving the integer
  index of what to preselect, give a string to preselect.
(ivy--preselect-index): New defun.

* swiper.el (swiper--index-at-point): Rename to `ivy--preselect-index'.
(swiper--ivy): Simplify.

9 years agoivy-test.el: Add testing
Oleh Krehel [Thu, 19 Mar 2015 17:08:30 +0000 (18:08 +0100)]
ivy-test.el: Add testing

* Makefile: Add a test and compile target.

9 years agoivy.el: Return nil when there is no match
Oleh Krehel [Thu, 19 Mar 2015 17:08:01 +0000 (18:08 +0100)]
ivy.el: Return nil when there is no match

* ivy.el (ivy-done): Update.
(ivy-read): Update.

9 years agoswiper.el: Silence a few compilation warnings
Oleh Krehel [Thu, 19 Mar 2015 13:47:17 +0000 (14:47 +0100)]
swiper.el: Silence a few compilation warnings

9 years agoswiper.el: Fix non-matching lines issue with initial-input
Oleh Krehel [Wed, 18 Mar 2015 20:41:10 +0000 (21:41 +0100)]
swiper.el: Fix non-matching lines issue with initial-input

* swiper.el (swiper--index-at-point): New defun.
(swiper--ivy): Update.

Fixes #20.

9 years agoAdd isearch-like history behavior
Oleh Krehel [Wed, 18 Mar 2015 18:04:15 +0000 (19:04 +0100)]
Add isearch-like history behavior

* ivy.el (ivy-next-line): Select previous history element for empty
  input.
(ivy-previous-line): Select previous history element for empty input.
(ivy-previous-history-element): New defun.
(ivy-next-history-element): New defun.

Re #21

9 years agoivy.el (ivy-read): Bring last history candidate to front
Oleh Krehel [Wed, 18 Mar 2015 17:54:13 +0000 (18:54 +0100)]
ivy.el (ivy-read): Bring last history candidate to front

9 years agocounsel.el: Add git file completion
Oleh Krehel [Wed, 18 Mar 2015 17:43:01 +0000 (18:43 +0100)]
counsel.el: Add git file completion

* counsel.el (couns-git): Add.

9 years agoswiper.el (swiper--helm): Require helm-match-plugin
Oleh Krehel [Wed, 18 Mar 2015 17:35:06 +0000 (18:35 +0100)]
swiper.el (swiper--helm): Require helm-match-plugin

This seems to be necessary after a recent helm update.

9 years agoivy.el: Fix ivy-history recording the full text instead of input
Oleh Krehel [Wed, 18 Mar 2015 17:32:19 +0000 (18:32 +0100)]
ivy.el: Fix ivy-history recording the full text instead of input

* ivy.el (ivy-read): Update.

Fixes #21

9 years agoswiper.el (swiper-font-lock-ensure): Exclude a few modes
Oleh Krehel [Wed, 18 Mar 2015 09:55:45 +0000 (10:55 +0100)]
swiper.el (swiper-font-lock-ensure): Exclude a few modes

Re #19

9 years agoWork around magit highlighting problem
Oleh Krehel [Tue, 17 Mar 2015 22:03:34 +0000 (23:03 +0100)]
Work around magit highlighting problem

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

Re #19

9 years agoswiper.el (swiper--opoint): Fix bad defvar
Oleh Krehel [Tue, 17 Mar 2015 18:02:06 +0000 (19:02 +0100)]
swiper.el (swiper--opoint): Fix bad defvar

9 years agoAdd hydra-rectangle example
Oleh Krehel [Tue, 17 Mar 2015 17:38:44 +0000 (18:38 +0100)]
Add hydra-rectangle example

* hydra-examples.el (hydra-toggle-simple): Rename from `hydra-toggle'.
(hydra-rectangle): New hydra.

9 years agocounsel.el: Add Clojure completion at point
Oleh Krehel [Tue, 17 Mar 2015 11:06:20 +0000 (12:06 +0100)]
counsel.el: Add Clojure completion at point

9 years agoswiper.el: Fix error for empty buffer
Oleh Krehel [Tue, 17 Mar 2015 08:27:22 +0000 (09:27 +0100)]
swiper.el: Fix error for empty buffer

* swiper.el (swiper--candidates): Update.
(swiper--action): Update.

Fixes #17.

9 years agoNeed to check value of variable
killdash9 [Tue, 17 Mar 2015 03:43:37 +0000 (21:43 -0600)]
Need to check value of variable

9 years agoswiper.el: Clean up overlays better on "C-g"
Oleh Krehel [Mon, 16 Mar 2015 18:38:23 +0000 (19:38 +0100)]
swiper.el: Clean up overlays better on "C-g"

* swiper.el (swiper--cleanup): Improve.

Fixes #11.

9 years agoOpen invisible overlays using isearch
Oleh Krehel [Mon, 16 Mar 2015 16:24:40 +0000 (17:24 +0100)]
Open invisible overlays using isearch

* swiper.el (swiper--update-input-ivy): Improve.

Fixes #11.

9 years agoivy.el (ivy-read): Return immediately for less than 2 candidates
Oleh Krehel [Mon, 16 Mar 2015 16:23:28 +0000 (17:23 +0100)]
ivy.el (ivy-read): Return immediately for less than 2 candidates

9 years agocounsel.el: Add
Oleh Krehel [Mon, 16 Mar 2015 13:53:00 +0000 (14:53 +0100)]
counsel.el: Add

9 years agohydra-examples.el (hydra-apropos): Add.
Oleh Krehel [Sun, 15 Mar 2015 17:35:47 +0000 (18:35 +0100)]
hydra-examples.el (hydra-apropos): Add.

9 years agoTruncate candidates to window width in the minibuffer
Oleh Krehel [Sun, 15 Mar 2015 17:28:07 +0000 (18:28 +0100)]
Truncate candidates to window width in the minibuffer

* ivy.el (ivy-completions): Update.

9 years agoAdd some rudimentary history handling
Oleh Krehel [Sun, 15 Mar 2015 17:11:41 +0000 (18:11 +0100)]
Add some rudimentary history handling

* ivy.el (ivy-minibuffer-map): Bind "M-n", "M-p", and "C-g".
(ivy-history): New defvar.
(ivy-read): Update.
(ivy--minibuffer-setup): Offer thing-at-point for "M-n".
(ivy--default): New defvar.

Re #16.

9 years agoivy.el (ivy-previous-line): Change to `cl-decf'
Oleh Krehel [Sun, 15 Mar 2015 14:08:43 +0000 (15:08 +0100)]
ivy.el (ivy-previous-line): Change to `cl-decf'

Re #15

9 years agoace-window.el (aw-mode-line-face): Inherit from mode-line-buffer-id
Oleh Krehel [Sun, 15 Mar 2015 11:57:26 +0000 (12:57 +0100)]
ace-window.el (aw-mode-line-face): Inherit from mode-line-buffer-id

Fixes #28

9 years agoswiper.el: Make ivy the default back end
Oleh Krehel [Sun, 15 Mar 2015 10:56:20 +0000 (11:56 +0100)]
swiper.el: Make ivy the default back end

9 years agoDon't recenter unless necessary
Oleh Krehel [Sun, 15 Mar 2015 10:43:37 +0000 (11:43 +0100)]
Don't recenter unless necessary

* swiper.el (swiper--update-input-ivy): Update.

9 years agoAdd anchoring
Oleh Krehel [Sun, 15 Mar 2015 10:33:19 +0000 (11:33 +0100)]
Add anchoring

* ivy.el (ivy-read): Add optional argument INDEX. It's the index of
  initally selected entry.
(ivy-completions): Update.

* swiper.el (swiper--ivy): Call `ivy-read' with `line-number-at-pos'.

Fixes #16

9 years agoFix use of cl-incf
Xavier Garrido [Sun, 15 Mar 2015 00:50:49 +0000 (01:50 +0100)]
Fix use of cl-incf

* ivy.el (ivy-next-line): Update.

Fixes #15

9 years agoMerge commit 'f062d5a55496e22cf89f2ef9778a24a840a5a68e' from context-coloring
Jackson Ray Hamilton [Sat, 14 Mar 2015 19:11:18 +0000 (12:11 -0700)]
Merge commit 'f062d5a55496e22cf89f2ef9778a24a840a5a68e' from context-coloring

9 years agoVersion 6.1.0.
Jackson Ray Hamilton [Sat, 14 Mar 2015 19:04:02 +0000 (12:04 -0700)]
Version 6.1.0.

9 years agoUpdate options documentation.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:39:42 +0000 (11:39 -0700)]
Update options documentation.

9 years agoUse the better zenburn red.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:22:12 +0000 (11:22 -0700)]
Use the better zenburn red.

9 years agoDeprecate `comments-and-strings'.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:10:11 +0000 (11:10 -0700)]
Deprecate `comments-and-strings'.

9 years agoRequire delsel for `minibuffer-keyboard-quit'
Oleh Krehel [Sat, 14 Mar 2015 18:02:36 +0000 (19:02 +0100)]
Require delsel for `minibuffer-keyboard-quit'

* ivy.el (ivy-backward-delete-char): Update.

Fixes #14.