bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#54196: 29.0.50; flat-button face box style does not work as expected


From: Lars Ingebrigtsen
Subject: bug#54196: 29.0.50; flat-button face box style does not work as expected
Date: Mon, 28 Feb 2022 11:36:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> With a flat button, there is no line around the button.  So you'd
> typically say

But there's a bug here.  It should be possible to specify the border
color, and if you do it in this order, you can:

 (propertize "This buffer is for text"
             'font-lock-face
             '( :box ( :line-width (20 . 20)
                       :style flat-button
                       :color "red")
              :background "dark grey"))

I'll try to fix that...

-- 
(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]