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

Weird behavior of swiper within twittering-mode #310

Closed
gnuvince opened this issue Nov 27, 2015 · 1 comment
Closed

Weird behavior of swiper within twittering-mode #310

gnuvince opened this issue Nov 27, 2015 · 1 comment

Comments

@gnuvince
Copy link

When doing a swiper query within the twittering timeline, matches are found only when the number of entered characters is odd. For example:

    M-x swiper   ;; Empty listing
    e            ;; Shows entries containing an 'e'
    m            ;; Empty listing
    a            ;; Shows entries containing the substring "ema"
    c            ;; Empty listing
    s            ;; Shows entries containing the substring "emacs"

If the whole timeline buffer is copied and pasted in a fundamental-mode buffer, swiper behaves normally (no intermediate empty listings)

  • GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.25)
  • twittering-mode-vHEAD
  • swiper 0.6.0 (obtained through MELPA)

gnuvince

@abo-abo
Copy link
Owner

abo-abo commented Nov 27, 2015

Thanks, should be fixed now.

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