From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Color-theme problems in Emacs 22+ (Ubuntu, Windows) Date: Mon, 22 Jan 2007 13:06:43 -0500 Message-ID: <873b63os0c.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169489228 22571 80.91.229.12 (22 Jan 2007 18:07:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Jan 2007 18:07:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 22 19:07:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H93ZB-0007jr-CG for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2007 19:06:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H93ZA-0002C5-V4 for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2007 13:06:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H93Z0-0002Bk-Nh for emacs-devel@gnu.org; Mon, 22 Jan 2007 13:06:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H93Yz-0002BX-7O for emacs-devel@gnu.org; Mon, 22 Jan 2007 13:06:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H93Yz-0002BU-42 for emacs-devel@gnu.org; Mon, 22 Jan 2007 13:06:37 -0500 Original-Received: from [18.19.1.138] (helo=cyd.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H93Yx-0002EE-9x; Mon, 22 Jan 2007 13:06:35 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 94EB64E471; Mon, 22 Jan 2007 13:06:43 -0500 (EST) Original-To: rms@gnu.org, =?utf-8?Q?S=C3=A9bastien?= Vauban In-Reply-To: (Richard Stallman's message of "Sun\, 21 Jan 2007 01\:49\:57 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65383 Archived-At: > I just installed Ubuntu Edgy 6.10, and still experiences > problems with `color-theme' (versions 6.5.4, 6.5.5 and > 6.6.0) under Emacs Snapshot (GTK). > > I see some of my colors sometimes (for example, when editing > my .emacs file), but it's never ever applied to my Group > buffer. In other words, I cannot tell anymore which groups > contain or not unread mails (as I expect them to become bold > if they contain unread material). I can't reproduce this. I did the following: - downloaded the latest version of color-theme (color-theme-6.6.0.tar.gz) - moved all the elisp files in the tarfile into ~/.emacs.d/lisp (which is in my load-path) - M-: (setq color-theme-libraries "~/.emacs.d/lisp") RET - M-x load-file RET ~/color-theme-sva.el RET (the color-theme file provided in the original bug report) - M-x gnus RET The resulting group buffer is displayed in purple and black, with groups containing unread messages in bold, as expected. This is on GNU Emacs 22.0.92.36 (i686-pc-linux-gnu, GTK+ Version 2.8.20), on Ubuntu Dapper. Please make sure you have color-theme.el installed correctly, and try to simplify your color-theme file to the smallest possible testcase that can produce this bug.