GNU bug report logs - #20628
25.0.50; Incorrect line height for some fonts

Previous Next

Package: emacs;

Reported by: Clément Pit--Claudel <clement.pitclaudel <at> live.com>

Date: Fri, 22 May 2015 03:03:02 UTC

Severity: normal

Found in version 25.0.50

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

Bug is archived. No further changes may be made.

Full log


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

From: Oleh Krehel <ohwoeowho <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: clement.pitclaudel <at> live.com, wl <at> gnu.org, 20628 <at> debbugs.gnu.org
Subject: Re: bug#20628: 25.0.50; Incorrect line height for some fonts
Date: Fri, 29 May 2015 15:16:44 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> Additionally, these chars are bad: ∨, λ.
>
> What do you mean by "bad"?  Here, they just make the line slightly
> higher (by a few pixels), again due to the metrics of the glyphs, but
> nowhere near the original height before my changes.  Isn't that what
> you see?

I see 7x line height caused by any of these chars. Which was exactly the
initial issue for all chars. Now most of them are fine, but these two
are not. Actually now, I notice that they are fine in this buffer. This
issue happens if I use them for `prettify-symbols-mode' stuff, like:

(font-lock-add-keywords
 'emacs-lisp-mode
 '(("\\\\\\\\|"
    (0 font-lock-keyword-face t)
    (0
     (prog1
         (compose-region
          (match-beginning 0)
          (match-end 0)
          "∨")
       nil)))))




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

Previous Next


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