GNU bug report logs - #31904
27.0.50; Emacs doesn't render text/modeline Mac OSX 10.14 Mojave

Previous Next

Package: emacs;

Reported by: "zentrope <at> fastmail.fm" <keith <at> zentrope.com>

Date: Tue, 19 Jun 2018 23:25:02 UTC

Severity: minor

Tags: fixed

Merged with 32932, 33891, 34127, 34710, 36302

Found in versions 26.1.90, 26.1.91, 26.2.90, 27.0.50

Fixed in version 28.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "zentrope <at> fastmail.fm" <keith <at> zentrope.com>
To: Alan Third <alan <at> idiocy.org>
Cc: 31904 <at> debbugs.gnu.org
Subject: bug#31904: scatch/ns-drawing
Date: Sat, 18 Aug 2018 12:23:02 -0700
Another wrinkle (emacs-26 with patch applied):

When I change my font, all the text disappears except for the current line.

The text comes back if:

- I move the cursor over the affected areas.
- I wait a bit (from the cursor line down renders).
- Switch away to a non-Emacs window.

Seems like as soon as there’s a reason to paint the screen, it comes back.

Functions I use:

(defun kfi/set-font (name weight)
  "Set a font to NAME and its WEIGHT."
  (set-face-attribute 'default nil :family name :weight weight))

(defun kfi/heavy-font ()
  "Change to a heavy font."
  (interactive)
  (kfi/set-font "Monaco" 'normal))

(defun kfi/normal-font ()
  "Change to a normal font."
  (interactive)
  (kfi/set-font "Menlo" 'normal))







This bug report was last modified 5 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.