Closed dgutov closed 4 years ago
it is true that posframe is slow than popup, but it should not affect type.
Can we make it into a bug report for Emacs? Like, is there a particular operation on child frames that you found to be inevitably slow?
Today< I have tested company-posframe in gnome, and find that is is much slower than in xfce4. the reason is not be found at the moment.
I'm using Emacs 27 (latest build) :frowning_face:
i think it is set-frame-size's problem in gnome-shell
set-frame-size
So it's both slow and doesn't work properly either (#2)?
yes
Scrolling is slow and laggy on my emacs 26.3 and OSX 10.15.2.
I have send a mail to emacs-devel: https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00343.html
With resizing problems taken care of, scrolling is still slow, compared to the overlay-based frontend. You can easily observe this by flooring M-n
.
I wonder if we could work on improving it next.
It's noticeably slow than the built-in overlay based popup. Even if I disable extra stuff such as "indicator" and "metadata". Try pressing
M-n
and seeing how fact the list is scrolled. The built-in popup scrolling is smooth, posframe-based one is not.It also affects simply typing since the posframe is updated synchronously anyway.
I'm using Ubuntu 19.04 and GNOME 3.32.1 (for now).