From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: after reinstalling Ubuntu, and compiling emacs 29.2, default hebrew font is different Date: Sun, 21 Jul 2024 18:50:34 +0300 Message-ID: <86le1ubv79.fsf@gnu.org> References: <87ikwyg4vk.fsf@mat.ucm.es> 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="3304"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 21 17:51:18 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 1sVYqE-0000jj-FE for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Jul 2024 17:51:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVYpb-0000UH-FB; Sun, 21 Jul 2024 11:50:39 -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 1sVYpZ-0000TX-Jj for emacs-devel@gnu.org; Sun, 21 Jul 2024 11:50:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sVYpY-0004F1-FJ; Sun, 21 Jul 2024 11:50:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=QpEEDmb0YYFTIeKnb27BkVsR7NjmZc6cNiNTYk022rc=; b=k56xcmY5sEoeX1dO2Ifo s9FPauJQAFql8k5pqNfZZDJbFeyyWleIyd0Srs1cm4ozSCB4X77YYnTE7C+GmpIg4ha3N0vlgcAPK wyYoGyMNbbSHezm/AIDb9WG58STZ7d7fKQ2PkDJb/0d3evg3+/2/YnMZ6ca40A7Me3nHfwp5x+DKL Q2EAo/hj82wP59zrpUvyRHdcVtozTCknjer0nuUh0tc89BLdivS3g0Zu0aO9F7CiAbkKblFaL8svv Ba3RwYoUf0CpFgu5PnQOhUUYilUDRSs6eGy8Q71nsUv3zo9WqTVrXPYm/+qO4dD4+zC9LTTJODdSd 6M8LAb+9Zt6byg==; In-Reply-To: <87ikwyg4vk.fsf@mat.ucm.es> (emacs-devel@gnu.org) 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:321899 Archived-At: > Date: Sun, 21 Jul 2024 17:07:59 +0200 > From: Uwe Brauer via "Emacs development discussions." > > 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. Customize your fontset by using set-fontset-font. P.S. This is a question for help-gnu-emacs, not for this list.