Received: (at submit) by bugs.debian.org; 26 Jan 2001 08:10:07 +0000 From knorke!debacle@hirsch.in-berlin.de Fri Jan 26 02:10:06 2001 Return-path: Received: from gnu.in-berlin.de [::ffff:192.109.42.4] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14M3xM-0000Ui-00; Fri, 26 Jan 2001 02:10:04 -0600 Received: from hirsch.in-berlin.de (root@hirsch.colt.in-berlin.de [213.61.118.6]) by gnu.in-berlin.de (8.10.1/8.10.1) with ESMTP id f0Q8A2h16353 for ; Fri, 26 Jan 2001 09:10:02 +0100 (CET) (envelope-from knorke!debacle@hirsch.in-berlin.de) Received: from knorke.UUCP (uucp@localhost) by hirsch.in-berlin.de (8.11.1/8.11.1/Debian 8.11.0-6) with UUCP id f0Q8A2Y05164 for bugs.debian.org!submit; Fri, 26 Jan 2001 09:10:02 +0100 X-Envelope-From: knorke!debacle X-Envelope-To: bugs.debian.org!submit Received: by knorke.in-berlin.de via sendmail from stdin id (Debian Smail3.2.0.102) for submit@bugs.debian.org; Fri, 26 Jan 2001 09:08:05 +0100 (CET) From: debacle@knorke.in-berlin.de (W. Borgert) Date: Fri, 26 Jan 2001 08:08:05 +0000 To: submit@bugs.debian.org Subject: Colours from .gtkrc are ignored Message-ID: <20010126080805.B7396@knorke.in-berlin.de> Reply-To: debacle@debian.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-No-Archive: yes Delivered-To: submit@bugs.debian.org Package: xemacs21-gtk Version: 20001018-1 The colours from my ~/.gtkrc are ignored. Unfortunately xemacs starts up with black foreground on a dark blue background - therefore I cannot read anything! My ~/.gtkrc: style "XEmacs" { font = "-adobe-courier-medium-r-normal-*-*-180-*-*-m-*-iso8859-1" bg[ACTIVE] = "#ffffff" bg[NORMAL] = "#ffffff" bg[PRELIGHT] = "#ffffff" bg[SELECTED] = "#ffffff" bg[INSENSITIVE] = "#ffffff" fg[ACTIVE] = "#000000" fg[NORMAL] = "#000000" fg[PRELIGHT] = "#000000" fg[SELECTED] = "#000000" fg[INSENSITIVE] = "#000000" } class "GtkXEmacs" style "XEmacs" Btw: The 'font = ...' works fine, the colours go wrong. Cheers, -- W. Borgert