caldwell / build-emacs

Build scripts for www.emacsformacosx.com
http://www.emacsformacosx.com/about
GNU General Public License v3.0
368 stars 62 forks source link

High Sierra Beta 5 : Unable to load color ... #65

Closed mariopaumann closed 7 years ago

mariopaumann commented 7 years ago

Hello !

Just upgraded to High Sierra Beta 5 and now Emacs shows my files black on black. After removing all .emacs it's kind of more visible but i see the general cause in Messages*

Warning: arch-dependent data dir '/Users/build/workspace/Emacs-Multi-Build/label/mavericks/emacs-source/nextstep/Emacs.app/Contents/MacOS/libexec/': No such file or directory Unable to load color "grey75" Unable to load color "grey90" Unable to load color "grey20" Unable to load color "grey75" [2 times] Unable to load color "grey95" Unable to load color "grey90" Unable to load color "grey20" Unable to load color "gray60" Unable to load color "gray80" Unable to load color "gray40" For information about GNU Emacs and the GNU system, type C-h C-a. Unable to load color "grey75" Unable to load color "RoyalBlue3" Unable to load color "medium blue" Mark set

The status row, which seems to use this colors, is completely black.

bildschirmfoto 2017-08-09 um 12 39 03

I googled, and found older similiar problems the only solution for me now is :

rm ~/Library/Colors/Emacs.clr
rm -rf .emacs.d/

before starting emacs. Then colors seem ok. closing (with autosave) and restarting, colors are messed up again.

Starting emacs with my temporary solution : bildschirmfoto 2017-08-09 um 12 53 16

Restarting emacs : bildschirmfoto 2017-08-09 um 12 53 37

Thank you for your help, Mario

mariopaumann commented 7 years ago
caldwell commented 7 years ago

Thanks for the report. If both the Brew version and this version have the issue, then it sounds like a generic Emacs bug and not a bug in the build scripts. You can file a bug in Emacs with M-x report-emacs-bug—that will get the report in front of the people that can fix it.

mariopaumann commented 7 years ago

Bug is solved in High Sierra Beta 6 by Apple