all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Halley <halley@play-bow.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: High Sierra Beta 5 Display Problems
Date: Tue, 8 Aug 2017 13:21:33 -0700	[thread overview]
Message-ID: <A7D88F9A-DCDE-4BC1-AAF4-AD8146757BC6@play-bow.org> (raw)
In-Reply-To: <83wp6dsvb5.fsf@gnu.org>

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




  parent reply	other threads:[~2017-08-08 20:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08 15:44 High Sierra Beta 5 Display Problems Bob Halley
2017-08-08 18:46 ` Eli Zaretskii
2017-08-08 19:20   ` Bob Halley
2017-08-08 19:39     ` Eli Zaretskii
2017-08-08 19:56       ` Bob Halley
2017-08-08 20:21       ` Bob Halley [this message]
2017-08-08 20:50         ` Bob Halley
2017-08-08 22:13           ` Alan Third
2017-08-08 22:33             ` Bob Halley
2017-08-08 22:51             ` Bob Halley
2017-08-14 21:32 ` Herbert J. Skuhra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A7D88F9A-DCDE-4BC1-AAF4-AD8146757BC6@play-bow.org \
    --to=halley@play-bow.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.