From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Madhu Newsgroups: gmane.emacs.help Subject: colours lost Date: Thu, 14 Feb 2019 12:40:58 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="168234"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 14 14:47:07 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1guHM3-000hbr-97 for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Feb 2019 14:47:07 +0100 Original-Received: from localhost ([127.0.0.1]:48845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guHM2-0008G6-8z for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Feb 2019 08:47:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guBEh-0002jH-2Y for help-gnu-emacs@gnu.org; Thu, 14 Feb 2019 02:15:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guBEg-00084Y-1I for help-gnu-emacs@gnu.org; Thu, 14 Feb 2019 02:15:07 -0500 Original-Received: from [117.193.30.12] (port=38582 helo=localhost.localdomain) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guBEf-00081L-9G for help-gnu-emacs@gnu.org; Thu, 14 Feb 2019 02:15:05 -0500 Original-Received: (qmail 4961 invoked by uid 500); 14 Feb 2019 07:10:58 -0000 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 117.193.30.12 X-Mailman-Approved-At: Thu, 14 Feb 2019 08:46:51 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119399 Archived-At: * [posted on gnu.emacs.help 2019-01-06] I'm running an X toolkit build (master from around november) and very recently I am losing all colours both under X and tty. Typically I start emacs via --daemon and attach to it via both X and tty. What I mean is eg. M-x list-colors-display shows a buffer in which all the the lines are displayed with foreground colour set to the default foreground, background colour to the default background, and font set to the default-font. Same with happens M-x list-faces-display. colours set via font-lock still work. Emacs starts off ok but somewhere this gets triggered and I can't think of what I've been doing recently that causes this. Where do I start looking for the code which handles this? ---Madhu