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: Display problems with non-ascii characters Date: Tue, 07 Oct 2008 21:13:35 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP-2 X-Trace: ger.gmane.org 1223383337 28306 80.91.229.12 (7 Oct 2008 12:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2008 12:42:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 07 14:43:13 2008 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 1KnBt4-00006u-20 for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 14:42:02 +0200 Original-Received: from localhost ([127.0.0.1]:46583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnBs0-0007fb-4F for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 08:40:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnBrC-0007O2-6G for emacs-devel@gnu.org; Tue, 07 Oct 2008 08:40:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnBr9-0007Mk-J3 for emacs-devel@gnu.org; Tue, 07 Oct 2008 08:40:04 -0400 Original-Received: from [199.232.76.173] (port=46599 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnBr9-0007MV-Bi for emacs-devel@gnu.org; Tue, 07 Oct 2008 08:40:03 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:43840) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnBRf-00024t-KK for emacs-devel@gnu.org; Tue, 07 Oct 2008 08:13:44 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m97CDdfE008104; Tue, 7 Oct 2008 21:13:39 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m97CDcAP000247; Tue, 7 Oct 2008 21:13:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m97CDZo7019141; Tue, 7 Oct 2008 21:13:35 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KnBRX-0007yX-TU; Tue, 07 Oct 2008 21:13:35 +0900 In-reply-to: (message from Sascha Wilde on Mon, 06 Oct 2008 15:12:05 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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:104389 Archived-At: In article , Sascha Wilde writes: > Emacs 23 CVS head, --with-x-toolkit=lucid > To reproduce: > ; I use the font "terminus" http://www.is-vn.bg/hamster/ included in > ; many GNU/Linux Distributions, for example Debian I've just installed the debian package xfonts-terminus, and followed what you did. > 1. emacs -Q > 2. ; Type some German umlauts in *scratch*: > $(D*#*S*d)N+#+S+d(B > 3. ; evaluate: > (set-face-font 'default "terminus 12") > ; everything looks fine, but the umlauts disappeared and when you > ; move the text cursor above them even the cursor disappears. This bug doesn't happen for me. The font used for those German letters is: x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 (#xC4) > 4. ; evaluate: > (set-face-font 'default "terminus 11") > ; the umlauts reappear. This doesn't change the font for me. Which font is used in your case in 3 and 4? --- Kenichi Handa handa@ni.aist.go.jp