Questions tagged [posframe]

3 questions
2
votes
2 answers

Minibuffer for each window

Is there a way to have a minibuffer window for each window? I don't want recursive minibuffers, just one per window so that I don't have to look to the bottom of the screen when editing a window placed near the top.
user128785
  • 45
  • 4
1
vote
0 answers

How to set posframe as active?

Is there some option to make frame active when i create it? I can switch to it with this code, but maybe there's a way to do this without select-frame func? (defun show-misc-posframe () (when (posframe-workable-p) (posframe-show…
jm4562
  • 89
  • 2
0
votes
1 answer

How to make eldoc only popup on demand?

I installed the eglot package to use for C++ development, and it's going fairly well, but one thing that's driving me nuts is the eldoc package. I have a 13 inch MacBook and it's constantly inflating the minibuffer to about 20% of my screen height…
Rob N
  • 547
  • 2
  • 12