Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ivy-read can not init select first candidate when run second time. #1080

Closed
tumashu opened this issue Jun 23, 2017 · 2 comments
Closed

ivy-read can not init select first candidate when run second time. #1080

tumashu opened this issue Jun 23, 2017 · 2 comments

Comments

@tumashu
Copy link
Contributor

tumashu commented Jun 23, 2017

(ivy-read "Input: " 'test :dynamic-collection t)

(defun test (x)
  (list x  "a" "b" "c"))

If I first run and select "c", the second run will select "c" auto, instead of the first one

tumashu added a commit to tumashu/exwm-x that referenced this issue Jun 23, 2017
@abo-abo
Copy link
Owner

abo-abo commented Jun 23, 2017

Fixed, thanks.

And I think it's a really clever way to add the input text to the collection; at first I didn't get what the code was doing:)

@tumashu
Copy link
Contributor Author

tumashu commented Jun 24, 2017

:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants