From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Changing color of transient mark Date: Wed, 11 Feb 2015 13:37:40 -0500 Message-ID: <87lhk4jnuz.fsf@engels.histomat.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423680028 27115 80.91.229.3 (11 Feb 2015 18:40:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 18:40:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 19:40:23 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YLcCz-0008Ut-Ei for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 19:40:21 +0100 Original-Received: from localhost ([::1]:46564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLcCz-0001dw-0j for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 13:40:21 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!Xl.tags.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 11 Feb 2015 12:37:40 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:KSVugX82EY9MhpGldy90HUIEIPk= Original-Lines: 12 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-VWKNBqlMM0Y7DVCDWTh8WPLTfAz91ih3KYommYWbQE6EhuAspFZzeAOJs4G7pePdOFHzQ9ui+sSb6cv!HSDIlwWH6jCQXJFck8yRzsdN+AS7F62ULe7fRIILGdPHft6KjGA4ZtdAuSDZLA== Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1408 Original-Xref: usenet.stanford.edu gnu.emacs.help:210371 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102648 Archived-At: I'm running emacs 24.4.1, and the transient mark color is a very dark blue. This makes the highlighted text hard to read. Id like to redefine the background color something like this: ((transient-mark-mode 1) (set-background-color "mistyrose") (set-foreground-color "firebrick")) but of course this does not work. Short of running PC mode, how can I change at least the highlighting background color?