From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roberto =?ISO-8859-1?B?Um9kcu1ndWV6?= Newsgroups: gmane.emacs.bugs Subject: Typos in the Widget library documentation Date: Tue, 10 Oct 2006 17:19:15 -0300 Message-ID: <20061010171915.7bbc2be7.lanubeblanca@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160511562 6109 80.91.229.2 (10 Oct 2006 20:19:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 20:19:22 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 10 22:19:21 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXO4B-0004fF-Br for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 22:19:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXO4A-0002og-BL for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 16:19:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXO48-0002o9-Ea for bug-gnu-emacs@gnu.org; Tue, 10 Oct 2006 16:19:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXO45-0002jy-KF for bug-gnu-emacs@gnu.org; Tue, 10 Oct 2006 16:19:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXO45-0002jq-En for bug-gnu-emacs@gnu.org; Tue, 10 Oct 2006 16:19:01 -0400 Original-Received: from [64.233.184.230] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GXOBv-0001rF-Tw for bug-gnu-emacs@gnu.org; Tue, 10 Oct 2006 16:27:08 -0400 Original-Received: by wr-out-0506.google.com with SMTP id i5so407426wra for ; Tue, 10 Oct 2006 13:19:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:date:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding:from; b=ZooLAzmPWxGzOUERNIQWNdFppRAem7zXXSkY7yhviIPFIR5xp3xDT7fAgVk22ya+kwn1vj/FKhoyyHTg94rL/ZX7D82ProViDsLK5MWKmj+jjsxEys99WCDi1lxVA1KBwHP5Q56MJxwoYKgDIbX7Svdty4BWyjIbWt/KjfGTaAw= Original-Received: by 10.90.65.11 with SMTP id n11mr4050123aga; Tue, 10 Oct 2006 13:18:59 -0700 (PDT) Original-Received: from localhost ( [201.255.168.167]) by mx.google.com with ESMTP id 34sm2367759wra.2006.10.10.13.18.57; Tue, 10 Oct 2006 13:18:59 -0700 (PDT) Original-To: bug-gnu-emacs X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i486-pc-linux-gnu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15359 Archived-At: In the 'User Interface' node: * A form consist [ -> CONSISTS ] of read only text for documentation... * The top level widget in is [ -> THIS ] example are tagged... * Embedded buttons are not associated with a fields [ -> ANY FIELD ], but can serve any purpose... * Activating one of these will convert it to the other..... You can create it [ -> THEM ] with the checkbox widget. * The 'Apply Form' [AND] 'Reset Form' buttons Basic Types: * The following keyword arguments that [s/that//] apply to all widgets: editable-field: * The value should be a string, which will be inserted in [THE] field. composite: * The value of a list widget is a list containing the value of each of its component [-> COMPONENTS]. * To get variable length lists and vectors, you can use a choice, set, or repeat widgets [-> WIDGET] together with the :inline keywords [-> KEYWORD]. * For example, to specify a list whose first element must be a file name, and whose remaining arguments should either by [-> BE] the symbol t or two files, you can... * Allows you to specify a type which must be a list whose elements all belong to [THE] given set.