emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] `completing-read`: Add `group-function` support to completio


From: Daniel Mendler
Subject: Re: [PATCH] `completing-read`: Add `group-function` support to completion metadata
Date: Tue, 27 Apr 2021 04:45:08 +0200

On 4/27/21 3:59 AM, tumashu wrote:
>> My ideal UI would probably be more like this: 
>> https://emacs-lsp.github.io/lsp-ui/images/lsp-xref.gif (though perhaps 
>> with a slightly different layout). Meaning, a posframe popup showing the 
> 
> Wow, cool!!!
> it seem to many packages use posframe at the moment, is is a good idea
> to move posframe to emacs.git?  

I would like to see an easy to use API for popups in Emacs. However it
may be a bit early to add Posframe.

I recently made a small package, Corfu, which uses Company-like popups.
I considered using Posframe but went with overlays (which are are poor
substitute for real popups), since Posframe still has a few bugs.

For example the internal border is not drawn correctly
(https://github.com/tumashu/posframe/issues/74). Furthermore the child
frame creation is slow as has been discussed in the thread about hidden
frames. Are there Emacs bug reports addressing this?

Daniel



reply via email to

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