emacs-devel
[Top][All Lists]
Advanced

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

Re: Entering emojis


From: Lars Ingebrigtsen
Subject: Re: Entering emojis
Date: Tue, 26 Oct 2021 16:35:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jonas, I've been experimenting with using transient.el to implement a
new UI for entering emojis.  This works fine except for one major
detail -- it seems like transient doesn't really like lining things up
into columns by their displayed pixel width?

I haven't looked at transient.el internals in details, but extending a
columnar display to variable-pitch circumstances usually isn't a lot of
work: You basically just use window-text-pixel-size to get the width of
the texts, and align with an :align-to display spec.

Have you looked at extending transient this way?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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