emacs-devel
[Top][All Lists]
Advanced

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

Re: High Sierra Beta 5 Display Problems


From: Bob Halley
Subject: Re: High Sierra Beta 5 Display Problems
Date: Tue, 8 Aug 2017 13:21:33 -0700

I looked at the code that appears to be reading color name to value mappings, 
starting around line 5049 of nsterm.m.

In the broken emacs, the call to [NSColorList colorListNamed: @"Emacs"] 
succeeds as the "if ( cl == nil )" section is not executed.  Yet whatever it's 
getting doesn't seem to be useful given my lack of colors.

If I force cl to nil after that line, so as to always run the "if ( cl == nil 
)" section that reads the rgb.txt file, then my emacs works.

/Bob




reply via email to

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