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

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

bug#46487: closed (27.1; Bubble effect when using :overline)


From: GNU bug Tracking System
Subject: bug#46487: closed (27.1; Bubble effect when using :overline)
Date: Sat, 13 Feb 2021 14:02:01 +0000

Your message dated Sat, 13 Feb 2021 15:01:05 +0100
with message-id <0c47cfdf-f031-6e72-a5c9-d2f5c02efa66@posteo.net>
and subject line Re: bug#46487: 27.1; Bubble effect when using :overline
has caused the debbugs.gnu.org bug report #46487,
regarding 27.1; Bubble effect when using :overline
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46487: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46487
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#46487: 27.1; Bubble effect when using :overline Date: Sat, 13 Feb 2021 15:01:05 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
Set the value of overline-margin to zero, and Bob's your uncle (if you
don't mind the possibly adverse effects of that).

Thank you and sorry for the noise, I somehow missed that option
when looking for solutions.

    Clemens


--- End Message ---

reply via email to

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