From unknown Mon Aug 18 00:05:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2627 <2627@debbugs.gnu.org> To: bug#2627 <2627@debbugs.gnu.org> Subject: Status: 23.0.91; Colors from color-theme are not set properly. Reply-To: bug#2627 <2627@debbugs.gnu.org> Date: Mon, 18 Aug 2025 07:05:36 +0000 retitle 2627 23.0.91; Colors from color-theme are not set properly. reassign 2627 emacs,ns submitter 2627 "vr.sundar" severity 2627 normal tag 2627 wontfix thanks From vr.sundar@gmail.com Tue Mar 10 12:07:09 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 10 Mar 2009 19:07:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2AJ76Nd011231 for ; Tue, 10 Mar 2009 12:07:07 -0700 Received: from mail.gnu.org ([199.232.76.166]:48968 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Lh7IA-0006Rj-0T for emacs-pretest-bug@gnu.org; Tue, 10 Mar 2009 15:07:06 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Lh7I9-0001GY-5R for emacs-pretest-bug@gnu.org; Tue, 10 Mar 2009 15:07:05 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:64178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lh7I8-0001GQ-P4 for emacs-pretest-bug@gnu.org; Tue, 10 Mar 2009 15:07:05 -0400 Received: by rv-out-0708.google.com with SMTP id f25so3048610rvb.6 for ; Tue, 10 Mar 2009 12:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=MVmyrYfB6oWxJ92aKMYcpcgusRwWMvOuX7H4faaPtbU=; b=InYRIamQXCJ7UM32Ttwa+gWvvadV7vbxDbpb6HD9ktH7beNfkI9gBRqkp4Ftfqs2FO 879dhRCioN8XwZb04Et1q6FicduP1GbaJ+FUpTocMUcjO2BbVpDFgfmeYHrLATO0iqNl urjs5f4A5zwBXekvBRVUOQf87Mxq4564fpky0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=IARONacWX9/MNB3jAZGN4AgFLIL0w0/Bw5EmQLtDw3pmeVC8Jlop+lnM0l606/mc6C n/z5iUBCg+W7jGDnXt9y8diDlBiz1cyP4UertCNh5CqNz8No5sb+TaEYX/7gzwIuTsuk DMGT9W9kCVfddEFP0MEv4pcIOg9ASETMqBnSM= MIME-Version: 1.0 Received: by 10.114.103.1 with SMTP id a1mr4447230wac.218.1236712023942; Tue, 10 Mar 2009 12:07:03 -0700 (PDT) Date: Tue, 10 Mar 2009 12:07:03 -0700 Message-ID: <63acfd6c0903101207w5da46434l30df411b37160be8@mail.gmail.com> Subject: 23.0.91; Colors from color-theme are not set properly. From: "vr.sundar" To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I have just these 4 lines in my .emacs (add-to-list 'load-path (expand-file-name "~/.emacs.d/color-theme")) (require 'color-theme) (color-theme-initialize) (color-theme-tty-dark) 1. Start up Emacs -nw (This is in an iTerm in Mac 10.5.6) 2. Open a file 3. Set mark to activate region. As you expand the region, the text in it "disappears". I guess it is being shown black on black 4. Do M-x color-theme-tty-dark. The region now has a white background and the text can be seen. The behaviour is the same whether or not the last line (color-theme-tty-dark) is in .emacs or not. It is as if that command needs to be run manually for the colors to take effect properly If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /Users/svasan/projects/emacs/cvs-emacs/nextstep/Emacs.app/Contents/Resources/etc/DEBUG for instructions. In GNU Emacs 23.0.91.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-03-09 on Sundar-Vasans-Computer.local Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_US.ISO8859-1 value of $LC_CTYPE: en_US.ISO8859-1 value of $LC_MESSAGES: en_US.ISO8859-1 value of $LC_MONETARY: en_US.ISO8859-1 value of $LC_NUMERIC: en_US.ISO8859-1 value of $LC_TIME: en_US.ISO8859-1 value of $LANG: en_US.ISO8859-1 value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: gpm-mouse-mode: t tooltip-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f n e TAB R E TAB RET ESC } ESC } C-@ ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC x r e p o r TAB RET Recent messages: ("./nextstep/Emacs.app/Contents/MacOS/Emacs") Loading /Users/svasan/.emacs.d/site-lisp/color-theme/themes/color-theme-example.el (source)...done Loading /Users/svasan/.emacs.d/site-lisp/color-theme/themes/color-theme-library.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-cvs...done Mark set Unable to load color "ns_selection_color" From rgm@gnu.org Tue Mar 10 12:25:49 2009 Received: (at control) by emacsbugs.donarmstrong.com; 10 Mar 2009 19:25:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2AJPikN016203 for ; Tue, 10 Mar 2009 12:25:45 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Lh7aB-0007C1-DB; Tue, 10 Mar 2009 15:25:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18870.48823.344550.432652@fencepost.gnu.org> Date: Tue, 10 Mar 2009 15:25:43 -0400 From: Glenn Morris To: control Subject: control message reassign 2611 spam reassign 2620 spam reassign 2621 spam reassign 2622 emacs22 reassign 2626 emacs,ns reassign 2627 emacs,ns reassign 2628 spam From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 27 02:00:26 2012 Received: (at control) by debbugs.gnu.org; 27 Nov 2012 07:00:26 +0000 Received: from localhost ([127.0.0.1]:40920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdF9d-0006aD-U0 for submit@debbugs.gnu.org; Tue, 27 Nov 2012 02:00:26 -0500 Received: from mail-pb0-f44.google.com ([209.85.160.44]:62169) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdF9a-0006Zy-6S for control@debbugs.gnu.org; Tue, 27 Nov 2012 02:00:23 -0500 Received: by mail-pb0-f44.google.com with SMTP id uo1so8210009pbc.3 for ; Mon, 26 Nov 2012 22:58:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=pUjbjgXwQJ8GeTny0Ccb6z0TeoceKinyKWUeIv4KAR8=; b=aB8OKvzXQSP5mFA1L9wIDSlnhgfCtb7u+h6CPE8e0Gidbe7lmfYjxJuMIUVbIRlLZz t/IbsJxc4TcvwZ/ccsFg1oBsYVCBGg0SDFgca8XZmcHyxFsKK+pM7FmHrzfO5mWlKXyW NWtQjqm+8AIE9XurgOPJQ419oRtt3helo8lQZromBAqeNC2CNFezoW7GWLCkN/5QhvQY N3AGPgpSaYzpAHicvHH9w4Omljvgi96pN+APvzBIflioCTHiF3D6DJyebcJcI3o23Zvf IYiFR0CWurn5KsHATIk1PejE1QFArD9OOfk5g113fQiEjwUwovOxQFyLdu8WVRbxbmdD tg4g== Received: by 10.68.130.197 with SMTP id og5mr45314364pbb.138.1353999512547; Mon, 26 Nov 2012 22:58:32 -0800 (PST) Received: from ulysses ([155.69.18.158]) by mx.google.com with ESMTPS id m7sm10175988paz.3.2012.11.26.22.58.28 (version=SSLv3 cipher=OTHER); Mon, 26 Nov 2012 22:58:31 -0800 (PST) From: Chong Yidong To: control@debbugs.gnu.org Subject: tags 2627 + wontfix Date: Tue, 27 Nov 2012 14:58:25 +0800 Message-ID: <87ehjfpm5q.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) tags 2627 + wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 27 02:00:32 2012 Received: (at 2627-done) by debbugs.gnu.org; 27 Nov 2012 07:00:33 +0000 Received: from localhost ([127.0.0.1]:40922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdF9i-0006aQ-Qa for submit@debbugs.gnu.org; Tue, 27 Nov 2012 02:00:32 -0500 Received: from mail-pb0-f44.google.com ([209.85.160.44]:46355) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TdF9a-0006Zx-6P for 2627-done@debbugs.gnu.org; Tue, 27 Nov 2012 02:00:25 -0500 Received: by mail-pb0-f44.google.com with SMTP id uo1so8210017pbc.3 for <2627-done@debbugs.gnu.org>; Mon, 26 Nov 2012 22:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=fK3RlCiEvY1PKd/euDDoOc50cLuibXx+Y9hvaBxalg4=; b=whwxXGt+Vh4bZm7Wj2J1Ymr1TCaHzfcN4wWulP96eOfjO9SnnE/Qu/GZ83dj1fcX1N bMdiP4MXo7QQSiNXTV3clduRyvoVGuD0PJAronLKld+eefdieTrRJNwvUbN9NJcSrQfX CE7YFhxBR8jx6HE6qxfQxpKkLYJ3ID/mJaiP8CVDzAmJmSAGvYUgpcILtYNPLGUt/Csi nH7ewQtjsikfeseH67FIphT6FAScIKZLQIgyeet94wKGSu0mgj+jJwekDgy8n8Sig8rf D8FDWAql8sH0kikyqAb1SrNEAbl79OHG6g6pML2HsZPX8j5dopf+8XpiDVSDPogAypwe A0tQ== Received: by 10.68.212.106 with SMTP id nj10mr45643391pbc.101.1353999513413; Mon, 26 Nov 2012 22:58:33 -0800 (PST) Received: from ulysses ([155.69.18.158]) by mx.google.com with ESMTPS id qj6sm10132253pbb.69.2012.11.26.22.58.30 (version=SSLv3 cipher=OTHER); Mon, 26 Nov 2012 22:58:32 -0800 (PST) From: Chong Yidong To: "vr.sundar" Subject: Re: bug#2627: 23.0.91; Colors from color-theme are not set properly. References: <63acfd6c0903101207w5da46434l30df411b37160be8@mail.gmail.com> Date: Tue, 27 Nov 2012 14:58:26 +0800 In-Reply-To: <63acfd6c0903101207w5da46434l30df411b37160be8@mail.gmail.com> (vr sundar's message of "Tue, 10 Mar 2009 12:07:03 -0700") Message-ID: <87mwy31qi5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 2627-done Cc: 2627-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.7 (/) "vr.sundar" writes: > I have just these 4 lines in my .emacs > > (add-to-list 'load-path (expand-file-name "~/.emacs.d/color-theme")) > (require 'color-theme) > (color-theme-initialize) > (color-theme-tty-dark) > > 1. Start up Emacs -nw (This is in an iTerm in Mac 10.5.6) > 2. Open a file > 3. Set mark to activate region. As you expand the region, the text in > it "disappears". I guess it is being shown black on black > 4. Do M-x color-theme-tty-dark. The region now has a white background > and the text can be seen. Closing this bug report, since we can't do anything about it as the color-theme package is not part of GNU Emacs; also Emacs 24 uses a separate custom theme mechanism for theming. From unknown Mon Aug 18 00:05:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Dec 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator