emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NS port crashes when interacting with the profiler on the menu bar


From: Alan Third
Subject: Re: NS port crashes when interacting with the profiler on the menu bar
Date: Sat, 16 Jun 2018 12:45:52 +0100
User-agent: Mutt/1.10.0 (2018-05-17)

On Fri, Jun 15, 2018 at 01:51:58AM +0100, Jimmy Yuen Ho Wong wrote:
> I've finally isolated my problem with this code block:
> 
> (set-fontset-font "fontset-default" 'unicode "Apple Color Emoji" nil
> 'append)
> 
> (use-package all-the-icons
>   :config
>   (add-hook 'after-change-major-mode-hook
>             (lambda ()
>               (let* ((icon (all-the-icons-icon-for-mode major-mode))
>                      (face-prop (and (stringp icon) (purecopy
> (get-text-property 0 'face icon)))))
>                 (when (and (stringp icon) (not (string= major-mode icon))
> face-prop)
>                   (setq mode-name icon))))))

I can’t get all-the-icons to work (it’s looking for memoize?), but I
notice it comes with a bunch of fonts.

Do you have those fonts installed? If so, does completely removing the
set-fontset-font line for Apple Color Emoji still result in a crash?
-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]