help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Highlighting the region


From: Rancier, Jeff
Subject: Highlighting the region
Date: Wed, 31 Mar 2010 16:51:43 -0400

Hi,

 

I just moved from Windows to Linux and I’m using the following:

 

GNU Emacs 21.4.1 (i686-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-05-24 on builder16.centos.org

 

When I mark a region, the region should be yellow, correct?  Based on the settings below?  I don’t see anything when I hit C-space to mark the region.  I’m I missing something here?  query-replace-regexp highlights OK.

 

(set-face-foreground 'highlight "black")

(set-face-background 'highlight "yellow")

(set-face-background 'region   "yellow")

(set-face-background 'secondary-selection "lightskyblue1")

 

Thanks,

Jeff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]