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

auto-completion: make key seq timeout configurable #2392

Closed
wants to merge 1 commit into from

Conversation

madand
Copy link
Contributor

@madand madand commented Jul 24, 2015

No description provided.

@@ -24,6 +24,10 @@ Possible values are `complete', `cycle' or `nil'.")
"Provide a key sequence (string) to complete the current
selection.")

(defvar auto-completion-complete-with-key-timeout 0.1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delay is better than timeout, consider this symbol name instead: auto-completion-complete-with-key-sequence-delay

@madand
Copy link
Contributor Author

madand commented Sep 6, 2015

@syl20bnr, I have changed the var name as you suggested. Thanks.

@TheBB
Copy link
Collaborator

TheBB commented Jan 8, 2016

Thank you! Cherry-picked in develop. You can safely delete your branch.

I added documentation in 83f18ae.

@TheBB TheBB closed this Jan 8, 2016
@madand madand deleted the ac-keyseq-timeout branch March 1, 2016 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants