bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20628: 25.0.50; Incorrect line height for some fonts


From: Eli Zaretskii
Subject: bug#20628: 25.0.50; Incorrect line height for some fonts
Date: Fri, 29 May 2015 21:18:20 +0300

> From: Oleh Krehel <ohwoeowho@gmail.com>
> Cc: clement.pitclaudel@live.com,  wl@gnu.org,  20628@debbugs.gnu.org
> Date: Fri, 29 May 2015 15:16:44 +0200
> 
> 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)))))

That explains the difference in what we see: compose-region causes the
display engine to take a different path through the code.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]