From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: How to restore visible region highlighting Date: Tue, 06 Apr 2021 11:35:37 +0200 Message-ID: <87zgyb21sm.fsf@posteo.net> References: <20210406100239.0b8a12ef@JRWUBU2> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27094"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Richard Wordingham Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 06 11:41:13 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lTiCv-0006y3-Ne for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 06 Apr 2021 11:41:13 +0200 Original-Received: from localhost ([::1]:43862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lTiCu-0005ZL-Li for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 06 Apr 2021 05:41:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTiBf-0005U9-Pb for help-gnu-emacs@gnu.org; Tue, 06 Apr 2021 05:39:55 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:53380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTiBd-0003or-LP for help-gnu-emacs@gnu.org; Tue, 06 Apr 2021 05:39:55 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 51F16160855 for ; Tue, 6 Apr 2021 11:35:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1617701743; bh=TO2OkfYUOo6lL3yolcj+d4/8pWJ9dE7Wga5OGXjT7RY=; h=From:To:Cc:Subject:Date:From; b=XW8gaIFlmNoL0HqPRNsNprKg61YfhBLh2ubvl0/psNM+/hXf67Bop+UpDcfSla2Cf 6Yn2S9X0VBMzIDmVJWkrK4GMJmQN2DcSm5/NJBZ+n0/BaK3koRlVnOiIpdrnzv6QhQ eVBeA8IShIoClVaOE2QsqHyneg/4TvuAmY7Dv5mSVJpwcGKesaMNeBGsQsdVYbu0ZF BIar3lZR4kYWdx5ZunjVnYeDpb9idDzz8MKCcmHMZIkWnCw/wJh1Q/k2hXn21Vd0IQ lGUjIH+RxIB7iEDGnJgU9AAyrGp8i+xSaiuo+FinfvPXpucjjcL/maLpR0N8jTpXVN bRtUS4cdoF1DA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FF2Sn61d6z9rxH; Tue, 6 Apr 2021 11:35:37 +0200 (CEST) In-Reply-To: <20210406100239.0b8a12ef@JRWUBU2> (Richard Wordingham's message of "Tue, 6 Apr 2021 10:02:39 +0100") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:128852 Archived-At: It might be that the newer version of Emacs inherits your GTK theme. What happens when you evaluate (set-face-background 'region "LightGoldenrod1") or otherwise customize the "region" face? -- Philip K.