From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: A question about Emacs fontset? Date: Mon, 03 Apr 2006 13:00:31 +0200 Organization: disorganized Message-ID: <87mzf27wkw.fsf@robotron.kosmorama> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144062582 15634 80.91.229.2 (3 Apr 2006 11:09:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Apr 2006 11:09:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 03 13:09:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQMvb-0001Ux-34 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Apr 2006 13:09:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQMvX-0001kE-AP for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Apr 2006 07:08:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQMvN-0001k5-FQ for help-gnu-emacs@gnu.org; Mon, 03 Apr 2006 07:08:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQMvL-0001ix-0D for help-gnu-emacs@gnu.org; Mon, 03 Apr 2006 07:08:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQMvK-0001iu-Rv for help-gnu-emacs@gnu.org; Mon, 03 Apr 2006 07:08:42 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FQMyL-0007d7-Eu for help-gnu-emacs@gnu.org; Mon, 03 Apr 2006 07:11:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FQMus-0001LQ-FS for help-gnu-emacs@gnu.org; Mon, 03 Apr 2006 13:08:14 +0200 Original-Received: from e178035196.adsl.alicedsl.de ([85.178.35.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Apr 2006 13:08:14 +0200 Original-Received: from david.hansen by e178035196.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Apr 2006 13:08:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178035196.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:rwFAOtlYbPTeXfobnnYoTU3HtOU= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34137 Archived-At: On Mon, 03 Apr 2006 05:15:49 +0100 Leon wrote: > Leon writes: > >> Hi there, >> >> I use terminus as the default font for my emacs. I like it a >> lot. However, it does not have a italic version. This causes >> inconvenience in muse-mode. I'd like to set emacs to use another font >> for displaying italic faces. But I don't know how to do it? Any ideas? >> If you don't mind, could you share your font setting. Many thanks. >> >> ,------[ ~/.Xresources ] >> | Emacs*Fontset-0: -*-terminus-medium-r-*-*-16-*-*-*-*-*-fontset-unicode,\ >> | mule-unicode-2500-33ff: -gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1,\ >> | mule-unicode-e000-ffff: -gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1,\ >> | mule-unicode-0100-24ff: -gnu-unifont-medium-r-*-*-16-*-*-*-*-*-iso10646-1 >> | Emacs.Font: fontset-unicode >> `------------------------------------------------------------------------ >> >> Regards, > > Please help me out! M-x customize-face RET italic RET David