unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Raoul Comninos <revrari@mweb.co.za>
To: Eli Zaretskii <eliz@gnu.org>, Robert Pluim <rpluim@gmail.com>
Cc: 36171@debbugs.gnu.org
Subject: bug#36171: 25.1; Emacs displays Hebrew text incorrectly
Date: Thu, 13 Jun 2019 20:39:10 +0200	[thread overview]
Message-ID: <e2b544f9-0b14-c849-d911-286501ccf6f3@mweb.co.za> (raw)
In-Reply-To: <83ftodzbat.fsf@gnu.org>

I have tried out several different fonts but there is no change to the 
problem.

I still see the circles. These can be turned off if I turn off 
auto-composition-mode. However, though the  circles then disappear, the 
vowels appear incorrectly placed. They are not as poorly placed as 
before, but still do not all properly align beneath the consonants. Some 
vowels are slightly off.

I added (add-to-list 'default-frame-alist '(font-backend xfthb)) to my 
.emacs file, but this made no difference.

Below is the information you requested.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

              position: 50 of 9235 (1%), column: 7
             character: ְ (displayed as ְ) (codepoint 1456, #o2660, #x5b0)
               charset: unicode-bmp (Unicode Basic Multilingual Plane 
(U+0000..U+FFFF))
code point in charset: 0x05B0
                script: hebrew
                syntax: w     which means: word
              category: ^:Combining
              to input: type "C-x 8 RET 5b0" or "C-x 8 RET HEBREW POINT 
SHEVA"
           buffer code: #xD6 #xB0
             file code: #xD6 #xB0 (encoded by coding system utf-8-unix)
               display: composed to form "ְ" (see below)

Composed using this font:
   xft:-unknown-DejaVu Sans-normal-normal-normal-*-26-*-*-*-*-0-iso10646-1
by these glyphs:
   [1 1 9676 3748 23 1 22 17 4 nil]
   [1 1 1456 1297 0 7 9 -1 6 nil]

Character code properties: customize what to show
   name: HEBREW POINT SHEVA
   general-category: Mn (Mark, Nonspacing)
   decomposition: (1456) ('ְ')

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

              position: 41 of 9235 (0%), column: 0
             character: בּ‎ (displayed as בּ‎) (codepoint 64305, #o175461, 
#xfb31)
               charset: unicode-bmp (Unicode Basic Multilingual Plane 
(U+0000..U+FFFF))
code point in charset: 0xFB31
                script: hebrew
                syntax: w     which means: word
              category: .:Base, R:Right-to-left (strong)
              to input: type "C-x 8 RET fb31" or "C-x 8 RET HEBREW 
LETTER BET WITH DAGESH"
           buffer code: #xEF #xAC #xB1
             file code: #xEF #xAC #xB1 (encoded by coding system utf-8-unix)
               display: by this font (glyph code)
     xft:-unknown-DejaVu 
Sans-normal-normal-normal-*-26-*-*-*-*-0-iso10646-1 (#x13D1)

Character code properties: customize what to show
   name: HEBREW LETTER BET WITH DAGESH
   general-category: Lo (Letter, Other)
   decomposition: (1489 1468) ('ב' 'ּ')

There are text properties here:
   fontified            t

///////////////////////////////////////////////////////////////////////////////

On 2019/06/13 18:42, Eli Zaretskii wrote:
>> From: Robert Pluim <rpluim@gmail.com>
>> Cc: Raoul Comninos <revrari@mweb.co.za>,  36171@debbugs.gnu.org
>> Date: Thu, 13 Jun 2019 18:07:06 +0200
>>
>>      Eli> I don't see any such circles on my system.  I tried half a dozen
>>      Eli> different fonts, and they all work correctly.  How many fonts did you
>>      Eli> try?
>>
>> I see circles on my GNU/Linux box, but only when using the xft font
>> backend, eg the second character from the left (visually) on the
>> 'Aoristic perfect' line. If I put
>>
>> (add-to-list 'default-frame-alist '(font-backend xfthb))
>>
>> in my .emacs, then everything displays correctly.
> That's what I thought, thanks.  So these circles are a deficiency of
> FLT shaping.
>
>> I thought HarfBuzz was supposed to be preferred to xft?
> It's supposed to, but, disappointedly,
> https://lists.gnu.org/archive/html/emacs-devel/2019-06/msg00124.html
> remains without a response, and therefore only the Windows build
> currently prefers HarfBuzz.  I still hope Yamamoto-san will respond
> and describe his proposal, and we could then implement the same
> behavior on all platforms.





  reply	other threads:[~2019-06-13 18:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 15:11 bug#36171: 25.1; Emacs displays Hebrew text incorrectly Raoul Comninos
2019-06-11 16:29 ` Eli Zaretskii
     [not found]   ` <b36cb179-8481-1430-2576-db511b27d46b@mweb.co.za>
2019-06-12 16:23     ` Eli Zaretskii
2019-06-12 18:19       ` Raoul Comninos
2019-06-12 18:48         ` Eli Zaretskii
2019-06-12 19:11           ` Eli Zaretskii
2019-06-12 19:27           ` Raoul Comninos
2019-06-13  3:32             ` Eli Zaretskii
2019-06-13  8:53               ` Raoul Comninos
2019-06-13  9:44                 ` Eli Zaretskii
2019-06-13 12:54                   ` Raoul Comninos
2019-06-13 13:14                     ` Eli Zaretskii
2019-06-13 16:07                       ` Robert Pluim
2019-06-13 16:42                         ` Eli Zaretskii
2019-06-13 18:39                           ` Raoul Comninos [this message]
2019-06-13 18:57                             ` Eli Zaretskii
2019-06-14 11:51                               ` Raoul Comninos
2019-06-14 12:22                                 ` Eli Zaretskii
2019-06-14 14:40                                   ` Raoul Comninos
2019-06-18 18:00                                   ` Raoul Comninos
2019-06-18 18:09                                     ` Eli Zaretskii
     [not found]                       ` <ecfc571f-e6e5-6532-4152-796ec9d8d591@mweb.co.za>
2019-06-13 16:07                         ` Eli Zaretskii

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=e2b544f9-0b14-c849-d911-286501ccf6f3@mweb.co.za \
    --to=revrari@mweb.co.za \
    --cc=36171@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=rpluim@gmail.com \
    /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).