From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: checkbox widget black and unreadable Date: Mon, 04 Jul 2005 21:10:52 +0200 Message-ID: <42C989BC.5080805@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120505182 32145 80.91.229.2 (4 Jul 2005 19:26:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Jul 2005 19:26:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 04 21:26:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpWZx-0002Im-Tb for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2005 21:26:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpWbB-00049K-3l for ged-emacs-devel@m.gmane.org; Mon, 04 Jul 2005 15:27:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpWZ0-0003GX-OL for emacs-devel@gnu.org; Mon, 04 Jul 2005 15:25:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpWYt-0003DD-VT for emacs-devel@gnu.org; Mon, 04 Jul 2005 15:25:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpWYt-00034H-Lf for emacs-devel@gnu.org; Mon, 04 Jul 2005 15:24:59 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DpWR9-0001J6-2f for emacs-devel@gnu.org; Mon, 04 Jul 2005 15:16:59 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2900236203 for emacs-devel@gnu.org; Mon, 4 Jul 2005 21:10:55 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:40359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40359 The checkbox type widget is on w32 black with a gray check mark. Nearly unreadable. Could this be changed? To see this take the widget example from Info dir and change the beginning so that it looks like this: (defun widget-example () "Create the widgets from the Widget manual." (interactive) (switch-to-buffer "*Widget Example*") (kill-all-local-variables) (make-local-variable 'widget-example-repeat) (custom-mode) ;; <-- this line must be added!