From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: defface doc misses default and some more errors Date: Wed, 9 Feb 2005 21:06:18 +0100 Message-ID: <00a101c50ee2$f91a8630$0200a8c0@sedrcw11488> References: <002101c50e75$33ee87c0$0200a8c0@sedrcw11488> <01c50ed6$Blat.v2.4$5fc89be0@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107979730 1430 80.91.229.2 (9 Feb 2005 20:08:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 20:08:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 09 21:08:50 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cyy8O-0004tx-R7 for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 21:08:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyyMz-0002p6-Jc for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 15:23:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CyyLx-0002Sn-Rb for emacs-devel@gnu.org; Wed, 09 Feb 2005 15:22:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CyyLs-0002QZ-CE for emacs-devel@gnu.org; Wed, 09 Feb 2005 15:22:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CyyLr-0002Q5-TZ for emacs-devel@gnu.org; Wed, 09 Feb 2005 15:22:19 -0500 Original-Received: from [81.228.10.115] (helo=av1-2-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cyy7y-0002Pe-Oj; Wed, 09 Feb 2005 15:07:59 -0500 Original-Received: by av1-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 1882937E79; Wed, 9 Feb 2005 21:07:58 +0100 (CET) Original-Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av1-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 0541337E59; Wed, 9 Feb 2005 21:07:57 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p99.telia.com [195.252.56.99]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with SMTP id E8C3237E46; Wed, 9 Feb 2005 21:07:56 +0100 (CET) Original-To: "Eli Zaretskii" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:33152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33152 ----- Original Message ----- From: "Eli Zaretskii" > > 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. Thanks, you are right. I just copied that part. Hm. I just read the semantics so to say. What about the semantic error which I was pointing out? > > I also am annoyed by the difficulty to get the possible values of > > "window-system". > > "i window-system RET", and you > should see the full list of the possible values of that variable. Thanks again, that is good. I never noticed "i" in Info and did not look at all there in this case. But I believe there should be a link to this in the defface doc string. Is not that possible? BTW I think the dividing between Info and the doc strings is a bit problematic.