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

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

Re: Height of Unicode chars is not right


From: Sergey Organov
Subject: Re: Height of Unicode chars is not right
Date: Tue, 22 Sep 2015 18:59:03 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Grant Rettke <gcr@wisdomandwonder.com> writes:

> On Tue, Sep 22, 2015 at 10:13 AM, Rusi <rustompmody@gmail.com> wrote:
>> Some unicode chars display with excessive height
>> eg if the file (buffer) has these 3 lines
>
>> emacs shows the βˆ€ as having 3 lines and the cursor triples its height on that
>> The fraktur L 𝔏 looks like 5 (2 above 2 below)
>>
>> What should I do?
>
> What version of Emacs are you using? What font are you using? Is your
> font a fixed width font? Do you have any packages installed that might
> make the font appear larger?

I see this (huge cursor height and interline spacing) as well.

GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5)
 of 2015-03-08 on binet, modified by Debian

That's what (C-u C-x =) gives on the βˆ€:
             position: 842 of 1841 (46%), restriction: <131-1842>, column: 37
            character: βˆ€ (displayed as βˆ€) (codepoint 8704, #o21000, #x2200)
    preferred charset: unicode-bmp (Unicode Basic Multilingual Plane 
(U+0000..U+FFFF))
code point in charset: 0x2200
               script: symbol
               syntax: .        which means: punctuation
             category: .:Base, h:Korean, j:Japanese
             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
          buffer code: #xE2 #x88 #x80
            file code: #xE2 #x88 #x80 (encoded by coding system 
utf-8-emacs-unix)
              display: by this font (glyph code)
    xft:-unknown-TeX Gyre Termes 
Math-normal-normal-normal-*-20-*-*-*-*-0-iso10646-1 (#xEFE)

Character code properties: customize what to show
  name: FOR ALL
  general-category: Sm (Symbol, Math)
  decomposition: (8704) ('βˆ€')

There are text properties here:
  fontified            t
  rear-nonsticky       t


On 𝔏 it gives:
             position: 1654 of 1679 (98%), restriction: <131-1680>, column: 3
            character: 𝔏 (displayed as 𝔏) (codepoint 120079, #o352417, #x1d50f)
    preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0x1D50F
               script: mathematical
               syntax: w        which means: word
             category: .:Base, L:Left-to-right (strong)
             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
          buffer code: #xF0 #x9D #x94 #x8F
            file code: #xF0 #x9D #x94 #x8F (encoded by coding system 
utf-8-emacs)
              display: by this font (glyph code)
    xft:-unknown-Latin Modern 
Math-normal-normal-normal-*-20-*-*-*-*-0-iso10646-1 (#xD99)

Character code properties: customize what to show
  name: MATHEMATICAL FRAKTUR CAPITAL L
  general-category: Lu (Letter, Uppercase)
  decomposition: (font 76) (font 'L')

There are text properties here:
  fontified            t
  rear-nonsticky       t


-- Sergey.




reply via email to

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