unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6471: Arabic display by emacs -Q on HELLO
       [not found]                                               ` <4C1D41D0.1010309@harpegolden.net>
@ 2010-06-19 22:58                                                 ` David De La Harpe Golden
  2019-08-21 22:57                                                   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: David De La Harpe Golden @ 2010-06-19 22:58 UTC (permalink / raw)
  To: 6471

[-- Attachment #1: Type: text/plain, Size: 1648 bytes --]

On 19/06/10 23:16, David De La Harpe Golden wrote:

>
> Aside: HELLO looks distinctly odd around the arabic lines in emacs -Q
> but not with my normal config. Probably independent from the immediate
> scrolling issue and possibly font-dependent, I'll file a separate bug.
>


Yes, emacs -Q is picking this font:

xft:-unknown-Metal-normal-normal-normal-*-13-*-*-*-*-0-iso10646-1

from debian package ttf-arabeyes:

/usr/share/fonts/truetype/ttf-arabeyes/ae_Metal.ttf

and "emacs" this font (in accord with my default font customisation):

xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-15-*-*-*-m-0-iso10646-1


Actually, I suspect (not that I know arabic) both cases are displaying 
it incorrectly (not composed), but it looks particularly off with the 
former, with the character cell for the character taking up half the 
screen.  This might be partially a problem with the font in question.


[1]
character: ّ (1617, #o3121, #x651)
preferred charset: arabic-iso8859-6 (Right-Hand Part of ISO/IEC 8859/6 
(Latin/Arabic): ISO-IR-127)
        code point: 0x71
            syntax: w 	which means: word
          category: b:Arabic
       buffer code: #xD9 #x91
         file code: ESC #x2C #x47 #x71 (encoded by coding system 
iso-2022-7bit-unix)
           display: by this font (glyph code)
     xft:-unknown-Metal-normal-normal-normal-*-13-*-*-*-*-0-iso10646-1 
(#x21C)

Character code properties: customize what to show
   name: ARABIC SHADDA
   old-name: ARABIC SHADDAH
   general-category: Mn (Mark, Nonspacing)

There are text properties here:
   charset              arabic-iso8859-6

[-- Attachment #2: emacs_q_hello_arabic.png --]
[-- Type: image/png, Size: 62691 bytes --]

[-- Attachment #3: emacs_hello_arabic.png --]
[-- Type: image/png, Size: 79901 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6471: Arabic display by emacs -Q on HELLO
  2010-06-19 22:58                                                 ` bug#6471: Arabic display by emacs -Q on HELLO David De La Harpe Golden
@ 2019-08-21 22:57                                                   ` Lars Ingebrigtsen
  2019-08-22 14:05                                                     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-21 22:57 UTC (permalink / raw)
  To: David De La Harpe Golden; +Cc: 6471

David De La Harpe Golden <david@harpegolden.net> writes:

>> Aside: HELLO looks distinctly odd around the arabic lines in emacs -Q
>> but not with my normal config. Probably independent from the immediate
>> scrolling issue and possibly font-dependent, I'll file a separate bug.
>>
>
> Yes, emacs -Q is picking this font:
>
> xft:-unknown-Metal-normal-normal-normal-*-13-*-*-*-*-0-iso10646-1
>
> from debian package ttf-arabeyes:
>
> /usr/share/fonts/truetype/ttf-arabeyes/ae_Metal.ttf
>
> and "emacs" this font (in accord with my default font customisation):
>
> xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-15-*-*-*-m-0-iso10646-1
>
> Actually, I suspect (not that I know arabic) both cases are displaying
> it incorrectly (not composed), but it looks particularly off with the 
> former, with the character cell for the character taking up half the
> screen.  This might be partially a problem with the font in question.

(I'm going through old bug reports that have unfortunately gotten no
attention yet.)

I tried reproducing this in Emacs 27, but as far as I can tell, the
Arabic text shows up composed for me (emacs -Q is using "Ubuntu Mono")
on my GNU/Linux system.

Are you still seeing this problem, or has it been fixed in the
intervening years?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6471: Arabic display by emacs -Q on HELLO
  2019-08-21 22:57                                                   ` Lars Ingebrigtsen
@ 2019-08-22 14:05                                                     ` Eli Zaretskii
  2019-08-23  0:13                                                       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2019-08-22 14:05 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 6471

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: 6471@debbugs.gnu.org,  Eli Zaretskii <eliz@gnu.org>
> Date: Wed, 21 Aug 2019 15:57:10 -0700
> 
> David De La Harpe Golden <david@harpegolden.net> writes:
> 
> >> Aside: HELLO looks distinctly odd around the arabic lines in emacs -Q
> >> but not with my normal config. Probably independent from the immediate
> >> scrolling issue and possibly font-dependent, I'll file a separate bug.
> >>
> >
> > Yes, emacs -Q is picking this font:
> >
> > xft:-unknown-Metal-normal-normal-normal-*-13-*-*-*-*-0-iso10646-1
> >
> > from debian package ttf-arabeyes:
> >
> > /usr/share/fonts/truetype/ttf-arabeyes/ae_Metal.ttf
> >
> > and "emacs" this font (in accord with my default font customisation):
> >
> > xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-15-*-*-*-m-0-iso10646-1
> >
> > Actually, I suspect (not that I know arabic) both cases are displaying
> > it incorrectly (not composed), but it looks particularly off with the 
> > former, with the character cell for the character taking up half the
> > screen.  This might be partially a problem with the font in question.
> 
> (I'm going through old bug reports that have unfortunately gotten no
> attention yet.)
> 
> I tried reproducing this in Emacs 27, but as far as I can tell, the
> Arabic text shows up composed for me (emacs -Q is using "Ubuntu Mono")
> on my GNU/Linux system.
> 
> Are you still seeing this problem, or has it been fixed in the
> intervening years?

FWIW, I cannot see any problems, and am almost positive they were
either fixed or were due to a faulty font.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6471: Arabic display by emacs -Q on HELLO
  2019-08-22 14:05                                                     ` Eli Zaretskii
@ 2019-08-23  0:13                                                       ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-23  0:13 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 6471

Eli Zaretskii <eliz@gnu.org> writes:

> FWIW, I cannot see any problems, and am almost positive they were
> either fixed or were due to a faulty font.

OK; closing the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-23  0:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTikJFc948uJodQPu01zU3wqjtaYp90Tb4mNUnb6h@mail.gmail.com>
     [not found] ` <83iq5hiiin.fsf@gnu.org>
     [not found]   ` <AANLkTinyluu09L7BE8-lz3GbLtJhVBBqzevkNfe-8uk3@mail.gmail.com>
     [not found]     ` <83fx0lihov.fsf@gnu.org>
     [not found]       ` <AANLkTik_eC23N57ALaw824aQ8ctPC_SgrhKJHOFjtYgy@mail.gmail.com>
     [not found]         ` <838w6cixma.fsf@gnu.org>
     [not found]           ` <jwv7hlwa2p2.fsf-monnier+emacs@gnu.org>
     [not found]             ` <83y6ech1oo.fsf@gnu.org>
     [not found]               ` <jwveig48jm3.fsf-monnier+emacs@gnu.org>
     [not found]                 ` <83ocf8gx7e.fsf@gnu.org>
     [not found]                   ` <jwveig45h4x.fsf-monnier+emacs@gnu.org>
     [not found]                     ` <83fx0jgxk7.fsf@gnu.org>
     [not found]                       ` <83eig3gspa.fsf@gnu.org>
     [not found]                         ` <83bpb7gp2g.fsf@gnu.org>
     [not found]                           ` <AANLkTikSJLDCUpMuT4j_TPen43zl_UxtBBFOYYw_IS4O@mail.gmail.com>
     [not found]                             ` <837hlvglvh.fsf@gnu.org>
     [not found]                               ` <AANLkTikiCaqJ7YURJnXwiCeudmqTIc1qnJ6JQ1CSpPlT@mail.gmail.com>
     [not found]                                 ` <834ogzglaj.fsf@gnu.org>
     [not found]                                   ` <AANLkTimeLajcc21MfGdnye6-rKyidlyexOeudjCJtQ_T@mail.gmail.com>
     [not found]                                     ` <8339wjgg8w.fsf@gnu.org>
     [not found]                                       ` <AANLkTimNUGU37xPV8Pb4jDxWyYJQf5I5GL_QgEkcFZxI@mail.gmail.com>
     [not found]                                         ` <83y6eagb7g.fsf@gnu.org>
     [not found]                                           ` <4C1D24E3.5080402@harpegolden.net>
     [not found]                                             ` <83sk4ig1t7.fsf@gnu.org>
     [not found]                                               ` <4C1D41D0.1010309@harpegolden.net>
2010-06-19 22:58                                                 ` bug#6471: Arabic display by emacs -Q on HELLO David De La Harpe Golden
2019-08-21 22:57                                                   ` Lars Ingebrigtsen
2019-08-22 14:05                                                     ` Eli Zaretskii
2019-08-23  0:13                                                       ` Lars Ingebrigtsen

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).