emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

checkbox widget black and unreadable


From: Lennart Borgman
Subject: checkbox widget black and unreadable
Date: Mon, 04 Jul 2005 21:10:52 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]