all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Hansen <david.hansen@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: big5 only on emacs-nox for Fedora core 6
Date: Mon, 05 Mar 2007 03:31:06 +0100	[thread overview]
Message-ID: <87slck8lqt.fsf@localhorst.mine.nu> (raw)
In-Reply-To: 1173058326.592016.241520@j27g2000cwj.googlegroups.com

On 4 Mar 2007 17:32:06 -0800 "weihan" <weihan@math.ncu.edu.tw> wrote:

> On 3月3日, 下午6時04分, David Hansen <david.han...@gmx.net> wrote:
>> On 2 Mar 2007 23:27:11 -0800 "weihan" <wei...@math.ncu.edu.tw> wrote:
>>
>> > Recently, I just upgrade my system to Fedora core 6. I found that
>> > in the new OS, the Chinese big5 font can not be shown correctly on
>> > emacs.
>> > However, it can be shown on emacs-nox. Is there anything I can change
>> > to
>> > make the emacs work for X-window version ?
>>
>> You can try to set the font for this encoding via fontsets in your
>> ~/.Xresources.
>>
>> David
>
> Hi, I try to add the following line on .emacs
>
> (set-default-font
> "-arphic technology co.-ar pl mingti2l big5-medium-r-normal--0-0-0-0-
> c-0-iso10646-1")
>
> the font comes exactly from xlsfonts command, but the emacs keep say
> the font does not exist !
>
> Anything wrong.

I'm not sure if whats wrong with it but you probably don't want to
set the "default font".  Emacs chooses different fonts for different
encodings with some heuristics that usually work pretty well.  I
suspect in your case emacs tries to find a latin version of your font
and fails (I might be wrong though).

An IMHO good method to solve your problem is to first choose your
favorite fixed font for ASCII chars and add

Emacs*fontset-0: -*-neep alt-medium-*-*-*-13-*-*-*-*-*-fontset-name

Emacs*font: fontset-name

to your Xresources file (and xrdb -merge it and restart Emacs).  Now
if you see some non ASCII characters that look ugly or are shown as
boxes move the cursor over it and hit C-u x =.  Emacs will tell you
the category of the character.  Now you extend you fontset
definition (make sure the font is available in the encoding that
emacs has chosen).  I ended up with:

Emacs*fontset-0: -*-neep alt-medium-*-*-*-13-*-*-*-*-*-fontset-small,\
mule-unicode-2500-33ff: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1,\
mule-unicode-e000-ffff: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1,\
mule-unicode-0100-24ff: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1

xrdb -merge again and restart emacs.  Note that you can specify
fontsets via elisp too.  Might save some restarting but I don't know
how it works.

David

  reply	other threads:[~2007-03-05  2:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-03  7:27 big5 only on emacs-nox for Fedora core 6 weihan
2007-03-03 10:04 ` David Hansen
     [not found] ` <mailman.369.1172916535.7795.help-gnu-emacs@gnu.org>
2007-03-05  1:32   ` weihan
2007-03-05  2:31     ` David Hansen [this message]
     [not found]     ` <mailman.440.1173062415.7795.help-gnu-emacs@gnu.org>
2007-03-05  8:58       ` weihan
2007-03-05 10:30         ` David Hansen
     [not found]         ` <mailman.448.1173091157.7795.help-gnu-emacs@gnu.org>
2007-03-06  6:52           ` weihan
2007-03-06  8:30             ` David Hansen
     [not found]             ` <mailman.506.1173170335.7795.help-gnu-emacs@gnu.org>
2007-03-06  9:53               ` weihan
2007-03-06 11:13                 ` Peter Dyballa
2007-03-23  5:25               ` weihan

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=87slck8lqt.fsf@localhorst.mine.nu \
    --to=david.hansen@gmx.net \
    --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.