all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Customizing fonts in a mult-language (English+Hebrew) environment
Date: Mon, 24 Sep 2012 07:32:55 +0200	[thread overview]
Message-ID: <83haqoj88o.fsf@gnu.org> (raw)
In-Reply-To: <ac9m3hF1ddqU1@mid.individual.net>

> From: Will Parsons <oudeis@nodomain.invalid>
> Date: 23 Sep 2012 23:59:45 GMT
> 
> So, I'd like to arrange it so that both the English and the Hebrew
> text are equally legible, but haven't the slightest idea of how to
> accomplish that.

First, find a font that gives you legible Hebrew characters.  (You
didn't say what system are you one; the way of doing this depends on
the OS.)  Let's say that font's name is "CoolFont".

Then put this in your ~/.emacs:

  (set-fontset-font t 'hebrew "CoolFont")

This causes Emacs to use the specified font for Hebrew.

If you find a font that is good for both English and Hebrew, then
setting the 'font' attribute of the 'default' face will cause Emacs to
use that font as the default font.




  reply	other threads:[~2012-09-24  5:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-23 23:59 Customizing fonts in a mult-language (English+Hebrew) environment Will Parsons
2012-09-24  5:32 ` Eli Zaretskii [this message]
     [not found] ` <mailman.9627.1348464788.855.help-gnu-emacs@gnu.org>
2012-09-24 19:24   ` Will Parsons
2012-09-24 21:05     ` Eli Zaretskii
2012-09-24 21:29     ` Peter Dyballa

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83haqoj88o.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.