From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: black on black problem found (emacs-21.2) Date: Wed, 21 Aug 2002 10:46:25 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <3D63A7C1.1090205@hekimian.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029942171 9373 127.0.0.1 (21 Aug 2002 15:02:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 15:02:51 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hX0U-0002R4-00 for ; Wed, 21 Aug 2002 17:02:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17hXSv-0005sg-00 for ; Wed, 21 Aug 2002 17:32:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hX1b-0000mP-00; Wed, 21 Aug 2002 11:03:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hWzF-0000ku-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 11:01:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hWzD-0000kQ-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 11:01:33 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hWzD-0000kK-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 11:01:31 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17hWy0-0002He-00 for ; Wed, 21 Aug 2002 17:00:16 +0200 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17hWjQ-0001Mc-00 for ; Wed, 21 Aug 2002 16:45:12 +0200 Original-Path: not-for-mail Original-Newsgroups: gmane.emacs.devel Original-Lines: 12 Original-NNTP-Posting-Host: hekimian.com Original-X-Trace: main.gmane.org 1029941112 4742 206.205.138.10 (21 Aug 2002 14:45:12 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Wed, 21 Aug 2002 14:45:12 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6728 I just submitted a patch to the bug-gnu-emacs address for the black on black color scheme I posted about earlier. The problem occurs when CANNOT_DUMP is defined. The fg and bg colors are not initialized for tty mode in that case. There was another problem with DOC file installation that I also fixed and included in the patch. It was also specific to CANNOT_DUMP being enabled, I think. Joe Buehler