emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about minibuffer and child frames (Posframe)


From: Feng Shu
Subject: Re: Question about minibuffer and child frames (Posframe)
Date: Mon, 07 Oct 2024 16:17:35 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

> Nice! I haven't tried it, but that should probably work fine on ttys. I
> guess Vertico-posframe could do something similar.

I don't know, ivy-posframe and vertico-posframe work different a bit, so
we should to test.


by the way, I have tested with the below line

 (posframe-show " abc" :string "a" :background-color "red")

posframe will show 3 lines instead of 1 line,

but the below code work well.

(posframe-show " abc" :string "a                                                
                                                       
b                                                                               
                                                       
c                                                                               
                                                       
d" :background-color "red")


so does chile frame's height in tty must >= 3 line?



-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]