From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: Display problems with non-ascii characters Date: Wed, 08 Oct 2008 17:19:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223479998 17901 80.91.229.12 (8 Oct 2008 15:33:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 15:33:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 08 17:34:14 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 1KnaqN-0004Sz-Qo for ged-emacs-devel@m.gmane.org; Wed, 08 Oct 2008 17:20:56 +0200 Original-Received: from localhost ([127.0.0.1]:41658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnapJ-0005en-KJ for ged-emacs-devel@m.gmane.org; Wed, 08 Oct 2008 11:19:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnapD-0005dy-C5 for emacs-devel@gnu.org; Wed, 08 Oct 2008 11:19:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnapB-0005dF-C1 for emacs-devel@gnu.org; Wed, 08 Oct 2008 11:19:42 -0400 Original-Received: from [199.232.76.173] (port=33587 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnapA-0005d5-VY for emacs-devel@gnu.org; Wed, 08 Oct 2008 11:19:41 -0400 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:2198 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnapA-0005r2-Qu for emacs-devel@gnu.org; Wed, 08 Oct 2008 11:19:41 -0400 Original-Received: from kenny.sha-bang.de (xdslcq170.osnanet.de [89.166.144.170]) by mail.sha-bang.de (Postfix) with ESMTP id 7F1B0564; Wed, 8 Oct 2008 17:19:39 +0200 (CEST) Original-Received: from wilde by kenny.sha-bang.de with local (Sha Bang MUA v.0711184.68) ID 1Knap8-0005hA-PD; Wed, 08 Oct 2008 17:19:38 +0200 In-Reply-To: (Kenichi Handa's message of "Wed, 08 Oct 2008 20:43:48 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:104421 Archived-At: Kenichi Handa wrote: > In article , Sascha Wilde writes: > >>>> > 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. > >> x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso8859-1 > > You at first wrote that in the case of "terminus 12", the > font used was: > > x:-xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 > > It's different from the above only in CHARSET_REGISTRY > field, but it had the problem. Now you wrote that the case > of "terminus 12" doesn't show a problem but "normal use" > shows the problem. Does it mean that the font used for > "terminus 12" is different now? Seems so. Actually never qualified the CHARSET_REGISTRY part. There are various ways im using to set/change the default font: 1. in my .emacs file: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:inherit nil :stipple nil :background "Black" :foreground "Gray90" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal :foundry "xos4" :family "terminus")))) ; ... ) 2. in some code I wrote for fast font switching which uses set-default-font and setting font in default-frame-alist 3. in my (broken) test case: set-face-font for 'default BUT in all cases I used "terminus 11", "terminus 12" and that like, no further qualification of the charset... So it seems that Emacs made different choices under certain conditions. FWIW: for the first time in weeks I didn't experienced the bug today (without changing any configuration!) -- maybe its shy and talking about it makes it go away..? cheers sascha -- Sascha Wilde "Unix was the first OS where you could carry the media and system documentation around in a briefcase. This was fixed in BSD4.2."