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: Wed, 08 Oct 2008 10:21: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=US-ASCII X-Trace: ger.gmane.org 1223428925 30516 80.91.229.12 (8 Oct 2008 01:22:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 01:22:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 08 03:23:02 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 1KnNlL-0004rP-LY for ged-emacs-devel@m.gmane.org; Wed, 08 Oct 2008 03:22:51 +0200 Original-Received: from localhost ([127.0.0.1]:59981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnNkH-0004Ne-Rf for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 21:21:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnNkD-0004NE-8v for emacs-devel@gnu.org; Tue, 07 Oct 2008 21:21:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnNkC-0004N2-Lh for emacs-devel@gnu.org; Tue, 07 Oct 2008 21:21:40 -0400 Original-Received: from [199.232.76.173] (port=38026 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnNkC-0004Mz-Hw for emacs-devel@gnu.org; Tue, 07 Oct 2008 21:21:40 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52846) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnNkC-0007wq-0O for emacs-devel@gnu.org; Tue, 07 Oct 2008 21:21:40 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m981LaMq008079; Wed, 8 Oct 2008 10:21:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m981LaBZ011087; Wed, 8 Oct 2008 10:21:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m981LZAf021415; Wed, 8 Oct 2008 10:21:35 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KnNk7-00065J-Og; Wed, 08 Oct 2008 10:21:35 +0900 In-reply-to: (message from Sascha Wilde on Tue, 07 Oct 2008 19:20:22 +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:104406 Archived-At: In article , Sascha Wilde writes: >>> 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. > Stange enough: for me too (nightly cvs builds, so this is no more the > same CVS head), but in normal use the problem is still there... Which font is used in that "normal use"? C-u C-x = tells the font name. > Indeed this is a very annoying heisen-bug: I see the same symptoms under > varying conditions all the time, but its hard to get a reproduction > receipt. A co-worker of mine has the same problems with a different > font -- both fonts have in common, that they are x11 bitmap fonts. > Maybe the used toolkit is a factor two? This is with lucid (haven't > tested gtk2)... I don't think so because the display routine doesn't use toolkit's renderer. > > 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? > For 3 (Terminus 12): > x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 > and for 4 (Terminus 11): > x:-xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1 It seems that your display has the different resolution than mine (100dpi). What resolution is yours (xdpyinfo command tells it)? --- Kenichi Handa handa@ni.aist.go.jp