unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46487: 27.1; Bubble effect when using :overline
@ 2021-02-13 12:13 Clemens
  2021-02-13 13:54 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Clemens @ 2021-02-13 12:13 UTC (permalink / raw)
  To: 46487

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46487: 27.1; Bubble effect when using :overline
  2021-02-13 12:13 bug#46487: 27.1; Bubble effect when using :overline Clemens
@ 2021-02-13 13:54 ` Eli Zaretskii
  2021-02-13 14:01   ` Clemens
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2021-02-13 13:54 UTC (permalink / raw)
  To: Clemens; +Cc: 46487

> From: Clemens <clemera@posteo.net>
> Date: Sat, 13 Feb 2021 13:13:03 +0100
> 
> 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`?

Set the value of overline-margin to zero, and Bob's your uncle (if you
don't mind the possibly adverse effects of that).





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46487: 27.1; Bubble effect when using :overline
  2021-02-13 13:54 ` Eli Zaretskii
@ 2021-02-13 14:01   ` Clemens
  0 siblings, 0 replies; 3+ messages in thread
From: Clemens @ 2021-02-13 14:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 46487-done

> 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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-13 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13 12:13 bug#46487: 27.1; Bubble effect when using :overline Clemens
2021-02-13 13:54 ` Eli Zaretskii
2021-02-13 14:01   ` Clemens

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).