From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.bugs Subject: bug#2870: 23.0.91; Cursor face not changing Date: Fri, 03 Apr 2009 10:24:01 +0200 Message-ID: Reply-To: Nikolaj Schumacher , 2870@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238748290 26475 80.91.229.12 (3 Apr 2009 08:44:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2009 08:44:50 +0000 (UTC) To: 2870@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 03 10:46:08 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 1Lpf1j-0006A9-Dv for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Apr 2009 10:45:27 +0200 Original-Received: from localhost ([127.0.0.1]:55509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpf0L-0001DI-Fe for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Apr 2009 04:44:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lpf0G-0001D3-Sr for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2009 04:43:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lpf0A-0001Ci-Oo for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2009 04:43:55 -0400 Original-Received: from [199.232.76.173] (port=41997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lpf0A-0001Cc-JB for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2009 04:43:50 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:34729) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lpf0A-00027r-4w for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2009 04:43:50 -0400 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 n338hlAo012821; Fri, 3 Apr 2009 01:43:47 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n338U4Xo008917; Fri, 3 Apr 2009 01:30:04 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Nikolaj Schumacher Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 03 Apr 2009 08:30:03 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2870 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 2870-submit@emacsbugs.donarmstrong.com id=B2870.12387470477481 (code B ref 2870); Fri, 03 Apr 2009 08:30:03 +0000 Original-Received: (at 2870) by emacsbugs.donarmstrong.com; 3 Apr 2009 08:24:07 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from dd18200.kasserver.com (dd18200.kasserver.com [85.13.138.168]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n338O47O007473 for <2870@emacsbugs.donarmstrong.com>; Fri, 3 Apr 2009 01:24:05 -0700 Original-Received: from thursday (g227072035.adsl.alicedsl.de [92.227.72.35]) by dd18200.kasserver.com (Postfix) with ESMTP id A84A218345F22 for <2870@emacsbugs.donarmstrong.com>; Fri, 3 Apr 2009 10:24:04 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Fri, 03 Apr 2009 04:43:55 -0400 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:26876 Archived-At: > While the customization tool added to my .emacs the line: > '(cursor ((t (:background "wheat" :foreground "black")))) > > under the faces configuration command, when emacs starts I get back > the original cursor colors (that are just annoying because I can't see > the character behind the cursor). The same seems to happen for the region face. The background color reverts to ns_selection_color sometime after the custom variables are read. (It works when reading the custom settings again, later.) regards, Nikolaj Schumacher