unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: ahyatt@gmail.com, larsi@gnus.org, 4710@debbugs.gnu.org,
	monnier@iro.umontreal.ca
Subject: bug#4710: 23.1.50; Bad display of underlines crossing line boundaries
Date: Thu, 14 Jul 2016 18:15:17 +0300	[thread overview]
Message-ID: <837fco8d4q.fsf@gnu.org> (raw)
In-Reply-To: <CAM-tV-_Jxs8LNGcicDraXLYt+HMn3jqSO8zZivtPi_8f03z=cg@mail.gmail.com> (message from Noam Postavsky on Thu, 14 Jul 2016 07:45:32 -0400)

> From: Noam Postavsky <npostavs@users.sourceforge.net>
> Date: Thu, 14 Jul 2016 07:45:32 -0400
> Cc: Lars Magne Ingebrigtsen <larsi@gnus.org>,
> 	Stefan Monnier <monnier@iro.umontreal.ca>, 4710@debbugs.gnu.org
> 
> Hmm, seems somewhat related to
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23574 (that one is about
> underline from the end of line to the edge of screen, this one is
> about underline from beginning of next line). Perhaps the new
> defcustom discussed there
> (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23574#67) should cover
> this too?

No, it won't.  Face extension to the end of line uses a separate
mechanism, because it determines the way we draw the part of the
screen where there's no text at all.

By contrast, the issue in this report is with drawing of characters
that are part of buffer text, or are determined by text properties or
overlays associated with buffer text.  For these, the display engine
follows a very simple strategy: it uses the same face until it gets to
a buffer position where the face changes, at which point it also finds
the next position where the face changes, and stores that position in
the iterator object used to traverse the text to be displayed.  Rinse,
repeat.  So disabling that will need a separate solution, at least
implementation-wise.





  reply	other threads:[~2016-07-14 15:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-12 20:49 bug#4710: 23.1.50; Bad display of underlines crossing line boundaries Lennart Borgman
2011-09-18  8:53 ` Lars Magne Ingebrigtsen
2011-09-18  9:12   ` Deniz Dogan
2011-09-18  9:20     ` Lars Magne Ingebrigtsen
2011-09-18  9:42       ` Eli Zaretskii
2011-09-18  9:43         ` Lars Magne Ingebrigtsen
2011-09-19 20:03           ` Stefan Monnier
2011-09-19 21:20             ` Drew Adams
2011-09-20  1:38               ` Stefan Monnier
2011-09-20  2:21                 ` Drew Adams
2011-09-20  2:29                   ` Stefan Monnier
2011-09-20 14:05                     ` Drew Adams
2016-07-14  4:15                       ` Andrew Hyatt
2016-07-14 11:45                         ` Noam Postavsky
2016-07-14 15:15                           ` Eli Zaretskii [this message]
2016-07-14 15:10                         ` Eli Zaretskii
2011-09-20  9:41                 ` Lars Magne Ingebrigtsen
2011-09-20 14:04                   ` Drew Adams
2011-09-20 21:46                     ` Stefan Monnier
2011-09-21 18:36                       ` Lars Magne Ingebrigtsen
2011-09-21 20:27                         ` Lennart Borgman
2011-09-22  1:18                         ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=837fco8d4q.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=4710@debbugs.gnu.org \
    --cc=ahyatt@gmail.com \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=npostavs@users.sourceforge.net \
    /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 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).