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: Tue, 31 Mar 2009 09:46:50 +0900 Message-ID: References: <49CB3060.9060501@gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1238460386 5346 80.91.229.12 (31 Mar 2009 00:46:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2009 00:46:26 +0000 (UTC) Cc: emacs-devel@gnu.org, andreas.neiser@gmail.com To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 31 02:47:44 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 1LoS8l-00075a-I1 for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2009 02:47:43 +0200 Original-Received: from localhost ([127.0.0.1]:50348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoS7O-0001hp-0z for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2009 20:46:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoS7J-0001hk-Bo for emacs-devel@gnu.org; Mon, 30 Mar 2009 20:46:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoS7E-0001hA-Um for emacs-devel@gnu.org; Mon, 30 Mar 2009 20:46:12 -0400 Original-Received: from [199.232.76.173] (port=40014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoS7E-0001h7-P5 for emacs-devel@gnu.org; Mon, 30 Mar 2009 20:46:08 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62331) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoS7E-0000b3-2U for emacs-devel@gnu.org; Mon, 30 Mar 2009 20:46:08 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n2V0k3aG016561; Tue, 31 Mar 2009 09:46:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n2V0k3G5003116; Tue, 31 Mar 2009 09:46:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n2V0k2Pg018404; Tue, 31 Mar 2009 09:46:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LoS7u-0002Mr-C1; Tue, 31 Mar 2009 09:46:50 +0900 In-reply-to: (message from Kenichi Handa on Thu, 26 Mar 2009 20:24:46 +0900) 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:109932 Archived-At: In article , Kenichi Handa writes: > 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 the > > default font with the following lines in my ~/.emacs > > (set-frame-parameter nil 'font-backend '(xft)) > > (set-frame-font "Terminus-12") > > So, the umlauts ?, ?, ? 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 some > > special font selections (I guess this is what auctex does) are not handled? > Thank you for the report. I'm now working on that problem. I installed a fix. Could you please try again? --- Kenichi Handa handa@m17n.org