GNU bug report logs - #21500
24.5; Graphical glitch with display property lines in GUI Emacs

Previous Next

Package: emacs;

Reported by: Vasilij Schneidermann <v.schneidermann <at> gmail.com>

Date: Wed, 16 Sep 2015 19:38:01 UTC

Severity: normal

Found in version 24.5

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 21500 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Vasilij Schneidermann <v.schneidermann <at> gmail.com>
Cc: 21500 <at> debbugs.gnu.org
Subject: Re: bug#21500: 24.5;
 Graphical glitch with display property lines in GUI Emacs
Date: Sat, 26 Sep 2015 14:02:49 +0300
> Date: Sat, 26 Sep 2015 12:56:43 +0200
> From: Vasilij Schneidermann <v.schneidermann <at> gmail.com>
> Cc: 21500 <at> debbugs.gnu.org
> 
> > I'm not sure why would you need to use :distant-foreground, but maybe
> > your actual situation is more complicated than the test case you
> > presented in this bug report.  With that test case, if I modify the
> > face definition like this:
> > 
> >   (defface my-line
> >     '((((type graphic)) :background "yellow")
> >       (((type tty)) :inherit font-lock-comment-face :underline t))
> >     "Line face")
> > 
> > I see the line in question all the time.  Is this what you want?
> 
> Well, that works, but it does get rid of the line alltogether, so that's
> hardly a solution.

Is the below better?

(defface my-line
  '((((type graphic))
     :inherit font-lock-comment-face
     :strike-through t
     :background "yellow")
    (((type tty)) :inherit font-lock-comment-face :underline t))
  "Line face")




This bug report was last modified 9 years and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.