Hi folks,

Does anyone know if there is a plugin for Emacs that offers like a popup where you search recent files.

Right now I use counsel and it works in minibuffer below…but I saw a video where you could have that working like a mid-screen popup and search files.

  • doolio_@alien.topB
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    I suggest you to reconsider if you really want a popup frame (posframe). One of the great features of Emacs in my opinion is that it does not by default create popup frames for user input like other programs. I suspect because of its origins as a terminal application. Don’t you ever get frustrated by applications that have such popups which quite often appear on a different workspace! I’m not suggesting the posframe solutions others have suggested also suffer from this behaviour.

    • MitchellMarquez42@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I’m not suggesting the posframe solutions others have suggested also suffer from this behaviour.

      Then what was the point of the rest of the comment?

      Posframes (child frames) always display on top of the root Emacs frame. Modal dialogs like menu-set-font are OS windows which do suffer from the problem you mentioned… except for the vast majority of systems where they just display on the right workspace by default.

      When I wrote hypop, I specifically make it find the workspace Emacs is on to summon the minibuffer window to. It’s really not that hard at a small scale.

      • doolio_@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Then what was the point of the rest of the comment?

        I was giving my opinion on what I consider a great design choice of Emacs by not having such windows by default.