From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Uwe Brauer via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: after reinstalling Ubuntu, and compiling emacs 29.2, default hebrew font is different Date: Sun, 21 Jul 2024 17:07:59 +0200 Message-ID: <87ikwyg4vk.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4238"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: emacs-devel@gnu.org Cancel-Lock: sha1:EbG8r4kqu8UgdtUJP3AWdXnvgs0= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 21 17:40:55 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sVYgB-0000zW-Eb for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Jul 2024 17:40:55 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVYfT-0005vE-Qi; Sun, 21 Jul 2024 11:40:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVYAR-0007Nq-L5 for emacs-devel@gnu.org; Sun, 21 Jul 2024 11:08:07 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVYAQ-0003f9-2g for emacs-devel@gnu.org; Sun, 21 Jul 2024 11:08:07 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1sVYAN-00082b-Um for emacs-devel@gnu.org; Sun, 21 Jul 2024 17:08:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TO_NO_BRKTS_PCNT=1.247 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 21 Jul 2024 11:40:06 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321896 Archived-At: Hi After reinstalling my Ubuntu system (now 24.04) compiling emacs29.2 setting (custom-set-faces '(default ((t (:inherit nil :stipple nil :background "grey98" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 160 :width normal :foundry "PfEd" :family "DejaVu Sans Mono"))))) And typing some Hebrew, Then, for example lamed is now displayed by Libertine Display O-regular-normal-normal-*-21-*-*-*-*-0-iso10646-1 (#x3E0) position: 17070 of 17393 (98%), column: 1 character: ל‎ (displayed as ל‎) (codepoint 1500, #o2734, #x5dc) charset: unicode (Unicode (ISO10646)) code point in charset: 0x05DC script: hebrew syntax: w which means: word category: .:Base, R:Strong R2L to input: type "C-x 8 RET 5dc" or "C-x 8 RET HEBREW LETTER LAMED" buffer code: #xD7 #x9C file code: #xD7 #x9C (encoded by coding system utf-8-unix) display: by this font (glyph code): ftcrhb:-PfEd-Linux Libertine Display O-regular-normal-normal-*-21-*-*-*-*-0-iso10646-1 (#x3E0) Character code properties: customize what to show name: HEBREW LETTER LAMED general-category: Lo (Letter, Other) decomposition: (1500) ('ל') I'd prefer some Arial font that supports hebrew, and that I have already installed in ttf format. How can I achieve that. Thanks Uwe Brauer