From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: font or face problem in emacs Date: Fri, 30 Jun 2006 10:41:09 +0200 Message-ID: References: <7F44E50F-B4E1-4692-A021-D78D5596956D@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151656968 30649 80.91.229.2 (30 Jun 2006 08:42:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Jun 2006 08:42:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 30 10:42:45 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 1FwEaE-0007Mp-0p for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Jun 2006 10:42:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwEaD-0002sJ-1R for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Jun 2006 04:42:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwEYu-0001o2-1n for help-gnu-emacs@gnu.org; Fri, 30 Jun 2006 04:41:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwEYs-0001mf-2v for help-gnu-emacs@gnu.org; Fri, 30 Jun 2006 04:41:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwEYr-0001mP-O4 for help-gnu-emacs@gnu.org; Fri, 30 Jun 2006 04:41:13 -0400 Original-Received: from [217.72.192.227] (helo=fmmailgate02.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwElb-0003qF-Aa for help-gnu-emacs@gnu.org; Fri, 30 Jun 2006 04:54:23 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id C1FF057B2B6; Fri, 30 Jun 2006 10:41:12 +0200 (CEST) Original-Received: from [84.245.187.34] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1FwEYp-0000Zb-00; Fri, 30 Jun 2006 10:41:11 +0200 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: H.S. X-Mailer: Apple Mail (2.750) X-Sender: Peter_Dyballa@web.de 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:35753 Archived-At: Am 30.06.2006 um 00:37 schrieb H.S.: > Yup, you are right. I just discovered another post in this > newsgroup. This seems to have worked: > M-x prefer-coding-system RET utf-8 RET You can set in .emacs for example: (setq default-buffer-file-coding-system 'utf-8-unix) (set-default-coding-systems 'utf-8) (prefer-coding-system 'utf-8) (modify-coding-system-alist 'process "\\*shell\\*\\'" 'utf-8) and exceptions like these: (setq file-coding-system-alist (append '(("\\.tex\\'" iso-latin-9-unix . iso-latin-9-unix)) ; '(("\\.el\\'" iso-latin-9-unix . iso-latin-9-unix)) file-coding-system-alist)) In GNU Emacsen 21 and 22 the UTF-8 support is not perfect yet. -- Greetings Pete "Let's face it; we don't want a free market economy either." James Farley, president, Coca-Cola Export Corp., 1959