all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: Multi-column layouts and line heights
Date: Mon, 09 Feb 2015 17:43:43 +0200	[thread overview]
Message-ID: <83h9uv9jkg.fsf@gnu.org> (raw)
In-Reply-To: <87oap3zbi1.fsf@building.gnus.org>

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Mon, 09 Feb 2015 20:21:10 +1100
> 
> Take a look at the layout here:
> 
> http://lars.ingebrigtsen.no/2015/02/09/eww-not-can-haz-different-line-pitch/

Took me a while and several readings of your comment to even notice
the problem.

> Is there any way to work around that problem?  I would guess not, but
> I've been wrong about lots of things before.  :-)

Yes, it's a fundamental limitation of the current display engine: each
screen line (a.k.a. "glyph row") goes all the way from the left edge
of the window to its right edge.  The height of each screen line is
determined by the height of the largest glyph on that line.

In a nutshell, the display engine lays out each window on a
rectangular canvas (known as a "glyph matrix").

Again, I don't think the problem is so grave.  You will have the same
problem if some of the lines use unusual characters displayed with
other fonts.  There's nothing new here that Emacs users aren't seeing
already.



      parent reply	other threads:[~2015-02-09 15:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09  9:21 Multi-column layouts and line heights Lars Ingebrigtsen
2015-02-09 14:25 ` Stefan Monnier
2015-02-10  4:52   ` Lars Ingebrigtsen
2015-02-10  9:29     ` Rasmus
2015-02-10 15:49     ` Eli Zaretskii
2015-02-09 15:43 ` Eli Zaretskii [this message]

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=83h9uv9jkg.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /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.