From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: defface doc misses default and some more errors Date: Wed, 09 Feb 2005 20:36:11 +0200 Message-ID: <01c50ed6$Blat.v2.4$5fc89be0@zahav.net.il> References: <002101c50e75$33ee87c0$0200a8c0@sedrcw11488> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1107974560 16851 80.91.229.2 (9 Feb 2005 18:42:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 18:42:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 09 19:42:40 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cywn9-0006ch-HS for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 19:42:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cyx1j-0000tz-02 for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 13:57:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cyx0U-0000V2-PZ for emacs-devel@gnu.org; Wed, 09 Feb 2005 13:56:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cyx0N-0000RG-QQ for emacs-devel@gnu.org; Wed, 09 Feb 2005 13:56:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cyx0N-0000Qk-OC for emacs-devel@gnu.org; Wed, 09 Feb 2005 13:56:03 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cywn4-0003J7-0j for emacs-devel@gnu.org; Wed, 09 Feb 2005 13:42:18 -0500 Original-Received: from zaretski (tony04-57-217.inter.net.il [80.230.57.217]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AMX80654 (AUTH halo1); Wed, 9 Feb 2005 20:42:12 +0200 (IST) Original-To: "Lennart Borgman" X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 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:33151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33151 > From: "Lennart Borgman" > Date: Wed, 9 Feb 2005 08:01:28 +0100 > > should be something like > > For the DISPLAY to match a > FRAME, the REQ property of the frame must match one of the ITEM for every > member of the alist." ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The marked part is grammatically wrong English, I think. > I also am annoyed by the difficulty to get the possible values of > "window-system". ??? Type "C-h i d m elisp RET", then "i window-system RET", and you should see the full list of the possible values of that variable. > in button.el there is a (type pc). Is there such a value? `pc' is the value of window-system in the MS-DOS port of Emacs.