From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.devel Subject: Re: problems with ttf fonts (hebrew), can go back to courier font. Date: Fri, 26 Sep 2014 21:27:20 +0900 Message-ID: <87a95mefdj.fsf@gnu.org> References: <87egv2r153.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411734490 13036 80.91.229.3 (26 Sep 2014 12:28:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Sep 2014 12:28:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 26 14:28:02 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XXUcz-0004xl-5b for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2014 14:28:01 +0200 Original-Received: from localhost ([::1]:48046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXUcy-0007on-OG for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2014 08:28:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXUca-0007ff-Kd for emacs-devel@gnu.org; Fri, 26 Sep 2014 08:27:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXUcV-0005SX-W5 for emacs-devel@gnu.org; Fri, 26 Sep 2014 08:27:36 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXUcV-0005Nl-TD for emacs-devel@gnu.org; Fri, 26 Sep 2014 08:27:31 -0400 Original-Received: from fl1-60-238-88-99.iba.mesh.ad.jp ([60.238.88.99]:53909 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XXUcP-0005ft-Qw; Fri, 26 Sep 2014 08:27:26 -0400 Original-Received: from handa by shatin with local (Exim 4.82) (envelope-from ) id 1XXUcK-0000oB-Cg; Fri, 26 Sep 2014 21:27:20 +0900 In-Reply-To: <87egv2r153.fsf@mat.ucm.es> (message from Uwe Brauer on Tue, 23 Sep 2014 14:07:20 +0200) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174718 Archived-At: In article <87egv2r153.fsf@mat.ucm.es>, Uwe Brauer writes: > Using GNU Emacs 24.3, I usually use > (set-face-font 'default "-etl-*-bold-*-*-*-*-180-*-*-*-*-ISO8859-8") for > hebrew. > However I have also the ttf font Guttman Yad-Brush, which is a > handwritten based hebrew font, without really ASCII support. > So when I use > (set-face-font 'default "Guttman Yad-Brush") > then this font is activated, Hebrew chars are displayed correctly but > all other ASCII symbols save numbers are not (I see empty boxes instead) > *However* when I want my standard courier font back via > (set-face-font 'default "-*-courier-bold-r-*-*-18-180-*-*-*-*-*-*") > Then this does not work, the empty boxes remain. > Is this a bug? It seems to be a bug. What is the output of C-u C-x = when you put cursor on an ascii character shown by an empty box? --- Kenichi Handa handa@gnu.org