We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
popup-isearch blocks test execution in the following test code.
(ert-deftest popup-test-isearch () (popup-test-with-common-setup (popup-set-list popup '("foo" "bar" "baz")) (popup-draw popup) (popup-test-helper-input ?a) (popup-isearch popup) (should (equal (popup-list popup) '("bar" "baz"))) (should (every #'identity (popup-test-helper-match-points '("bar" "baz")))) ))
Is it possible to change popup-isearch spec to use overriding-terminal-local-map as isearch-mode do?
The text was updated successfully, but these errors were encountered:
You can use popup-isearch-update for that purpose.
popup-isearch-update
Sorry, something went wrong.
Add test for auto-complete#18, auto-complete#19, auto-complete#20
2593e06
こちらのテストは popup-isearch-update で書くことができました。 closeします。
No branches or pull requests
popup-isearch blocks test execution in the following test code.
Is it possible to change popup-isearch spec to use overriding-terminal-local-map as isearch-mode do?
The text was updated successfully, but these errors were encountered: