unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9596: 24.0.50; region face on GTK+ build under KDE
@ 2011-09-24 23:10 Stephen Berman
  2021-06-02  7:51 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2011-09-24 23:10 UTC (permalink / raw)
  To: 9596

I build Emacs with the GTK+ toolkit, and region face has the standard
setting, consisting of the attributes Foreground and Background set to
gtk_selection_fg_color and gtk_selection_bg_color, respectively.  The
latter is a somewhat light blue (hex #43ace8), the former close to black
(hex #221f1e, which is the standard value of the foreground attribute of
the default face in my Emacs).  However, on other applications
(e.g. Firefox), while the selection has the same background color, the
foreground color is white.  I'm running Emacs under KDE 4.7.1 on
openSUSE 11.4 and using the Oxygen-Gtk theme.  According to the
systemwide config file for this theme, the color of selections has RGB
values 67,172,232 (= hex #43ace8) for the background and 255,255,255 (=
white) for the foreground.  This problem appears to be specific to the
Oxygen-Gtk theme: with other themes, Emacs shows the selection
foreground as white.  So apparently Emacs is not picking up the
Oxygen-Gtk theme setting for gtk_selection_fg_color.

In GNU Emacs 24.0.50.2 (i686-suse-linux-gnu, GTK+ Version 2.22.1)
 of 2011-09-24 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10903000
configured using `configure  '--without-toolkit-scroll-bars' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9596: 24.0.50; region face on GTK+ build under KDE
  2011-09-24 23:10 bug#9596: 24.0.50; region face on GTK+ build under KDE Stephen Berman
@ 2021-06-02  7:51 ` Lars Ingebrigtsen
  2021-06-03  9:56   ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-02  7:51 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 9596

Stephen Berman <stephen.berman@gmx.net> writes:

> I build Emacs with the GTK+ toolkit, and region face has the standard
> setting, consisting of the attributes Foreground and Background set to
> gtk_selection_fg_color and gtk_selection_bg_color, respectively.  The
> latter is a somewhat light blue (hex #43ace8), the former close to black
> (hex #221f1e, which is the standard value of the foreground attribute of
> the default face in my Emacs).  However, on other applications
> (e.g. Firefox), while the selection has the same background color, the
> foreground color is white.  I'm running Emacs under KDE 4.7.1 on
> openSUSE 11.4 and using the Oxygen-Gtk theme.  According to the
> systemwide config file for this theme, the color of selections has RGB
> values 67,172,232 (= hex #43ace8) for the background and 255,255,255 (=
> white) for the foreground.  This problem appears to be specific to the
> Oxygen-Gtk theme: with other themes, Emacs shows the selection
> foreground as white.  So apparently Emacs is not picking up the
> Oxygen-Gtk theme setting for gtk_selection_fg_color.

(I'm going through old bug reports that unfortunately got no response at
the time.)

This was nine years ago -- are you still seeing these issues?  I don't
seem to have any Gtk theme called Oxygen here, so I can't test.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9596: 24.0.50; region face on GTK+ build under KDE
  2021-06-02  7:51 ` Lars Ingebrigtsen
@ 2021-06-03  9:56   ` Stephen Berman
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Berman @ 2021-06-03  9:56 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 9596-done

On Wed, 02 Jun 2021 09:51:17 +0200 Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> I build Emacs with the GTK+ toolkit, and region face has the standard
>> setting, consisting of the attributes Foreground and Background set to
>> gtk_selection_fg_color and gtk_selection_bg_color, respectively.  The
>> latter is a somewhat light blue (hex #43ace8), the former close to black
>> (hex #221f1e, which is the standard value of the foreground attribute of
>> the default face in my Emacs).  However, on other applications
>> (e.g. Firefox), while the selection has the same background color, the
>> foreground color is white.  I'm running Emacs under KDE 4.7.1 on
>> openSUSE 11.4 and using the Oxygen-Gtk theme.  According to the
>> systemwide config file for this theme, the color of selections has RGB
>> values 67,172,232 (= hex #43ace8) for the background and 255,255,255 (=
>> white) for the foreground.  This problem appears to be specific to the
>> Oxygen-Gtk theme: with other themes, Emacs shows the selection
>> foreground as white.  So apparently Emacs is not picking up the
>> Oxygen-Gtk theme setting for gtk_selection_fg_color.
>
> (I'm going through old bug reports that unfortunately got no response at
> the time.)
>
> This was nine years ago -- are you still seeing these issues?  I don't
> seem to have any Gtk theme called Oxygen here, so I can't test.

I don't have it now either, and the way Gtk themes work under KDE seems
to have changed in the mean time; at least, I can't reproduce anything
like what I reported on current openSUSE Tumbleweed with KDE.  So I'm
closing the bug.  Thanks for checking.

Steve Berman





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-03  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-24 23:10 bug#9596: 24.0.50; region face on GTK+ build under KDE Stephen Berman
2021-06-02  7:51 ` Lars Ingebrigtsen
2021-06-03  9:56   ` Stephen Berman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).