From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.bugs Subject: bug#2459: 22.2.1: global-font-lock-mode does not turn off colors: ido.el, minibuffer prompt Date: Wed, 25 Feb 2009 10:53:29 -0500 Message-ID: References: Reply-To: rms@gnu.org, 2459@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1235577941 17140 80.91.229.12 (25 Feb 2009 16:05:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2009 16:05:41 +0000 (UTC) Cc: 2459@emacsbugs.donarmstrong.com, jari.aalto@cante.net To: Glenn Morris , 2459@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 25 17:06:56 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LcMFw-0001hQ-Nj for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 17:05:22 +0100 Original-Received: from localhost ([127.0.0.1]:46746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcMEb-0003jv-GZ for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Feb 2009 11:03:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcMEX-0003jl-TB for bug-gnu-emacs@gnu.org; Wed, 25 Feb 2009 11:03:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcMEW-0003jR-Iw for bug-gnu-emacs@gnu.org; Wed, 25 Feb 2009 11:03:41 -0500 Original-Received: from [199.232.76.173] (port=58879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcMEW-0003jO-Al for bug-gnu-emacs@gnu.org; Wed, 25 Feb 2009 11:03:40 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:39104) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LcMEV-0003b7-DB for bug-gnu-emacs@gnu.org; Wed, 25 Feb 2009 11:03:39 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1PG3bkF019671; Wed, 25 Feb 2009 08:03:37 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n1PG04qv018445; Wed, 25 Feb 2009 08:00:04 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Richard M Stallman Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 25 Feb 2009 16:00:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2459 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 2459-submit@emacsbugs.donarmstrong.com id=B2459.123557734918000 (code B ref 2459); Wed, 25 Feb 2009 16:00:04 +0000 Original-Received: (at 2459) by emacsbugs.donarmstrong.com; 25 Feb 2009 15:55:49 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1PFtk9J017993 for <2459@emacsbugs.donarmstrong.com>; Wed, 25 Feb 2009 07:55:47 -0800 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LcM4f-0003Eu-LI; Wed, 25 Feb 2009 10:53:29 -0500 In-reply-to: (message from Glenn Morris on Tue, 24 Feb 2009 13:17:46 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Wed, 25 Feb 2009 11:03:41 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:25691 Archived-At: These features, and several other places that use colour, are not implemented using font-lock, so toggling global-font-lock-mode has no effect. In this specific case, you can set ido-use-faces and customize the minibuffer-prompt face. This sort of problem is easy to fix; we already have a mechanism for it. The mode should set `font-lock-face' properties instead of `face' properties. That will make the right thing happen.