Skip to content

Strange behavior from C-c C-o (ivy-occur) #1284

@jwiegley

Description

@jwiegley

I'm switching over to ivy/swiper/counsel from helm, and have run into some odd behavior with C-c C-o:

  1. I use counsel-describe-function
  2. Immediately press C-c C-o
  3. Hit RET on any candidate. First odd behavior: it replacing the current buffer with the help text, but then moves point to some other newly displayed buffer which is neither the candidate list, nor the *Help* text. It would be nice if it kept the candidate list, with my point in the candidate list, and just popped up the *Help* text in another buffer.
  4. Move point to the *Help* buffer and hit q
  5. Go back to the candidates list, move point to another line, and hit RET again

Because of (3), examining several items from the candidate list requires a rather large number of keystrokes, because the candidates list keeps disappearing, and you never have focus in the *Help* buffer unless you manually select it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions