GNU bug report logs - #24554
24.5; kill-ring-save fails to give visual feedback on first run, but does on the second

Previous Next

Package: emacs;

Reported by: Daniel Barrett <dbarrett <at> blazemonger.com>

Date: Tue, 27 Sep 2016 12:01:01 UTC

Severity: normal

Found in version 24.5

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Daniel Barrett <dbarrett <at> blazemonger.com>
To: eliz <at> gnu.org
Cc: Daniel Barrett <dbarrett <at> blazemonger.com>, 24554 <at> debbugs.gnu.org, npostavs <at> users.sourceforge.net
Subject: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second
Date: Tue, 27 Sep 2016 18:33:59 -0400
On September 27, 2016, Eli Zaretskii wrote:
>If you invoke "emacs -Q" n GUI mode and then type
>  M-x list-faces-display RET
>does the 'region' face has a distinct background color?

Holy crap, this revealed the problem. The "region" background color is
identical to the Emacs window's background color. So the region color
is not visible. Thank you for providing the clue to solve the mystery.

So, I can use "set-face-background" to fix the issue for myself. Now
to track it down in Ubuntu. It appears to be related to X resources,
because the problem occurs when I run:

  $ emacs -q --no-site-file --no-splash

but not when I run:

  $ emacs -Q

(and -Q skips processing of X resources, according to the emacs
manpage).  Sure enough, the resource named "*background" has value
#eff0f1 (according to the "appres" Linux command), which is also the
region color.

So... any idea where I might find where these resources are set? I
don't have an .Xdefaults or .Xresources file in my home directory. I'd
like to track it down and file an Ubuntu bug report if necessary.

--
Dan Barrett
dbarrett <at> blazemonger.com





This bug report was last modified 8 years and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.