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

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

bug#46487: 27.1; Bubble effect when using :overline


From: Clemens
Subject: bug#46487: 27.1; Bubble effect when using :overline
Date: Sat, 13 Feb 2021 13:13:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Dear Emacs developers,

I'm trying to customize hl-line appearance, using the following face definition:

(defface hl-line
'((t :overline "gray60" :underline "gray60" :background "gray" :extend t))
  "Default face for highlighting the current line in Hl-Line mode.")


The problem is when navigating through lines this will create a bubble effect. It doesn't happen when using only `:underline` and I wonder if this could be avoided for `:overline`?



    Clemens





reply via email to

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