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


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Vasilij Schneidermann <v.schneidermann <at> gmail.com>
Cc: 21500 <at> debbugs.gnu.org
Subject: bug#21500: 24.5; Graphical glitch with display property lines in GUI Emacs
Date: Wed, 16 Sep 2015 23:12:56 +0300
> Date: Wed, 16 Sep 2015 21:37:06 +0200
> From: Vasilij Schneidermann <v.schneidermann <at> gmail.com>
> 
> (defface my-line
> '((((type graphic)) :inherit font-lock-comment-face :strike-through t)
> (((type tty)) :inherit font-lock-comment-face :underline t))
> "Line face")
> 
> (defun my-line-glitch-repro ()
> (interactive)
> (with-current-buffer (get-buffer-create "*foobar*")
> (insert "\n"
> (propertize " "
> 'face 'my-line
> 'display '(space :width 80))
> "\n")
> (goto-char (point-min)))
> (pop-to-buffer-same-window "*foobar*"))
> 
> Try M-x my-line-glitch-repro in both a textual and graphical session,
> then put point on the space displayed as a 80 characters wide line. In
> the graphical instance the line will be hidden (with the beginning being
> displayed *in* the cursor's rectangle in reverse video), in textual
> instances it's still visible (assuming your terminal supports
> underlining).

What did you expect to see instead, and why?

If you set x-stretch-cursor to a non-nil value in the GUI session,
does the result explain what happens?




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.