From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: font problems with the latest master in MacOS helvetia is used and not DejaVi Mono as in emacs28 Date: Sat, 09 Apr 2022 17:21:32 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21413"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin) To: emacs-devel@gnu.org Cancel-Lock: sha1:/C2wiUl0y1dFMYiRpz31AIEtF30= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 09 17:22:15 2022 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 1ndCuk-0005Ra-TB for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Apr 2022 17:22:14 +0200 Original-Received: from localhost ([::1]:56246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndCuj-00009F-PC for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Apr 2022 11:22:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndCuD-0007vN-Up for emacs-devel@gnu.org; Sat, 09 Apr 2022 11:21:41 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:58534) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndCuC-00011x-Fx for emacs-devel@gnu.org; Sat, 09 Apr 2022 11:21:41 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ndCuA-0004gF-B7 for emacs-devel@gnu.org; Sat, 09 Apr 2022 17:21:38 +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.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TO_NO_BRKTS_PCNT=1, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:288030 Archived-At: Hi Finally I solved my problem in MacO10.15 and successfully compiled and installed the current master version. However I am facing now a font problem. My entry in my custom-init file is '(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")))) Now indeed in emacs28 C-u C-x = gives ,---- | position: 2303 of 64364 (4%), column: 23 | character: C-j (displayed as C-j) (codepoint 10, #o12, #xa) | charset: ascii (ASCII (ISO646 IRV)) | code point in charset: 0x0A | script: latin | syntax: > which means: endcomment | to input: type "C-x 8 RET a" or "C-x 8 RET LINE FEED (LF)" | buffer code: #x0A | file code: #x0A (encoded by coding system utf-8-unix) | display: by this font (glyph code) | mac-ct:-*-DejaVu Sans Mono-normal-normal-normal-*-16-*-*-*-m-0-iso10646-1 (#x03) | | Character code properties: customize what to show | old-name: LINE FEED (LF) | general-category: Cc (Other, Control) `---- However when I start emacs29 helvetica is used which is a proportional font, and looks terrible in most circumstances, especially in dired Here is what C-u C-x = gives ,---- | position: 54 of 1045 (5%), column: 53 | character: C-j (displayed as C-j) (codepoint 10, #o12, #xa) | charset: ascii (ASCII (ISO646 IRV)) | code point in charset: 0x0A | script: latin | syntax: which means: whitespace | to input: type "C-x 8 RET a" or "C-x 8 RET LINE FEED (LF)" | buffer code: #x0A | file code: #x0A (encoded by coding system undecided-unix) | display: by this font (glyph code): | mac-ct:-*-Helvetica-medium-normal-normal-*-16-*-*-*-p-0-iso10646-1 (#x02) | | Character code properties: customize what to show | old-name: LINE FEED (LF) | general-category: Cc (Other, Control) | | `---- Who is the culprit here? What shall I do? Thanks Uwe Brauer