From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Transient mark mode Date: Mon, 17 Oct 2011 13:08:22 -0500 Organization: Still searching... Message-ID: <877h4332zt.fsf@newsguy.com> References: <8739esj6vb.fsf@gmail.com> <4E9C5117.2000205@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318875022 20762 80.91.229.12 (17 Oct 2011 18:10:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2011 18:10:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 17 20:10:17 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RFrdg-000881-6K for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 20:10:16 +0200 Original-Received: from localhost ([::1]:48070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrdf-00008R-Kl for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 14:10:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrda-00008K-D3 for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 14:10:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFrdZ-0007qd-2r for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 14:10:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:58263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrdY-0007qC-SB for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 14:10:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RFrdX-00083u-IL for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 20:10:07 +0200 Original-Received: from c-98-215-179-64.hsd1.in.comcast.net ([98.215.179.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Oct 2011 20:10:07 +0200 Original-Received: from reader by c-98-215-179-64.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Oct 2011 20:10:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-179-64.hsd1.in.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:7/7op5Ivyaf7zJT5vlITZuDvIoo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:82603 Archived-At: Deniz Dogan writes: > On 2011-10-17 11:38, Morten Leander Petersen wrote: >> Hi. >> >> I use a couple of modes which require transient mark mode to be enabled >> (yasnippet for one). However, I don't like the highlighting of the >> region. So is there a way to get rid of this highlighting without having >> to disable transient mark mode? >> > > Just remove the `background' property from the `region' face using > customize: > > (custom-set-faces > ;; custom-set-faces was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(region ((t nil)))) Well that removes it altogether. I took Jambunathan's term `barely' to mean there was still something visible. Perhaps I misunderstood.