Closed diktomat closed 2 months ago
Please try running Emacs using emacs -Q
. You might still have some custom configurations in other places, for example, ~/.config/emacs
or $XDG_CONFIG_HOME/emacs
.
❯ emacs -Q
Font ‘Fira Code Regular Nerd Font Complete Mono’ is not defined
Also, I just tried railwaycat/emacsmacport
. Without doing anything but uninstalling emacs-plus und installing emacs-mac, it worked. Uninstalling that and installing this one again, problem is back. So I think it must be some issue with emacs-plus, not emacs itself.
Also, just tried uninstalling homebrew/cask-fonts/font-fira-code-nerd-font
. Starts flawlessly after uninstalling, fails again after reinstalling. Uninstalling this unfortunately is no option, as it's the best font in the known universe..
Can you please try running https://emacsformacos.com/ ? emacsmacport
has lots of modifications to make it more macOS friendly, and I am curious if it's GNU Emacs issue or just Emacs+. Sorry to ask you for this, it's just that I never faced this issue (and I don't have Fira Code installed).
Didn't know this one, and it's even in default Homebrew.. Anyway, it fails the same way as this one, so it appears to be an upstream issue after all.
Please make sure to follow these steps (and mark the checkboxes):
brew update
and try to reproduce the issue againbrew doctor
, fix all issues and try to reproduce your issue againbrew config
andbrew doctor
and include their outputWhat you were trying to do
Install and start Emacs.
What happened (include command output)
Trying to start freshly installed emacs, it complains about Fira Code not being defined. Setting the font to Menlo using
-fn
works and I can set the Font back to Fira (which I actually want to use) or any other font viaM-x customize-face
or the menu option just fine. However, when starting emacs again, it complains the same again as if not reading.emacs
orinit.el
. When I put gibberish in one of whose files, it produces an error, so they are read, but setting the font doesn't work.brew install emacs
Output of
brew config
Output of
brew doctor