From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: defface doc misses default and some more errors Date: Thu, 10 Feb 2005 01:02:35 -0500 Message-ID: References: <002101c50e75$33ee87c0$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108015893 16126 80.91.229.2 (10 Feb 2005 06:11:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 06:11:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 07:11:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cz7Xh-0003YG-9R for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 07:11:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz7mN-0000Zd-57 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 01:26:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cz7k7-0007uY-G9 for emacs-devel@gnu.org; Thu, 10 Feb 2005 01:24:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cz7jv-0007n6-FI for emacs-devel@gnu.org; Thu, 10 Feb 2005 01:23:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz7jv-0007iy-4Z for emacs-devel@gnu.org; Thu, 10 Feb 2005 01:23:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cz7Sw-0004rw-U2 for emacs-devel@gnu.org; Thu, 10 Feb 2005 01:06:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cz7PP-0002zv-EX; Thu, 10 Feb 2005 01:02:35 -0500 Original-To: "Lennart Borgman" In-reply-to: <002101c50e75$33ee87c0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33181 I also am annoyed by the difficulty to get the possible values of "window-system". If you look at the doc string for window-system (there is a link in defface doc string) you just get the current value. In (defface button ...) in button.el there is a (type pc). Is there such a value? window-system for m "pc" is w32. It would be good to list the values of window-system into the defvar. Would people who know about other possible values please add them?