popup-el icon indicating copy to clipboard operation
popup-el copied to clipboard

Variable-width default font breaks menu alignment

Open fecundf opened this issue 10 years ago • 1 comments

My default font is `:family "Lucida Sans"' - variable width. Popup renders menus in variable-width-face-buffers unaligned:

image

Perhaps there are calls to string length, which should be changed to string width?

In any case I can live with it, it just doesn't look as good as it could.

fecundf avatar Oct 21 '13 13:10 fecundf

I think it is impossible to solve this issue without using mono space font, such as `Lucida Sans Typewriter.

syohex avatar Nov 15 '13 15:11 syohex