From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Clark Newsgroups: gmane.emacs.help Subject: Re: disable font color change in region Date: Fri, 10 Oct 2014 13:51:37 -0700 (PDT) Message-ID: References: <8abf26dc-77a6-4efd-9660-b7cde9b71e65@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1412974732 30941 80.91.229.3 (10 Oct 2014 20:58:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 20:58:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 22:58:46 2014 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 1XchGu-0003YE-Vn for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 22:58:45 +0200 Original-Received: from localhost ([::1]:51046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XchGu-0005sH-Hk for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 16:58:44 -0400 X-Received: by 10.224.4.196 with SMTP id 4mr288qas.6.1412974298106; Fri, 10 Oct 2014 13:51:38 -0700 (PDT) X-Received: by 10.140.89.239 with SMTP id v102mr31611qgd.34.1412974298011; Fri, 10 Oct 2014 13:51:38 -0700 (PDT) Original-Path: usenet.stanford.edu!s7no1818908qap.0!news-out.google.com!i10ni80qaf.0!nntp.google.com!s7no1818907qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <8abf26dc-77a6-4efd-9660-b7cde9b71e65@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.241.193.41; posting-account=kuTb_goAAABKTkWKhF9yereKtox7In4L Original-NNTP-Posting-Host: 50.241.193.41 User-Agent: G2/1.0 Injection-Date: Fri, 10 Oct 2014 20:51:38 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208125 X-Mailman-Approved-At: Fri, 10 Oct 2014 16:58:31 -0400 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:100400 Archived-At: I'd like to add this clarification. Adding (set-face-foreground 'region "black") to .emacs makes the selected text black instead of white, but that's not what I want. I want the selected text to retain the color scheme that it has when it's unselected, which is what it did in the previous versino of emacs I was using.