unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Jim Funderburk <funderburk1@verizon.net>
Cc: 21260@debbugs.gnu.org
Subject: bug#21260: 23.2; Devanagari windows 10
Date: Tue, 18 Aug 2015 17:19:36 +0300	[thread overview]
Message-ID: <83twrwllvr.fsf@gnu.org> (raw)
In-Reply-To: <55D24115.7030300@verizon.net>

> Cc: 21260@debbugs.gnu.org
> From: Jim Funderburk <funderburk1@verizon.net>
> Date: Mon, 17 Aug 2015 16:16:21 -0400
> 
> 3.  Regarding fonts on windows 10 (from  Control Panel/Fonts):
>       a. Neither Mangal nor Kokila shows up
>       b. The only font that I see which mentions Devanagari and other 
> Indian languages is 'Nirmala UI'
>            Note: In light of your comment about Emacs and Indian 
> Language Fonts, this difference between Windows 10
>                       and prior versions of Windows may be the basis of 
> the problem.
>       c. When I set the Default Font to Nirmala UI,  Then the Devanagari 
> in the sample files displays properly !!

I found the Nirmala UI font on Windows 8.1 and looked at its OTF
features.  I think I know what causes the problem.  Please try
evaluating the following expression in "emacs -Q" immediately after
start, and then see whether display of Devanagari works okay after
that:

  (set-fontset-font "fontset-default" 'devanagari
                    (font-spec :registry "iso10646-1" :otf '(dev2 nil (rphf)))
                    nil 'prepend)

If the above doesn't work, try this instead:

  (set-fontset-font "fontset-default" 'devanagari "Nirmala UI" nil 'prepend)

If any of these work, you can put it in your .emacs init file to make
it permanent.





  reply	other threads:[~2015-08-18 14:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-14 20:14 bug#21260: 23.2; Devanagari windows 10 Jim Funderburk
2015-08-14 20:42 ` Eli Zaretskii
2015-08-14 20:43 ` Eli Zaretskii
2015-08-15 19:55   ` Jim Funderburk
2015-08-16  2:40     ` Eli Zaretskii
2015-08-16 14:23       ` Eli Zaretskii
     [not found]         ` <55D0F0E1.3090702@verizon.net>
2015-08-17 16:34           ` Eli Zaretskii
2015-08-17 20:16             ` Jim Funderburk
2015-08-18 14:19               ` Eli Zaretskii [this message]
2015-08-18 19:23                 ` Jim Funderburk
2015-08-18 19:40                   ` Eli Zaretskii
2015-08-18 19:52                     ` Jim Funderburk
2015-08-19  2:45                       ` Eli Zaretskii
2015-08-19 15:06                     ` Eli Zaretskii
2015-08-19 20:26                       ` Andy Moreton
2015-08-21  8:48                         ` Eli Zaretskii
2015-08-16 20:21       ` Jim Funderburk
2015-08-17 16:15         ` 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=83twrwllvr.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=21260@debbugs.gnu.org \
    --cc=funderburk1@verizon.net \
    /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).