all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Vasilij Schneidermann <v.schneidermann@gmail.com>
Cc: 21500@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	[thread overview]
Message-ID: <83a8sm6s3b.fsf@gnu.org> (raw)
In-Reply-To: <CAPGgwWQ1UZcWy=CoTHV33oYzJnB0seOjugTHgNK2vgw=s2YfBg@mail.gmail.com>

> Date: Wed, 16 Sep 2015 21:37:06 +0200
> From: Vasilij Schneidermann <v.schneidermann@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?





  reply	other threads:[~2015-09-16 20:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16 19:37 bug#21500: 24.5; Graphical glitch with display property lines in GUI Emacs Vasilij Schneidermann
2015-09-16 20:12 ` Eli Zaretskii [this message]
     [not found]   ` <20150916203402.GA3145@odonien.fritz.box>
2015-09-17  4:57     ` Eli Zaretskii
2015-09-17  6:34       ` Vasilij Schneidermann
2015-09-17  7:05         ` Eli Zaretskii
2015-09-26  8:14           ` Eli Zaretskii
2015-09-26  9:35             ` Vasilij Schneidermann
2015-09-26 10:04               ` Eli Zaretskii
2015-09-26 10:56                 ` Vasilij Schneidermann
2015-09-26 11:02                   ` Eli Zaretskii
2015-09-26 12:17                     ` Vasilij Schneidermann
2015-09-26 12:14                   ` Johan Bockgård
2015-09-26 12:22                     ` Vasilij Schneidermann
2015-09-26 13:33                       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83a8sm6s3b.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=21500@debbugs.gnu.org \
    --cc=v.schneidermann@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.