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

popup-isearch blocks test execution. #18

Closed
uk-ar opened this issue Sep 20, 2012 · 2 comments
Closed

popup-isearch blocks test execution. #18

uk-ar opened this issue Sep 20, 2012 · 2 comments
Milestone

Comments

@uk-ar
Copy link
Contributor

uk-ar commented Sep 20, 2012

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?

@m2ym
Copy link
Contributor

m2ym commented Sep 30, 2012

You can use popup-isearch-update for that purpose.

uk-ar added a commit to uk-ar/popup-el that referenced this issue Feb 6, 2013
@uk-ar
Copy link
Contributor Author

uk-ar commented Feb 6, 2013

こちらのテストは popup-isearch-update で書くことができました。
closeします。

@uk-ar uk-ar closed this as completed Feb 6, 2013
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