From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Default font and umlauts Date: Thu, 26 Mar 2009 20:24:46 +0900 Message-ID: References: <49CB3060.9060501@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1238066782 10912 80.91.229.12 (26 Mar 2009 11:26:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2009 11:26:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Neiser Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 26 12:27:40 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LmnkB-0007OF-SB for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2009 12:27:32 +0100 Original-Received: from localhost ([127.0.0.1]:35049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lmnio-0005Mz-Jf for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2009 07:26:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lmnh9-0003RS-E1 for emacs-devel@gnu.org; Thu, 26 Mar 2009 07:24:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lmnh3-0003Mx-Ht for emacs-devel@gnu.org; Thu, 26 Mar 2009 07:24:22 -0400 Original-Received: from [199.232.76.173] (port=49298 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lmnh3-0003Mh-C0 for emacs-devel@gnu.org; Thu, 26 Mar 2009 07:24:17 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:44179) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lmnh2-0001Gc-OD for emacs-devel@gnu.org; Thu, 26 Mar 2009 07:24:17 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n2QBO8im004081; Thu, 26 Mar 2009 20:24:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n2QBO8DZ022153; Thu, 26 Mar 2009 20:24:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n2QBO7DU027439; Thu, 26 Mar 2009 20:24:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LmnhW-0008Kk-6F; Thu, 26 Mar 2009 20:24:46 +0900 In-reply-to: <49CB3060.9060501@gmail.com> (message from Andreas Neiser on Thu, 26 Mar 2009 08:36:00 +0100) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n2QBO8im004081 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109847 Archived-At: In article <49CB3060.9060501@gmail.com>, Andreas Neiser writes: > first I hope this is the correct mailing list for my problem. Anyway, > I'm experiencing a strange problem with German umlauts while setting th= e > default font with the following lines in my ~/.emacs > (set-frame-parameter nil 'font-backend '(xft)) > (set-frame-font "Terminus-12") > So, the umlauts =C3=A4, =C3=B6, =C3=BC work with the default font, but = see the > following screenshot > http://student.physik.uni-mainz.de/~aneiser/emacs.png > It seems that emacs displays umlauts always in the default font and som= e > special font selections (I guess this is what auctex does) are not hand= led? Thank you for the report. I'm now working on that problem. --- Kenichi Handa handa@m17n.org